goldenboy10
Technical User
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 advise.
Regds
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 advise.
Regds