I want to copy some range of tables and formatted text from one location to another. I'm using Office 2003/Word/VBA.
I try to use this code:
Set Text_To_Copy = Selection.Range
...
Selection.Range = Text_To_Copy
But I get not formatted text without tables.
And else, I can't use selection.copy...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.