Logo 
Search:

MS Office Forum

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds

syntax

  Asked By: Kaua    Date: Nov 29    Category: MS Office    Views: 539
  


Where is a good starting point to learn the syntax of the various VBA
commands?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Evan Jones     Answered On: Nov 29

Probably the best way to start understanding the syntax  is to record several
simple macros and then inspect the code. Also, while inspecting it, place
your cursor in various commands within the code and press F1 while in the VB
editor. Assuming you did a custom install and added the VBA help file,
you'll go to the VBA help for that command where you can find details about
the syntax and options.

Another way would be to obtain a VBA code language resource book, although I
don't know for sure which ones are now being published. But you can find the
same info free online through MSDN (Microsoft Developer's Network), here:
msdn.microsoft.com/.../htm
l/Welcome_HV01134775.asp

 
Didn't find what you were looking for? Find more on syntax Or get search suggestion and latest updates.




Tagged: