Hi all,
Is it possible to know the name of the procedure which called the proc A?
Exple:
Sub B()
call A
...
end sub
Sub C()
call A
...
end sub
Sub A()
If Sub B called me then
Workbooks.open (Path B)
elseif Sub called me then
Workbooks.open (path C)
end if
...
end sub
Please...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.