![]() |
How can I simply the following, must I keep .Select?
MyWBAccRep.Activate
Cells.Find("latest").Select Selection.Copy Destination:=ActiveCell.Offset(0, 1) ActiveCell.Clear Thanks |
How can I simply the following, must I keep .Select?
Cells.Find("latest").Copy Destination:=Cells.Find("latest").Offset(0, 1)
Cells.Find("latest").Clear -- Hope this helps. Thanks in advance for your feedback. Gary Brown "Simon" wrote: MyWBAccRep.Activate Cells.Find("latest").Select Selection.Copy Destination:=ActiveCell.Offset(0, 1) ActiveCell.Clear Thanks |
All times are GMT +1. The time now is 11:12 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com