Why can't I use the Copy command in a macro?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to write a simple macro where I copy something, but now it won't
let me copy! Is there any way around this? I thought I had written macros
like this before, but now it's not working. I read in HELP that maybe my
visual basic was disablesd, but when I went to add/delete programs, it wasn't
even listed. Thanks.
 
What have you done and what do you see?
In order to copy something you have to select it first. When selected

Selection.Copy

will copy it. If macros are not working check the macro security is set to
medium and to trust installed templates and add-ins.


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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