Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I see that MSFLEXGRID has a Picture property. From Intellisense, I get:
Dim grid as MSFLEXGRID grid.Picture I see in Intellisense that there is an image object which also has a Picture property: Dim img as Image img.Picture So, I would think I could programmatically put an Image object on a worksheet using an Add method. Then I can transfer the picture from the MSFLEXGRID to the image, something like this: Set img.Picture = grid.Picture Then, I can printout the worksheet. That is the goal, to print the picture of the MSFLEXGRID. So, I do not see how to connect the dots. How do I get from the MSFLEXGRID picture to the printer? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Transfer entities from rows/column of one worksheet to another worksheet | Excel Programming | |||
MSFlexGrid Delete Row | Excel Programming | |||
transfer one worksheet to another worksheet without losing format. | Excel Worksheet Functions | |||
How to extract a picture from an Excel worksheet into a picture fi | Excel Discussion (Misc queries) | |||
MSFlexGrid | Excel Programming |