#1   Report Post  
Curt
 
Posts: n/a
Default Excel macro

can use this need to check for value etc in cell befor copy been trying to do
this with copy & paste in a macro. lot more code than here just need to
validate.

"Don Guillett" wrote:

It does not have to pause unless you were asking for the value to lookup.
use FIND to find it and copy to the new address. Example

Sub findandcopy()
Columns(1).Find("x").Copy Range("c12")
End Sub

--
Don Guillett
SalesAid Software

"CCB AA" <CCB
wrote in message
...
Writing a marco and I need a "pause" so I can copy info from another

wookbook
and insert it in the current wookbook. How do I make a macro pause,

lookup,
copy, insert and then move on?




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
Macro Help In Excel welshlad Excel Discussion (Misc queries) 14 October 26th 05 02:34 PM
Closing File Error jcliquidtension Excel Discussion (Misc queries) 4 October 20th 05 12:22 PM
Macro to close excel okanem Excel Discussion (Misc queries) 1 July 19th 05 10:01 AM
passing arguments from an excel macro to a word macro KWE39 Excel Discussion (Misc queries) 1 July 7th 05 03:56 PM
Excel macro that opens new MS Word file and pastes data as a pictu Rob Excel Worksheet Functions 0 July 6th 05 05:12 PM


All times are GMT +1. The time now is 10:59 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"