View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
salgud salgud is offline
external usenet poster
 
Posts: 219
Default userform incorporates string data

I have a string variable called sTRID which I would like to put in a text
field in a userform. Like "The client sTRID is not in the database. Do you
want to add them?"
I want the actual client ID to appear in place of the string variable. Is
this possible?
Thanks!