I have process where the text file is getting downloaded. I have to convert the text file to excel by delimiting the text having special character. (Copy text file => open excel => paste values => find unique character => split => autofit => Save ) Delimiting code is working properly for special characters tab, comma, semicolon but when the other character is appearing in text like "" | "", the popup message is appearing ""Do you want to replace the contents of the cell"". Need code to disable the popup.