Thread: function
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
thanhnguyen[_6_] thanhnguyen[_6_] is offline
external usenet poster
 
Posts: 1
Default function


Dear all,

I have a function which return string like this:

Function strReturn(byval inputstr as string) as string

strReturn="XXX"


End Function.


How can I make this function to look like other function such
as(HLookup,Vlookup,.....) which user can use when they need.

Example = strReturn(A1)

Many thanks
Thanh Nguyen


--
thanhnguyen
------------------------------------------------------------------------
thanhnguyen's Profile: http://www.excelforum.com/member.php...o&userid=30502
View this thread: http://www.excelforum.com/showthread...hreadid=510475