Thread: range selection
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
douvid douvid is offline
external usenet poster
 
Posts: 10
Default range selection

Hi ,
"A:A, F:F, AC:AC". those 3 columns have a different numbers of rows in each file. let's say x identify the last row.
how do I now select this range to apply a specific format.

I though something like "A1:A" & x but this works only for one column.
How do I select all ?

thanks
douvid