Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not getting manuals with software really sucks. I need help locating a
listing of VBA keywords with descriptions. I have been unsuccessful searching the Internet and the Microsoft website. Many thanks for any help you can provide. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can use VBA Help, and the Object Browser. Together they should get you
started. -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "HappySenior" wrote in message ... Not getting manuals with software really sucks. I need help locating a listing of VBA keywords with descriptions. I have been unsuccessful searching the Internet and the Microsoft website. Many thanks for any help you can provide. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jul 13, 8:24*am, "Bob Phillips" wrote:
You can use VBA Help, and the Object Browser. Together they should get you started. -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "HappySenior" wrote in message ... Not getting manuals with software really sucks. I need help locating a listing of VBA keywords with descriptions. I have been unsuccessful searching the Internet and the Microsoft website. Many thanks for any help you can provide.- Hide quoted text - - Show quoted text - Thanks Bob, but I was looking for something I could print out as a vocabulary reference. Help doesn't help since you can only print one topic at a time. I found what I was seeking at http://www.techonthenet.com/.. Using the printout of commands, I can use help to learn how to use a particular command. Appreciate the help you provide users... Don (in Montana). |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Bob, but I was looking for something I could print out as a
vocabulary reference. Help doesn't help since you can only print one topic at a time. I found what I was seeking at http://www.techonthenet.com/. That list appears not to be complete. Just taking a quick (not exhaustive) look, I note it is missing the Format and StrReverse functions; so, be alert, there may be other functions not listed as well. Rick |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Don, I recently posted the same question as you and received no
appropriate answer. You may have to find your information on dead trees. Here is a link listing recent posting here about good XL VBA books: http://www.microsoft.com/communities...xp=&sloc=en-us Rick is correct that techonthenet.com is not a complete reference site. Instead, it's one of many sites with good info and code examples for XL VBA. Thus, if you are curious about a keyword (or what you want to accomplish) google "VBA" and your keyword. If you are strapped for cash find a used Excel VBA book on Amazon or somewhere. A VBA reference book on Excel 2000, 2002(XP), 2003 should work well enough for you for most things even if you use 2007. I found good books at my local library to get me started. Rick Rothstein (MVP - VB) wrote: Thanks Bob, but I was looking for something I could print out as a vocabulary reference. Help doesn't help since you can only print one topic at a time. I found what I was seeking at http://www.techonthenet.com/. That list appears not to be complete. Just taking a quick (not exhaustive) look, I note it is missing the Format and StrReverse functions; so, be alert, there may be other functions not listed as well. Rick |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA vocabulary | Excel Discussion (Misc queries) | |||
Array vocabulary | Excel Worksheet Functions | |||
Excel VBA keywords | Excel Programming | |||
Searching for keywords | Excel Programming | |||
VBA Keywords | Excel Programming |