Thread: [Solved] Using Paste in my VBA code
View Single Post
 
Old 11-09-2015, 03:21 PM
foverman foverman is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Nov 2015
Posts: 2
foverman is on a distinguished road
Default

Quote:
Originally Posted by gmaxey View Post
...
Application.DisplayAlerts = wdAlertsNone
...
I love your approach and really thought that it would solve my problem.
I have a feeling I'm not going to like the answer, but I'm going to ask the question anyway, just in case.

When I paste, I answer No - I don't want to use Normal.
Turning off DisplayAlerts gets rid of the annoying prompt, but seems to answer with the default Yes - I do want to use Normal

So the question is, is there any way to modify this so that it doesn't use normal? I'm guessing any answer would have to involve SendKeys or something.

Thanks!
Reply With Quote