how to resize range in applescript

R

r_poetic

Hello,
I have a table where the first row holds the field names, and the
remaining rows hold the records.

After I have set the used range:

set theRows to rows of (get used range of theWS)

and before do a repeat loop over each row in theRows, what is a good
way to resize theRows to drop the first row of labels?
 

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