Hello, I have a strange thing at work. Each time we open a file with geocoordinates Excel transforms them to numbers. As a result the data loses its coma and becomes a number, however Excel shows points in these numbers.
Furthermore when I want to import this into another program it copies the points so I have to change the data each time in Excel with concatenate(left(;",";mid(;) (see last line).
Is there a way in VBA to create a function "lat" and "lon" which transforms the cell so I no longer have to adapt the formula depending on the column where the data stands.
Thank you in advance.
PS I've tried anything in the Options section without any result.
Furthermore when I want to import this into another program it copies the points so I have to change the data each time in Excel with concatenate(left(;",";mid(;) (see last line).
Is there a way in VBA to create a function "lat" and "lon" which transforms the cell so I no longer have to adapt the formula depending on the column where the data stands.
Thank you in advance.
PS I've tried anything in the Options section without any result.
lat | lon |
52.378.405 | 4.814.793.333.333.330 |
52.378.405 | 4.814.793.333.333.330 |
52.378.405 | 4.814.793.333.333.330 |
52.378.405 | 4.814.793.333.333.330 |
52.378.405 | 4.814.793.333.333.330 |
52.378.405 | 4.814.793.333.333.330 |
52.378.405 | 4.814.793.333.333.330 |
52.378.405 | 4.814.793.333.333.330 |
52.378.405 | 4.814.793.333.333.330 |
52.378.405 | 4.814.793.333.333.330 |
52,378405 | 4,814793333 |