$$Excel-Macros$$ Macro help needed for converting all the xls files into csv & placing the csv files

2014-11-26 Thread Muneera Shabana
Good Morning, Hope you are having a great day! *Objective: I want to convert all the excel files (.xls,.xlsx etc) in a folder to .csv files (with original file names) & place the csv file in another target folder.* I am not an excel expert, however I managed to write the below piece of cod

Re: $$Excel-Macros$$ Macro help needed

2014-03-25 Thread ǝɹohsiʞ ʞ ʌ d
Hello Rafael, check the below sub and call the sub @ 'Need help here to do something with the data collected from Sql Server ' * Private Sub WriteDate(rs As Recordset) On Error GoTo ErrorMessage

$$Excel-Macros$$ macro help needed

2009-10-02 Thread vespid
I'm making excel macros for the first time and getting things figured out, but I have a few questions: What code do I use to delete columns that have all empty cells EXCEPT the top cell (row 1) that contains any of a number of headings? I need to insert this into an existing macro. What code do