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