Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 89
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 209
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Select 'Sort By' column by simply typing heading letter dsavant Excel Worksheet Functions 1 March 24th 10 08:03 PM
filtering simply merlin New Users to Excel 2 July 8th 09 08:05 PM
can this be done simply ? [email protected] Excel Discussion (Misc queries) 4 June 11th 06 01:23 PM
Simply DLL in VB.NET and using it in VBA Wojciech G.[_2_] Excel Programming 1 September 23rd 05 04:35 PM
Simply select rows JP[_11_] Excel Programming 3 September 8th 04 08:58 PM


All times are GMT +1. The time now is 10:28 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"