Thread
:
User Defined Function - Can we identify the cell it's called from
View Single Post
#
2
Posted to microsoft.public.excel.programming
Gary''s Student
external usenet poster
Posts: 11,058
User Defined Function - Can we identify the cell it's called from
Application.caller:
Function barb() As String
barb = Application.Caller.Address
End Function
--
Gary''s Student
gsnu200711
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student