Thread: Paste Command
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
martin martin is offline
external usenet poster
 
Posts: 9
Default Paste Command

I have a script that has the "ActiveSheet.Paste" command
as the last line. When it executes, it leaves the
message "Select destination and press ENTER or choose
Paste" on the bottom left message bar.

I have tried adding statements to move the cursor after
the paste, but the message still appears.

Is there a way to remove this message? I don't want to
confuse the end users of this script.

Thanks.