Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Dear all,
I have a CSV file contain many fields and all fields have value (positive & negative values). I have 2 questions he 1) This file is created on Friday. So the date in Field1 is Friday's date. I want to change the date to Saturday date. How can i change it using macro? 2) I want to set the value for fields 24 until 26 to 0. I want the script to force the field value to be 0. How can i do that by using macro?..and fyi, my CSV file have header in the first row. Below i illustrate my original csv file and the expected output. 3) How can i automate the macro to run every Friday afternoon? Thanks in advance for any help. Original csv Field1, Field2,....,Field24, Field25, Field26, Field27 "20120803","ABC",...,9.032,24.52,-6.325,21.12 "20120803","ABC",...,5.242,-1.53,7.005,21.12 Expected output csv Field1, Field2,....,Field24, Field25, Field26, Field27 "20120804","ABC",...,0,0,0,21.12 "20120804","ABC",...,0,0,0,21.12 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create a macro to create excel line graph with coloured pointers anddata lables | Charts and Charting in Excel | |||
Need a Macro to create a Pivot where fields may change | Excel Programming | |||
Use date modified to change format & create filter to track change | Excel Worksheet Functions | |||
Create or change color of a (line with arrow head) with a Macro en | Excel Programming | |||
create a macro for a combo box to change a pivot table | Excel Programming |