PC Review


Reply
Thread Tools Rate Thread

How can I simply the following, must I keep .Select?

 
 
Simon
Guest
Posts: n/a
 
      11th Aug 2008
MyWBAccRep.Activate
Cells.Find("latest").Select
Selection.Copy Destination:=ActiveCell.Offset(0, 1)
ActiveCell.Clear

Thanks
 
Reply With Quote
 
 
 
 
Gary Brown
Guest
Posts: n/a
 
      11th Aug 2008
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 With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Select 'Sort By' column by simply typing heading letter dsavant Microsoft Excel Worksheet Functions 1 24th Mar 2010 08:03 PM
I need help simply allison Microsoft Access 1 19th Dec 2006 08:32 PM
Simply C# To VB.net? Smoke Microsoft VB .NET 4 18th Jul 2005 05:24 PM
Simply select rows JP Microsoft Excel Programming 3 8th Sep 2004 08:58 PM
Simply Ian Retailers 3 4th Jul 2004 01:07 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:17 PM.