macro command "definitions"

  • Thread starter Thread starter sutibusan
  • Start date Start date
S

sutibusan

Is there an online reference/site/whatever that gives a quick
"definition/what it does" of some of the commands?
I record a macro & try to sort out what the code is doing, but it's not
always clear.
 
In the VBE highlight the object, method or property that interests you and
press F1 to get help on that item. Between that and observing what the code
actually does you should be able to understand most code. If a particular
line still puzzles you can post it in this newsgroup to get help on it. Be
aware that the macro recorder does not always (or ever) generate the most
efficient or effective code.

--
Jim
| Is there an online reference/site/whatever that gives a quick
| "definition/what it does" of some of the commands?
| I record a macro & try to sort out what the code is doing, but it's not
| always clear.
 

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

Back
Top