View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default User Defined Function - Can we identify the cell it's called f

You are correct, but there is still a way!. As I remember, UDFs can create
and insert comments. Not a clean as background color, but still a visible
indicator that something noteworthy has occurred.
--
Gary''s Student
gsnu200711


"Barb Reinhardt" wrote:

I just found that UDF's are not able to do what I want to do. It would have
been so easy if they could.

Oh well.

Thanks for your assistance.
Barb Reinhardt

"Gary''s Student" wrote:

Application.caller:


Function barb() As String
barb = Application.Caller.Address
End Function
--
Gary''s Student
gsnu200711