Hi,
I read in the help files that it's possible to make the excel row numbers dynamic in putexcel:
If there something similar for the columns?
I basically want to be able to loop where the results after a complete loop move two columns further:
So C should become E and D become F after a loop was completed.
I tried some things but none of them seem to work out.
Any input is welcome.
Kind regards,
Filip
I read in the help files that it's possible to make the excel row numbers dynamic in putexcel:
Code:
forvalues i=3/24 { 2. putexcel D‘i’=formula(B‘i’+C‘i’) 3. }
I basically want to be able to loop where the results after a complete loop move two columns further:
Code:
putexcel C`row' = `EU16_percent' D`row' = EU16[2,`col']
I tried some things but none of them seem to work out.
Any input is welcome.
Kind regards,
Filip
Comment