Paste Command

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

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.
 
Just a thought, but have you tried adding
CutCopyMode = False
after the paste command?
 
hi,
application.cutcopymode = false should do it.
-----Original Message-----
Just a thought, but have you tried adding
CutCopyMode = False
after the paste command?

--
Return email address is not as DEEP as it appears



.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top