View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Visual basic Userform caption

Me.Caption = Worksheets(1).Range("A1").Value

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

wrote in message
om...
Hi everyone,

my problem is the next one: I have a form and in this form, I try to
put Mandarin, who is in a Cell on my Excel 2000, in the caption but
it gives me "?????" at the place.

Any help would be appreciated.

Thanks !