Hi,
I have a code that opens a workbook, dumps some data into it from primary workbook and runs a code in the secondary workbook. The secondary code has a msgbox in it that needs to be there for different uses.
How can I change the msgbox code to something like:
If workbook is open that contains "Smart Pick" in it's name then don't run msgbox, else if it's not open then run msgbox as normal?
Thanks,
I have a code that opens a workbook, dumps some data into it from primary workbook and runs a code in the secondary workbook. The secondary code has a msgbox in it that needs to be there for different uses.
How can I change the msgbox code to something like:
If workbook is open that contains "Smart Pick" in it's name then don't run msgbox, else if it's not open then run msgbox as normal?
Thanks,