View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
James Cornthwaite James Cornthwaite is offline
external usenet poster
 
Posts: 53
Default selecting a column

should read rng.columns(1).select sorry
but still doesnt work

would rng(xldown, 1) select column 1 with rows 1 to the last one containing
xl data work???

thanks
james

"James Cornthwaite" wrote in message
...
does anybody know how to select the entire first column of a defined range
object.

rng.columns(2).select doesnt seemt to work

Thanks
James