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
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