OilEconomist
Active Member
- Joined
- Dec 26, 2016
- Messages
- 439
- Office Version
- 2019
- Platform
- Windows
Thanks in advance for any suggestions as I will provide feedback accordingly.
Is there a way to somehow call a macro MacroA in another macro called MacroB to where MacroA has the pop-up box filled out automatically based on a cell entry?
Synopsis:
I’m using a third party spreadsheet which you fill out and click a macro which checks the data. If everything is okay, it has a pop-up so you can direct it to where you want to save the file and give it a file name. The output file is a text file.
Without changing their macro (MacroA), I’m trying to call it into my macro (MacroB) and have it get the directory path from cell A1 and file name from cell B1.
I would like to see if I can just change MacroA, but first of all I can’t figure out what macro is assigned to that button. Second of all when I look at the code, it’s way to complicated.
The reason why I would like to call MacroA into B is so I can loop it through several sets of data (file names).
Is there a way to somehow call a macro MacroA in another macro called MacroB to where MacroA has the pop-up box filled out automatically based on a cell entry?
Synopsis:
I’m using a third party spreadsheet which you fill out and click a macro which checks the data. If everything is okay, it has a pop-up so you can direct it to where you want to save the file and give it a file name. The output file is a text file.
Without changing their macro (MacroA), I’m trying to call it into my macro (MacroB) and have it get the directory path from cell A1 and file name from cell B1.
I would like to see if I can just change MacroA, but first of all I can’t figure out what macro is assigned to that button. Second of all when I look at the code, it’s way to complicated.
The reason why I would like to call MacroA into B is so I can loop it through several sets of data (file names).