Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
how is the syntex in vba excel to check: if object exists, or is
object in collection exists. I tried this code in vba excel : if (oElement.Attributes("backGroundColor")) then .... do something but got error. in VBA code there are some common object instance,checking like: isObject(obj)=0 or: obj=null or: obj is nothing or empty none of above works ?? only something like on error resume next ?? (not very common) why excel VBA is different from other VBA like MS-Access ? el |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I check a collection (e.g. worksheets) collection to be empty? | Excel Programming | |||
Collection Look Up - By Key in an Excel VBA App. | Excel Programming | |||
excel columns collection? | Excel Programming | |||
How to check if a worksheet exists in worksheet collection | Excel Programming |