View Single Post
 
Old 05-03-2016, 02:26 PM
Arg0nawt Arg0nawt is offline Windows 10 Office 2016
Novice
 
Join Date: May 2016
Posts: 2
Arg0nawt is on a distinguished road
Default Macro to find nested double quotes in document

Hi,

I'm attempting to write a macro which finds nested double quotes in a document, but I'm not having much luck. I would be looking to find something like this:

"When he said "hello," it really made me think."

The reason I'm trying to do this is because the inside pair of quotes should be single quotes, not double. So I'm attempting to correct all instances where double quotes are used inside of another pair of double quotes. I'm fairly certain that all quote marks would be curly, not straight.

Does anyone have any insight on how to create this macro?

Thanks,
Arg0nawt
Reply With Quote