hi there,
I want to have a option to run all my macros or indivdual macro..Currently, I have 29 unique macros each behind in a specific worksheet in vba.(ie in VBA worksheets(TU372) i have Sub TU372()... I cant use Call..it gives me "Run Time Error 1004".
Call TU372
Call TU375
Call TU397
Im new to vBA, previously i store all my macros in a module. but i cant run it in ALT-F8. how do i solve this??
I want to have a option to run all my macros or indivdual macro..Currently, I have 29 unique macros each behind in a specific worksheet in vba.(ie in VBA worksheets(TU372) i have Sub TU372()... I cant use Call..it gives me "Run Time Error 1004".
Call TU372
Call TU375
Call TU397
Im new to vBA, previously i store all my macros in a module. but i cant run it in ALT-F8. how do i solve this??