A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi Nagul
I'm AnnaThomas and I'd happily help you with your question. In this Forum, we are Microsoft consumers just like yourself.
To avoid the message, add the following line of code at the beginning of your ReplaceWords() subroutine:
Application.DisplayAlerts = False
Then, add the following line of code at the end of your subroutine to turn the alerts back on:
Application.DisplayAlerts = True
I hope this helps ;-), let me know if this is contrary to what you need, I would still be helpful to answer more of your questions.
Best Regards,
AnnaThomas
Give back to the community. Help the next person with this problem by indicating whether this answer solved your problem. Click Yes or No at the bottom.