R
Robin Tucker
Is copy/paste using VBA safe with respect to other applications that might
be running? For example, if my VBA code performs a copy and it goes to the
clipboard, and then another application performs a copy to the clipboard
before I can get in there with my Paste, will I end up pasting the other
applications clipboard data?
My program needs to copy an entire section from one document over into
another document. Perhaps there is a way of doing this without using the
clipboard?
Thanks for any tips you can give me.
Robin
be running? For example, if my VBA code performs a copy and it goes to the
clipboard, and then another application performs a copy to the clipboard
before I can get in there with my Paste, will I end up pasting the other
applications clipboard data?
My program needs to copy an entire section from one document over into
another document. Perhaps there is a way of doing this without using the
clipboard?
Thanks for any tips you can give me.
Robin