Thread: [Solved] Using Paste in my VBA code
View Single Post
 
Old 11-09-2015, 06:39 PM
Hdata Hdata is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Jan 2014
Posts: 26
Hdata is on a distinguished road
Default

Using paste in my VBA code depends on how much I am pasting. If the amount of text you are pasting is relatively small, this approach works well and does not apply the normal formatting. However, when I paste a large amount of text, the answer seems to be yes. Seems this approach works to protect against crashing the system with too much formatting.

Best always
Reply With Quote