G
Guest
Hi,
I have a FOR NEXT loop that runs for each row in a sheet. However the number
of rows changes so I keep having to go in and type the new number for eg if
there are 80 rows I type
For i =1 to 80
Is there a way of substituting the 80 dynamically so excel knows how many
rows there are on a spreadsheet.
This would help me out greatly.
Thanks for any help
Sandra
I have a FOR NEXT loop that runs for each row in a sheet. However the number
of rows changes so I keep having to go in and type the new number for eg if
there are 80 rows I type
For i =1 to 80
Is there a way of substituting the 80 dynamically so excel knows how many
rows there are on a spreadsheet.
This would help me out greatly.
Thanks for any help
Sandra