E
eBob.com
If I type "objSheet." ("Dim objSheet As Excel._Worksheet") VS gives me a
list of everything which can follow the period. Or so I have always
thought. But recently I've needed the Pictures method and it is not in the
list. The list is alphabetic and goes ..., Paste, PasteSpecial,
PivotTables, and PivotTableWizard, ... no Pictures.
But if I persist and type in the following code, ...
objSheet.Range("a1").Select()
objSheet.Pictures.insert("c:a.jpg")
.... there's no indication of an error after I type those statements AND I
get no Build errors AND it executes without an error.
So know I am confused about the list which VS presents to me after I have
typed the name of an instance. I'm obviously not getting a list of
everything that's valid. So what is this list?
Unfortunately I've learned VS entirely on my own. So this is probably at
good time to ask if there is a good introductory book or article.
Thanks, Bob
list of everything which can follow the period. Or so I have always
thought. But recently I've needed the Pictures method and it is not in the
list. The list is alphabetic and goes ..., Paste, PasteSpecial,
PivotTables, and PivotTableWizard, ... no Pictures.
But if I persist and type in the following code, ...
objSheet.Range("a1").Select()
objSheet.Pictures.insert("c:a.jpg")
.... there's no indication of an error after I type those statements AND I
get no Build errors AND it executes without an error.
So know I am confused about the list which VS presents to me after I have
typed the name of an instance. I'm obviously not getting a list of
everything that's valid. So what is this list?
Unfortunately I've learned VS entirely on my own. So this is probably at
good time to ask if there is a good introductory book or article.
Thanks, Bob