E
Ed Davis
I have three macros that are password protected.
Macro 1 is a macro that I run and asks for my password.
Macro 2 is a macro that someone else runs on a daily basis.
Macro 3 is a macro that someone else runs on a daily basis.
I would like to have macro 2 and macro 3 to check if it was called by macro
1 if so, skip asking for a password.
I would run macro 1 sometimes 20 to 30 times at once. so entering the
password each time would be a pain.
I thought something like this:
If called = No then
Ask for the password
rest of code
Else
End sub
I do not know how to determine if it was called or not.
Macro 1 is a macro that I run and asks for my password.
Macro 2 is a macro that someone else runs on a daily basis.
Macro 3 is a macro that someone else runs on a daily basis.
I would like to have macro 2 and macro 3 to check if it was called by macro
1 if so, skip asking for a password.
I would run macro 1 sometimes 20 to 30 times at once. so entering the
password each time would be a pain.
I thought something like this:
If called = No then
Ask for the password
rest of code
Else
End sub
I do not know how to determine if it was called or not.