![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Posts: 2
|
Does anyone have a list of basic/general Visual Basic object:action commands (e.g., Range("x:x").Select)?
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Denver, Colorado USA
Posts: 4,014
|
Hi RGillespie,
Firstly, these are not actually Visual Basic commands. They are part of the Excel Object model. If you were working with VBA in Word, PowerPoint, Access, etc., you would be working with the same VBA programming language but with different object models. Every application's "object model" defines its objects, and all objects can have Properties, Methods, and Events. As a result, the list of possible methods, properties and events is HUGE (many thousands). If you want a high-level view of the Excel object model, go to the topic Microsoft Excel Objects in the VBA helps. Note the red arrows that you can click on to further expand the object model. If you want to focus on a single object, such as the Range Object (a worksheet cell or collection of cells) simply go to the Range Object topic in the VBA helps. Then peruse the Range Object's Properties and Methods (Range objects don't have any Events). Be forewarned: the Range object has a VERY rich object model--it has dozens of properties and methods. I hope this helps. Damon |
|
|
|
|
|
#3 |
|
New Member
Join Date: May 2002
Posts: 2
|
Thanks Damon!! I'll check this out.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|