View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alan Tang Alan Tang is offline
external usenet poster
 
Posts: 1
Default How to Select a Row in VB Macro

Hello:

I have try to use the following statment for select a row
and work fine.

Rows("2:2").Select

After I have change the value as show below, it can't work!

Rows("RowX:RowX").Select

For the Value os RowX is 3 as integer.

Thanks!