+ Reply to Thread
Results 1 to 2 of 2

list of commands

  1. #1
    Registered User
    Join Date
    06-16-2006
    Posts
    19

    list of commands

    where can I get a list of all the commands, I'm not sure if commands is the right word. But I want a list of programming words along with what they do.

  2. #2
    paul.robinson@it-tallaght.ie
    Guest

    Re: list of commands

    Hi
    This is the Excel VBA Object Model. You could buy "Excel 2002 VBA" by
    Stephen Bullen, john Green, Rob Bovey and Robert Rosenberg. The object
    model is the second half of the book. Unfortunately, the index to the
    book is laid out along the same lines as the object model, meaning you
    more or less need to know where to look before you look...
    Alternatively, and probably better, use the VB Editor. Using "Option
    Explicit" at the top of each code module will give you intellisense
    drop down menus when you use each object, method or property.
    Highlighting words and pressing F1 will give you the help for such.
    You can also browse the Excel object model by pressing F2 and choosing
    Excel in the first drop down. Type a word and click the binocular
    symbol. Click F1 when you find a promising word.
    You need to do this searching as you code to get a feel for the model.
    Lots of things are not where you might intuitively expect them to be
    when you start.
    regards
    Paul

    Taru wrote:
    > where can I get a list of all the commands, I'm not sure if commands is
    > the right word. But I want a list of programming words along with what
    > they do.
    >
    >
    > --
    > Taru
    > ------------------------------------------------------------------------
    > Taru's Profile: http://www.excelforum.com/member.php...o&userid=35494
    > View this thread: http://www.excelforum.com/showthread...hreadid=553242



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1