P
(Pete Cresswell)
Here's the VBA code (from MS Access):
---------------------------------------
theSS.ActiveSheet.PageSetup.PrintArea = .Range(.Cells(1, mOutputColNum_First),
..Cells(myTotalsRow, mOutputColNum_Last)).Select
---------------------------------------
This definately works under Excel 9 because that's what I have been testing
under.
OTOH, somebody else reports that it supposedly bombs on their PC - which is
running Excel 11.
"Supposedly" because this is 100% hearsay....I have no way of conntecting to
that PC and watching it myself and they haven't sent me the error log yet.
Can anybody eyeball that code and say if it should run under 11? Or, more
generically, should 11 run anything that works under 9?
---------------------------------------
theSS.ActiveSheet.PageSetup.PrintArea = .Range(.Cells(1, mOutputColNum_First),
..Cells(myTotalsRow, mOutputColNum_Last)).Select
---------------------------------------
This definately works under Excel 9 because that's what I have been testing
under.
OTOH, somebody else reports that it supposedly bombs on their PC - which is
running Excel 11.
"Supposedly" because this is 100% hearsay....I have no way of conntecting to
that PC and watching it myself and they haven't sent me the error log yet.
Can anybody eyeball that code and say if it should run under 11? Or, more
generically, should 11 run anything that works under 9?