Make new row at excel 2004
Make new row at excel 2004
- Subject: Make new row at excel 2004
- From: Gonçalo Miguel <email@hidden>
- Date: Fri, 9 Dec 2005 12:47:19 +0000
Hi all, can anyone help me.
I just want to insert a new row in excel 2004 before range "6:6"
When using Excel MX my scrip was like this:
tell application "Microsoft Excel"
Activate
Select Range "L5C1"
Insert EntireRow of Selection
end tell
But now with Excel 2004 that doesn’t work
I can’t find at dictionary of Excel 2004 anything with "insert Row" reference
Thanks all
Gonçalo Miguel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden