Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi to all;
I've inserted some images in excel with the "desgn mode"; which code do I have to write in a VB Macro, or property have to change in order to be able to move these images without being in the "design mode"? Thanks to all! -- atrep |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
for each shp in activesheet.shapes
shp.left = a shp.top = b shp.width = c shp.height. = d next shp where a,b,c,d is in pixels "xavi garriga" wrote: Hi to all; I've inserted some images in excel with the "desgn mode"; which code do I have to write in a VB Macro, or property have to change in order to be able to move these images without being in the "design mode"? Thanks to all! -- atrep |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Turn on the macro recorder and move them manually. Then turn off the macro
recorder. Then use that code as a model - modify it to do what you want. That code should run without being in the "design mode" -- Regards, Tom Ogilvy "xavi garriga" wrote: Hi to all; I've inserted some images in excel with the "desgn mode"; which code do I have to write in a VB Macro, or property have to change in order to be able to move these images without being in the "design mode"? Thanks to all! -- atrep |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi to all!
Thanks for the responses, I've tried them, and workperfectly, but they are not exacly what I want, maybe I should explain me better(sorry, my English can be much better :P) I have a CommandButton that makes appear and disappear some images depending on some conditions, what I want to do is to move the images that are visible; I want to treat with this images like a normal pictures, this should be able to resize, move, copy, paste...all of it wothout being in the "design Mode"(if it is posible) I hope this explanation is better than the previous one; Thanks to all and kind regards; |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
When reopening document, images move | Excel Discussion (Misc queries) | |||
Objects & images move when viewing in print preview or printing. | Excel Discussion (Misc queries) | |||
Images move on its own | Excel Discussion (Misc queries) | |||
prop. scale images - have code, just need slight mod | Excel Programming | |||
Can I move images in Excel forms? | Excel Programming |