Thread: a string object
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Edwin Tam (MS MVP) Edwin Tam (MS MVP) is offline
external usenet poster
 
Posts: 48
Default a string object

In the simple example below, "tmp" is the variable (parameter/arguement) which is a string

Function sample(tmp As String
sample = tm
End Functio