Hi Team,
Below data is from a csv file which I am generating using a macro. Data will be entered in an excel sheet and on running the macro it will generate the csv file. But the last column IS_ACTIVE is not there in my excel sheet. Its an additional column which I am adding to csv alone separately. Now I want to populate the value of the column IS_ACTIVE as YES .Its a default value for all the rows in that column. Kindly let me know the code in vba using which I can achieve the same.
RATE_OFFERING
S.No Rate Name CARGO TYPE PORT TRANSPORT MODE IS_ACTIVE
SAMPLE 1 RR_TEST4 CONVENTIONAL AIRPORT AIR
SAMPLE 2 RR_TEST5 CONVENTIONAL AIRPORT AIR
SAMPLE 3 RR_TEST6 CONVENTIONAL AIRPORT AIR
SAMPLE 4 RR_TEST7 CONVENTIONAL AIRPORT AIR
SAMPLE 5 RR_TEST8 CONVENTIONAL AIRPORT AIR
SAMPLE 6 RR_TEST9 CONVENTIONAL AIRPORT AIR
SAMPLE 7 RR_TEST10 CONVENTIONAL AIRPORT AIR
SAMPLE 8 RR_TEST11 CONVENTIONAL AIRPORT AIR
Bookmarks