Dear all, apart from the fact that i am totally new to VBA and Macros in Excle programming, I really need your help!
I am asking your help to solve a quite huge problem which, by far, I really do not know if it is solveable with a Macro.
From one spreadsheet like the one in figure Spread.jpg, after having completed the following transformations with a macro, i must obtain a .txt file.
First of all let me explain the transformations that i should do on the spreadsheet.
Referring to spread.jpg the macro should:
a) Delete the first row (the one with the names)
b) Delete columns C,D,E,H,I,O,P
c) Transform the date format of the first column from DD-MM-YYYY into MM/YYYY
d)Multiply the each value of columns K,L,M,N for 100
e)Transform (transponse) every single row in column, as to display in a format like the one shown in picure text.jpg
Each set of data must then exported to a .txt file and should be separated by a simple line like shown on the same text.jpg picture.
Do you think this might be possible with a macro?! And how to do it!?
I would appreciate any help and would be very grateful.
Thanks, Mark.
http://img11.imageshack.us/img11/3465/spreadkl.jpg
http://img851.imageshack.us/img851/6742/textf.jpg
I am asking your help to solve a quite huge problem which, by far, I really do not know if it is solveable with a Macro.
From one spreadsheet like the one in figure Spread.jpg, after having completed the following transformations with a macro, i must obtain a .txt file.
First of all let me explain the transformations that i should do on the spreadsheet.
Referring to spread.jpg the macro should:
a) Delete the first row (the one with the names)
b) Delete columns C,D,E,H,I,O,P
c) Transform the date format of the first column from DD-MM-YYYY into MM/YYYY
d)Multiply the each value of columns K,L,M,N for 100
e)Transform (transponse) every single row in column, as to display in a format like the one shown in picure text.jpg
Each set of data must then exported to a .txt file and should be separated by a simple line like shown on the same text.jpg picture.
Do you think this might be possible with a macro?! And how to do it!?
I would appreciate any help and would be very grateful.
Thanks, Mark.
http://img11.imageshack.us/img11/3465/spreadkl.jpg
http://img851.imageshack.us/img851/6742/textf.jpg
Last edited: