Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

programing reference for excel sprdsht

Status
Not open for further replies.

chicopee

Mechanical
Joined
Feb 15, 2003
Messages
6,199
Location
US
Can any body suggest a reference book about programming excel spreadsheets. This book should show how to do loops, sub routines, go to, conditional statements. Please don't suggest MS Office as it is deficient in the areas mentioned above.
 
i highly recommend any book written by john walkenbach. his web site is located at:


and there are several links to other knowledgeable excel, vba, etc. wizards.
-pmover
 
"Writing Excel macros" by Steven Roman is a very good introduction to vba programming.
 
Another very good tool is the macro recorder. If you're slightly familiar with any programming language, you'll probably start to figure out how the Visual Basic Editor (VBE) pieces together the VBA. Go to Tools>Macros>Record (or something like that), record something simple like moving one cell to the left, stop the macro, then go to the VBE to see how it pieced it together.

Patrick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top