visual basic macro

L

lidias

Hi
I have a macro in VB that assign a progressive number each time you click on a button. I want it to write on a log file the number it has assigned and the username
How can I do
 
A

Andrew Cushen

Lidia-

You'll need to look into the VB file-handling functions
Open(), Write(), and Close(). The VB help will tell you
everything you need to know.

-Andrew
=============================
-----Original Message-----
Hi,
I have a macro in VB that assign a progressive number
each time you click on a button. I want it to write on a
log file the number it has assigned and the username.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top