View Single Post
 
Old 07-29-2024, 02:16 AM
Shelley Lou Shelley Lou is offline Windows 10 Office 2016
Expert
 
Join Date: Dec 2020
Posts: 259
Shelley Lou is on a distinguished road
Default VBA Add text to beginning of each row in second column

Hi Vivka, unfortunately your code puts the word 'means' in front of every paragraph containing an opening bracket. How can we change the code so it only looks for instances of a closing quote mark tab and opening bracket? e.g.

"Insured Risks"[tab](the) following risks:

to

"Insured Risks"[tab]means(the) following risks.
Reply With Quote