Thread: look up
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default look up

I repeat my last offer

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

wrote in message
...
I think I could get this to work if I just knew how to select a range
once I find "run number"

I want to offset over on colum and then from there copy one row 25
colums over.

In another area I want to copy 6 rows 10 colums over.

I tried this
ActiveCell.Offset(0, 1).Select
ActiveCell = r1
ActiveCell.Offset(0, 25) = r2
Range(("r1"), (r2)).Select

but I have no clue what I am doing.....