View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] irishiii75@gmail.com is offline
external usenet poster
 
Posts: 2
Default New to excel macros need help with selecting ranges

I have need a macro that will select a range in a column and copy
data.
In one spreadsheet the column range maybe N2 - N15
the next time the column range maybe N2 - N250

How can I code it to select N2 - last cell in column so I don't have
to change macro each time for each spreadsheet.

Thank you

Terrie