B
Brad Collicott
I'm converting a script from Office V.x to 2004 that creates multiple
worksheets --up to a couple hundred at a time-- and selects a range of them
for manual printing.
The only part of the script that I can't translate to Excel 2004 is the last
function that selects multiple sheets.
In the old version, I found I could specify a range by using a list
variable:
set sheetRange to {2,3,4}
tell application "Microsoft Excel"
activate
select worksheet sheetRange
end tell
Any suggestions?
Brad
worksheets --up to a couple hundred at a time-- and selects a range of them
for manual printing.
The only part of the script that I can't translate to Excel 2004 is the last
function that selects multiple sheets.
In the old version, I found I could specify a range by using a list
variable:
set sheetRange to {2,3,4}
tell application "Microsoft Excel"
activate
select worksheet sheetRange
end tell
Any suggestions?
Brad