Applescript question

M

MarkinDC

Version: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel

I'm a novice script creator with a hopefully simple question about Excel Applescript (and for background: other than a class in Pascal decades ago and some ambitious 123 and WordPerfect macros created not long after that, I'm pretty green). But I've got a hopefully simple question:

As part of a script I've created, I'd like to insert two new rows into a worksheet at variable location. I've written code that successfully gets the a range with the single-cell address within the row where I'd like to insert the new row. I've written code that makes that row the active row. but for the life of me, I can't figure out how to insert a new row at that position.

Can anyone help?

Mark
 
T

Tobias Weber

As part of a script I've created, I'd like to insert two new rows into a
worksheet at variable location.

Google 'excel applescript insert row', first hit: insert into range
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top