Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'd like to do some serious RTFM on VBA for Excel. I'm stymied at
Step 1, namely, laying hands on a copy of the FM. Where can I get documentation for the standard Excel objects and their properties, events, and methods? Thanks! --Erv |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
The VBA help files are not installed by default, so you'll have to run Office setup using the Add/remove features option. Somewhere at the bottom of all options you'll find a tab called Office tools, which includes an item called Visual Basic Help. Make sure it is set to "Run from MyComputer". Regards, Jan Karel Pieterse Excel TA/MVP -----Original Message----- I'd like to do some serious RTFM on VBA for Excel. I'm stymied at Step 1, namely, laying hands on a copy of the FM. Where can I get documentation for the standard Excel objects and their properties, events, and methods? Thanks! --Erv . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() If you can't find what you're looking for in the help file, you might check Amazon. Dave "Erv Young" wrote in message om... I'd like to do some serious RTFM on VBA for Excel. I'm stymied at Step 1, namely, laying hands on a copy of the FM. Where can I get documentation for the standard Excel objects and their properties, events, and methods? Thanks! --Erv |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I find the object browser useful. Press F2 while in VBA. -----Original Message----- I'd like to do some serious RTFM on VBA for Excel. I'm stymied at Step 1, namely, laying hands on a copy of the FM. Where can I get documentation for the standard Excel objects and their properties, events, and methods? Thanks! --Erv . |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've used a regular VB book and then just pressed F2 to view the object in
Excel. Works just fine for me. You'll just have to go through the API yourself. Also another great trick is to record a macro of what you want to accomplish and then view the code that was generated. Clean it up, and make it useful! -akshay "Erv Young" wrote in message om... I'd like to do some serious RTFM on VBA for Excel. I'm stymied at Step 1, namely, laying hands on a copy of the FM. Where can I get documentation for the standard Excel objects and their properties, events, and methods? Thanks! --Erv |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
http://support.microsoft.com/support...01/default.asp
Microsoft Excel for Windows -- Visual Basic for Applications 101 David McRitchie has some links to tutorial at his site: http://www.mvps.org/dmcritchie/excel....htm#tutorials the VBA tutorials are below the general excel tutorials. Using the format http://support.microsoft.com/?ID=159619 you can look at some of these articles. 159619 XL97: Sample Macros for Customizing Menus and Submenus 161215 XL97: How to Programmatically Create a Collection 120198 XL: How to Select Cells/Ranges Using Visual Basic Procedures 141691 XL: Visual Basic Example Using If and Case Statements 146055 XL: Using Visual Basic to Create a Chart Using a Dynamic Range 141762 XL: How to Use Looping Structures in Visual Basic for Applications 143345 XL: Visual Basic Macro to Determine Which Button was Selected -- Regards, Tom Ogilvy "Erv Young" wrote in message om... I'd like to do some serious RTFM on VBA for Excel. I'm stymied at Step 1, namely, laying hands on a copy of the FM. Where can I get documentation for the standard Excel objects and their properties, events, and methods? Thanks! --Erv |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you want a book, I recommend John Walkenbach's "Excel <year Power
Programming with VBA." "Tom Ogilvy" wrote in message ... http://support.microsoft.com/support...01/default.asp Microsoft Excel for Windows -- Visual Basic for Applications 101 David McRitchie has some links to tutorial at his site: http://www.mvps.org/dmcritchie/excel....htm#tutorials the VBA tutorials are below the general excel tutorials. Using the format http://support.microsoft.com/?ID=159619 you can look at some of these articles. 159619 XL97: Sample Macros for Customizing Menus and Submenus 161215 XL97: How to Programmatically Create a Collection 120198 XL: How to Select Cells/Ranges Using Visual Basic Procedures 141691 XL: Visual Basic Example Using If and Case Statements 146055 XL: Using Visual Basic to Create a Chart Using a Dynamic Range 141762 XL: How to Use Looping Structures in Visual Basic for Applications 143345 XL: Visual Basic Macro to Determine Which Button was Selected -- Regards, Tom Ogilvy "Erv Young" wrote in message om... I'd like to do some serious RTFM on VBA for Excel. I'm stymied at Step 1, namely, laying hands on a copy of the FM. Where can I get documentation for the standard Excel objects and their properties, events, and methods? Thanks! --Erv |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Manual pie charts | Charts and Charting in Excel | |||
Manual Selection 1 or the other | Excel Discussion (Misc queries) | |||
how can i get MANUAL CALCULATIONS p e r m a n e n t l y | Setting up and Configuration of Excel | |||
Can't set manual HPageBreaks | Excel Programming | |||
Can't set manual HPageBreaks | Excel Programming |