Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using Active-X objects in my ASP application. Since we updated to SP3
of Office, my asp code breaks when I attempt to insert a page break into my excel document. I downgraded back to office 2000 vanilla, and the problem goes away. Here's the code I execute: function insertPageBreak ( xlsObject, strLocation ) with xlsObject .Range( strLocation ).Select .ActiveWindow.SelectedSheets.HPageBreaks.Add .Range( strLocation ) end with end function strLocation is a string like "A35" xlsObject, is a properly created ezxcel object like the following: Set xls = CreateObject("Excel.Application") If anyone has any idea what's up with SP3, please advise. Thanks, Jerry |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Office 2003 Service Pack 3 (SP3) | Excel Discussion (Misc queries) | |||
Link problems after installing Office Service Pack 3 | Links and Linking in Excel | |||
what service pack do I have with my windows 2000? | Excel Discussion (Misc queries) | |||
Loading Office 2003 Service Pack 2 conflicts with Excel Subtotal | Excel Worksheet Functions | |||
Excel 2000 post-Service Pack 3 hotfix package Q841881 | Excel Discussion (Misc queries) |