Thread: Selection
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Die_Another_Day Die_Another_Day is offline
external usenet poster
 
Posts: 644
Default Selection

Range("A5", Range("A5").End(xltoRight)).Select

Try that

HTH

Die_Another_Day
CARLOS BAPTISTA wrote:
Please help me. I need to select a range of cells in a row:
For example:from a5 to j5.
I want to have "A5" as "active.cell" and write a macro to select from the
"Active.Cell" to the desired range end.

Is it possible to use "Offset" or other type of commands.

Please if anyone can help.

Kind regards,
--
Carlos