Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello to all of you,
I need to manipulate pictures in Excel. I found out the .Pictures object, but it is not documented in the Help - looks like Mircosoft's decision not to document it. So my question is where can I found information about .Pictures ? Thanks -- Gilles Plante |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could look in the object browser.
Search for pictures, then rightclick on the search results and select "show hidden members". You may be able to glean what you need by declaring a variable: Dim myPic as Picture then using the intellisense in your code. You'll see the methods/properties after you type the dot: myPic. <-- and you'll see a list. Gilles Plante wrote: Hello to all of you, I need to manipulate pictures in Excel. I found out the .Pictures object, but it is not documented in the Help - looks like Mircosoft's decision not to document it. So my question is where can I found information about .Pictures ? Thanks -- Gilles Plante -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you export pictures from my pictures file into a word docu | New Users to Excel | |||
Storing Clip Art pictures in My Pictures folder | Excel Discussion (Misc queries) | |||
Pictures.Visible question (after adding many pictures, they stop disappearing) | Excel Programming | |||
Excel's Compress Pictures or deleting pictures doesn't seem work | Excel Discussion (Misc queries) | |||
Documentation | Excel Programming |