C
Charlotte E.
Hi Guys,
I need to convert strings containing local numberformats into English
numberformats.
And, currently, I'm using a cell as 'middleman'
Range("A1").NumberFormatLocal = Local_Format_Name
English_Format_Name = Range("A1").NumberFormat
Is it possible to do this convert without using a worksheet at all?
CE
I need to convert strings containing local numberformats into English
numberformats.
And, currently, I'm using a cell as 'middleman'
Range("A1").NumberFormatLocal = Local_Format_Name
English_Format_Name = Range("A1").NumberFormat
Is it possible to do this convert without using a worksheet at all?
CE