J
jpeirano
Version: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel
Hi, I have de following Excel Macro in VBA code and I need it to be transcribe to Applesripts.
Can anyone help me?
-------
ActiveSheet.Unprotect Password:=""
R = ActiveCell.Row
Rows(R).Select
Selection.Copy
Selection.INSERT Shift:=xlDown
Application.CutCopyMode = False
ActiveSheet.Protect Password:=""
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel
Hi, I have de following Excel Macro in VBA code and I need it to be transcribe to Applesripts.
Can anyone help me?
-------
ActiveSheet.Unprotect Password:=""
R = ActiveCell.Row
Rows(R).Select
Selection.Copy
Selection.INSERT Shift:=xlDown
Application.CutCopyMode = False
ActiveSheet.Protect Password:=""