ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   .pictures documentation (https://www.excelbanter.com/excel-programming/419754-pictures-documentation.html)

Gilles Plante

.pictures documentation
 
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

.pictures documentation
 
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


All times are GMT +1. The time now is 03:34 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com