Thread: Range Question
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 3,355
Default Range Question

I have the following statement

Rows(Target.Row + 3 & ":" & Target.Row + 4).Select

And what I really want to do is select the cells that are in column
Target.column and rows Target.row to target.row+1.

What would I need to change?

Hopefully this will go through. I've had a lot of difficulty posting
questions of late.

Thanks