Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The VBA IDE does not always pop-up the list of available properties and methods when the period (.) is added. This behaviour is mostly exhibited following a collection (e.g., worksheets())
Any ideas how to correct this annoying behaviour Windows XP, Office X Thanks John |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Are your variables declared with a specific type.
Dim rng as Range for example. If not, then Excel would not know what to show. -- Regards, Tom Ogilvy "John" wrote in message ... The VBA IDE does not always pop-up the list of available properties and methods when the period (.) is added. This behaviour is mostly exhibited following a collection (e.g., worksheets()). Any ideas how to correct this annoying behaviour. Windows XP, Office XP Thanks, John |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes. I always use option explicit. Therefore, the object would be declared (as workbook, as worksheet, etc.
Joh ----- Tom Ogilvy wrote: ---- Are your variables declared with a specific type Dim rng as Rang for example. If not, then Excel would not know what to show -- Regards Tom Ogilv "John" wrote in messag .. The VBA IDE does not always pop-up the list of available properties an methods when the period (.) is added. This behaviour is mostly exhibite following a collection (e.g., worksheets()) Any ideas how to correct this annoying behaviour Windows XP, Office X Thanks Joh |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Available methods and properties through OLE interface | Excel Discussion (Misc queries) | |||
Automation Classes / Methods, overview or list | Excel Discussion (Misc queries) | |||
Where do I find the listing of the differnt methods, properties etc used by VBA? | Excel Programming | |||
Objects not showing up in VBA properties | Excel Programming | |||
Handout of Excel Object's Properties and Methods | Excel Programming |