VBA Newbie

  • Thread starter Thread starter al_ba
  • Start date Start date
A

al_ba

Hello,

I am a newbie to VBA, although I have done simple macro recordings, I want
to know the codes and their meanings or what these codes do. Where can I
learn these?

Your help is greatly appreciated.

Thanks in advance :)
 
In addition to ryguy's suggestions, learn to use the VBA help files. Browse
the on line manuals that are in VBA help for Excel Visual Basic Reference,
Visual Basoc Documentation and Office Visual Basic Reference. They contain
sample code snippets that you can copy to the code modules to demonstrate how
they work.
Some are better than others and some are flawed, but they help to learn and
you can always come back to the forum for advice. But if you learn to use
the help files, your visits to the forum will be minimized.
 
Back
Top