Thread: [Solved] Using Paste in my VBA code
View Single Post
 
Old 11-09-2015, 07:56 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,359
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

If you're trying to replicate content, including formatting, you should consider using the .FormattedText method (I've made posts here using it) instead of Copy/Paste. Conversely, if you're trying to replicate text without formatting, you can use the .Text, .InsertAfter or .InsertBefore methods instead of Copy/Paste.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote