View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Trevor Shuttleworth Trevor Shuttleworth is offline
external usenet poster
 
Posts: 1,089
Default how to select a particular range

Range("A:A,C:IV").Select

Regards

Trevor


"--== Alain ==--" wrote in message
...
Hi,

I would like to select a particular range. i.e. : all columns from sheet
1, except the whole column B.

How can i do that ?

thanks a lot,

Al.