Copy/Paste in SS W/ Java Script

J

JM

The OWC help file only seems to include a sample in VBS. I can't get the
syntax right in JS.

Trying things like this didn't work:

ss1.Sheets(1).range("B5").copy;
ss1.Sheets(1).Range("B6:B1000").paste;

or

ss1.Sheets(1).range("B5").copy (ss1.Sheets(1).Range("B6:B1000"));


What is the correct syntax?

Thanks!

Jeff
 

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