L
Louise
Hi,
I have a daily source mainframe text file that I import into a table with
field delimiters etc. 2 columns of this file are local currency values and
within one file they can show as formatted 0,000.00 or 0.000,00 dependant on
the currency format that market uses. This totally messes up any
calculations that need to be done with the final output to Excel (I can't run
the import etc in Excel as it is far too large approx 100,000 lines plus)
Is there a way to standardise these? The only way I could think to do it is
to have a macro that 'finds and replaces' all the comma's with full stops and
then all the full stops with nothing, then multiply all the numbers by 100 to
bring them into UK currency setting. If this is the only way, can someone
help me by advising on some code I can use rather than manually having to do
a find replace in the table every day, or alternatively a better way of doing
this if there is one?
Thanks so much in advance for any help,
Kind Rgds,
I have a daily source mainframe text file that I import into a table with
field delimiters etc. 2 columns of this file are local currency values and
within one file they can show as formatted 0,000.00 or 0.000,00 dependant on
the currency format that market uses. This totally messes up any
calculations that need to be done with the final output to Excel (I can't run
the import etc in Excel as it is far too large approx 100,000 lines plus)
Is there a way to standardise these? The only way I could think to do it is
to have a macro that 'finds and replaces' all the comma's with full stops and
then all the full stops with nothing, then multiply all the numbers by 100 to
bring them into UK currency setting. If this is the only way, can someone
help me by advising on some code I can use rather than manually having to do
a find replace in the table every day, or alternatively a better way of doing
this if there is one?
Thanks so much in advance for any help,
Kind Rgds,