A
a2history
I need help. I am giving assistance to a Switcher who has been using
Excel on his old Win XP machine. Two of his Excel spreadsheets have
VBA Macros, and, of course, these don't work on Office 2008 (which he
purchased with his Mac). The macros are VERY simplistic, and I suspect
converting them will not require much knowledge, but I simply don't
know the appropriate Applescript commands.
Can anyone help me with this? Here is the script:
Sub PrintMacro()
Sheets("Report").Select
Range("A1:M35").Select
Selection.PrintOut Copies:=1
Sheets("Comparison").Select
Range("A2:M35").Select
Selection.PrintOut Copies:=1
End Sub
Short and sweet. Is the Applescript similarly easy?
Thanks in advance!
Excel on his old Win XP machine. Two of his Excel spreadsheets have
VBA Macros, and, of course, these don't work on Office 2008 (which he
purchased with his Mac). The macros are VERY simplistic, and I suspect
converting them will not require much knowledge, but I simply don't
know the appropriate Applescript commands.
Can anyone help me with this? Here is the script:
Sub PrintMacro()
Sheets("Report").Select
Range("A1:M35").Select
Selection.PrintOut Copies:=1
Sheets("Comparison").Select
Range("A2:M35").Select
Selection.PrintOut Copies:=1
End Sub
Short and sweet. Is the Applescript similarly easy?
Thanks in advance!