How to Delete all double quotations from entire spreadsheet

chrisjack

New member
Joined
Oct 22, 2012
Messages
15
Reaction score
0
Points
0
Is there a VB code or method I could use in Excel once excuted will run through the whole spreadsheet and delete all double quotations. These are not in any particular column or order. They are all over the spreadsheet but should be got rid of. I get this this Excel report every week and I spend a lot of time going through row by row to delete them manually. I am sure there is a quicker and efficient way to do this because sometimes the data comes in thousands of rows. Below are some of the samples and what the output should look like when corrected. Thanks in advance for your help

(5845 E 14[SUP]TH[/SUP] STE “B”) should be (5845 E 14[SUP]TH[/SUP] STE B)
(1783 “WEST” Covina) should be (1783 WEST Covina)
(West “14”TH street) should be (West 14TH street)
 
Back
Top