How to set value for columns in CSV file to zero using VBScript?

Newbie Member
16Aug2012,08:21   #1
tyme's Avatar
Dear all,

I have a CSV file contain many columns. All cells have value. However, I want to set the value for column Z, AA and AB to 0. How can i do that by using VBScript? I want the script to force the column to be 0..and fyi, my CSV file have header in the first row. Thanks in advance for any help.