Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've been using the following code in 2003 and 2007
Dim myPageBreak as Excel.HPageBreak For Each myPageBreak In myWS.HPageBreaks blah blah blah next myPageBreak On one machine with Office 2007, there are no problems (the one I have access to). On another machine, there are problems. This particular worksheet has 3 page breaks and if I do this debug.print myWS.HPageBreaks.count I get 3 (on the other machine) Has anyone seen anything like this? What do I do to address it? Thanks, Barb Reinhardt |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to add and delete pagebreaks using Excel and C# | Excel Programming | |||
how can you change pagebreaks in excel 2007 before printing? | Excel Discussion (Misc queries) | |||
how do I remove multiple pagebreaks in an excel document in one g | Excel Discussion (Misc queries) | |||
Inserting pagebreaks into an Excel Worksheet | Excel Programming | |||
Excel pagebreaks | Excel Programming |