Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
Below is a code snippet from a routine that loops through each sheet in a workbook. The routine copies / pastes ranges into powerpoint so l need to ensure the sheet is in normal view to avoid pages numbers etc being passed to PP Sht1.Activate If ActiveWindow.View = xlPageBreakPreview Then ShtView = "Yes" ActiveWindow.View = xlNormalView End If How can l achieve this without using Sht1.Activate? I want to avoid the 'flashing' caused by the Sht1.Activate. If l use Application.Screenupdating = False the data is not passed to PP Regards Michael |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change view without activating sheet? | Excel Programming | |||
TRUE/FALSE BOX not activating a WS change | Excel Discussion (Misc queries) | |||
[help]how to change embedded excel sheet 's view range? | Excel Programming | |||
Change from userform view to excel workbook view | Excel Programming | |||
How to create a view option (or hide/unhide preselected cells) (Repost from Misc) | Excel Programming |