T
TomL
I am exporting some data to Excel, and need to create a page break at the end
of each iteration through the loop. I have tried both of these statements to
no avail. Does anybody have any suggestions?
Thanks
We are using Project Server 2003 SP2a, Excel 2003.
Dim xlR As Excel.Range
xlR.ActiveWindow.SelectedSheets.HPageBreaks.Add Before:=ActiveCell
xlR.PageBreakSet
of each iteration through the loop. I have tried both of these statements to
no avail. Does anybody have any suggestions?
Thanks
We are using Project Server 2003 SP2a, Excel 2003.
Dim xlR As Excel.Range
xlR.ActiveWindow.SelectedSheets.HPageBreaks.Add Before:=ActiveCell
xlR.PageBreakSet