Thread
:
look up
View Single Post
#
1
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
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.....
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett