basil3legs
Programmer
I'm sure this has been asked many times before but I can't find any previous threads, so here goes...
I have a spreadsheet which imports data from webpages into an Access database. Before writing the data it goes through and replaces all the accented characters with the non-accented version, e.g. ö is replaced with o
However, some of the words imported have strange characters like ? in (capital C with an Acute accent over it in case it doesn't come up properly!!) which cannot be typed in Excel VBA and hence I cannot replace them. Also there are Turkish accented characters as well which I have the same problem with (e.g. ? and ?).
Is there any way of replacing these characters?
Thanks in advance.
I have a spreadsheet which imports data from webpages into an Access database. Before writing the data it goes through and replaces all the accented characters with the non-accented version, e.g. ö is replaced with o
However, some of the words imported have strange characters like ? in (capital C with an Acute accent over it in case it doesn't come up properly!!) which cannot be typed in Excel VBA and hence I cannot replace them. Also there are Turkish accented characters as well which I have the same problem with (e.g. ? and ?).
Is there any way of replacing these characters?
Thanks in advance.