Hi there,
I have several macros which have been written individually which run simple formulas and return the data to the active column. Eg. Macro 1 enters a simple formula in cell X2, to return the result, whereby column X is the first blank column at the end of my dataset.
To avoid running these macros individually I’m planning to create a ‘master’ macro to “call” each macro so that they run sequentially. Eg. Call macro 1
Call macro 2 etc
However, with each passing macro I need to ensure the results return to the next blank column only, I.e macro 2 doesn’t overwrite the results of macro 1. So, I’d like the results in column X, Y, Z etc
Can you anyone advise I achieve this please?
I can locate general formulas to find the next blank row or column but can’t figure how this fits with the call macro VBA code. Note- feel free to advise if call macro is not the best approach here.
Also, my dataset consistently has the same fields/ headers which should hopefully help.
Many thanks
I have several macros which have been written individually which run simple formulas and return the data to the active column. Eg. Macro 1 enters a simple formula in cell X2, to return the result, whereby column X is the first blank column at the end of my dataset.
To avoid running these macros individually I’m planning to create a ‘master’ macro to “call” each macro so that they run sequentially. Eg. Call macro 1
Call macro 2 etc
However, with each passing macro I need to ensure the results return to the next blank column only, I.e macro 2 doesn’t overwrite the results of macro 1. So, I’d like the results in column X, Y, Z etc
Can you anyone advise I achieve this please?
I can locate general formulas to find the next blank row or column but can’t figure how this fits with the call macro VBA code. Note- feel free to advise if call macro is not the best approach here.
Also, my dataset consistently has the same fields/ headers which should hopefully help.
Many thanks