copy Word document contents without using clipboard (VBA)
Posted
by keftebub
on Stack Overflow
See other posts from Stack Overflow
or by keftebub
Published on 2009-01-20T15:45:47Z
Indexed on
2010/04/21
18:33 UTC
Read the original article
Hit count: 199
I was wondering how to avoid using Windows clipboard, when you want to "replicate" multiple sections of a Word document (using VBA in macros)
Why to avoid? Because we're using Word on a server, in a multiuser environment (I know that it is officially frowned upon)
Otherwise, this would be easily accomplished with Selection.Copy and Selection.Paste methods.
Thanks.
© Stack Overflow or respective owner