Re: Make new row at excel 2004
Re: Make new row at excel 2004
- Subject: Re: Make new row at excel 2004
- From: Gonçalo Miguel <email@hidden>
- Date: Fri, 9 Dec 2005 12:56:18 +0000
Sorry for the message a send a few moments ago, i already found the right words.
tell application "Microsoft Excel"
activate
open workbook workbook file name ("") update links do not update links
insert into range row 6 of sheet "sheet1"
end tell
Gonçalo Miguel
On 09 de Dec de 2005, at 12:47 PM, Gonçalo Miguel wrote:
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
_______________________________________________
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