Clear Office Clipboard from VBA?

G

Guest

Tony Jollans said:
As I tried to explain in one of my posts, I wouldn't expect it to make any
difference.

I didn't really expect it to make a difference either, but I wanted to try
all the suggestions that were offered by the various posters here.

In this case it is probably a timing (or perhaps a locking) problem. It is
worth trying to put one or more DoEvents statements in the code to allow the
system to catch up with itself. Precise logic behind this is often
impossible to explain but trial and error can sometimes lead to a
resolution.

I've tried that before, but with a relatively short loop. I'll try it again
with a longer loop and see if it helps.
You said originally that the problem was with images yet you are copying a
paragraph range - does it contain images? And, if so, are they linked?

Yes, the images are inserted inline with the text, so when I copy the
paragraph, I'm really just copying the image. (It's the only item in the
paragraph.)

No, the images aren't linked.
 
W

Wei Lu [MSFT]

Hi ,

How is everything going? Please feel free to let me know if you need any
assistance.

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 

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

Top