Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Earlier, I pasted one splash picture to the activesheet on Range ("A1") and then to get it into the middle of the window I ran the code: ActiveSheet.Shapes("PIC_WAIT_" & picNo).IncrementLeft (Range(ActiveWindow.VisibleRange.Address).Columns. Width / 2) - PicWd / 2 ActiveSheet.Shapes("PIC_WAIT_" & picNo).IncrementTop (Range(ActiveWindow.VisibleRange.Address).Rows.Hei ght / 2) - PicHt / 2 ....where picNo of cource is the ID of the progress etc. Now, I don't want to run paste/delete (it kill the clipboard content). I'm planning to have hidden progress bar pictures hidden on the sheets and just make each after each visible. Sice the zoom/display size and scrollings always can be different, I need a good way of move the 10 progress pictures in the middle of the current excel window. Any ideas? Further, can you see any problems with having hidden progress pics on each sheet? (I will have the workbook and worksheet locked for the user) /Kind regards tysk |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Center All Pictures in Excel Cells | Excel Discussion (Misc queries) | |||
Excel arrows don't move black box but move the window | Excel Discussion (Misc queries) | |||
Pictures Move | Excel Discussion (Misc queries) | |||
how do i center the worksheet in the viewing window? | Excel Discussion (Misc queries) | |||
Pictures don't move when I sort list | Excel Worksheet Functions |