Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Reported problems with Office 2000 Service pack 3

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Office 2003 Service Pack 3 (SP3) Clifford Excel Discussion (Misc queries) 4 December 2nd 08 03:45 PM
Link problems after installing Office Service Pack 3 proefkonijn Links and Linking in Excel 2 November 26th 07 09:51 AM
what service pack do I have with my windows 2000? Crystal Excel Discussion (Misc queries) 2 April 18th 06 02:44 PM
Loading Office 2003 Service Pack 2 conflicts with Excel Subtotal Steve J. Excel Worksheet Functions 0 November 1st 05 12:18 AM
Excel 2000 post-Service Pack 3 hotfix package Q841881 sjk Excel Discussion (Misc queries) 0 March 7th 05 01:09 PM


All times are GMT +1. The time now is 08:18 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"