A
Andre vWG
Hi there,
I have managed to import a csv file in excel with vbscript (thanks to
Günter Born)
In that csv file the second column exists of number of a shop (ie 001
002 013 207). As you see the first character can be a zero.
When I look at the Excel-sheet the second column looks like 1 2 13 207
(so no preceding zeros)
Does anyone know how to change an entire column in Excel in a three
digit text (adding "00" to 1 "0" to 13 and nothing to 207)
In Excel (XP-version) you can use =right("000" & b2;3)!
Tia,
André
I have managed to import a csv file in excel with vbscript (thanks to
Günter Born)
In that csv file the second column exists of number of a shop (ie 001
002 013 207). As you see the first character can be a zero.
When I look at the Excel-sheet the second column looks like 1 2 13 207
(so no preceding zeros)
Does anyone know how to change an entire column in Excel in a three
digit text (adding "00" to 1 "0" to 13 and nothing to 207)
In Excel (XP-version) you can use =right("000" & b2;3)!
Tia,
André