LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 417
Default Hi, I am Starter in Excel Programming

My standard reply is to recommend some books, because I have learned that
just turning on the macro recorder does not teach the best way to go about
it. You end up with code that does not have error handling and is hard to
read, maintain, debug, and modify.

I would definitely start with any version of "Excel XXXX Power Programming
with VBA" by John Walkenbach, unless you are using Excel 2007. From what I
hear, the ribbon bar in Excel 2007 is totally different than all previous
versions, so you probably need a book on Excel 2007 if you are using that
version. Otherwise any version of book will do for general VBA programming,
so you could maybe find one at a used book store. Hopefully, a used copy
would still have the CD-ROM in the back!

You might also consider "VBA Developer's Handbook", by Ken Getz and Mike
Gilbert. I have the 1997 edition, and the Introduction contains over 20
pages of an interview the authors did with the Program Manager for the
Visual Basic group at Microsoft. It contains a lot of insights into how VBA
works and is helpful in understanding the history, future and present
details of VBA. It also contains the "Reddick VBA Naming Conventions" in
one of the Appendixes, which is a great way to start using consistent names
for all of your variables. (Makes reading newsgroup posts easier!)

If you do (or plan to do) any significant work with Forms, then a book on
Access, such as "Access 97 Developer's Handbook" by Paul Litwin, Ken Getz,
and Mike Gilbert is also quite handy as a reference.

The Excel programming newsgroup works best after you are a ways up the
learning curve, so you can post a short snippet of code and get some quick
help when you are stuck.
--
Regards,
Bill Renaud



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
MS Excel performance with Windows 7 Starter PaulD Excel Discussion (Misc queries) 0 January 13th 10 11:53 PM
Macro Starter Dave Excel Discussion (Misc queries) 0 December 18th 06 09:17 PM
Sorting rows with alphanumeric starter cells axlmastr Excel Worksheet Functions 8 September 9th 05 03:28 PM
Excel Programming with VBA Celeste[_3_] Excel Programming 0 May 11th 04 06:49 PM
Excel programming Surya[_2_] Excel Programming 4 November 12th 03 11:18 AM


All times are GMT +1. The time now is 10:06 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"