View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Cell values as captions

Hi TUNGANA

Yes, when you open the userform you can add code in the Initialize event

Private Sub UserForm_Initialize()
Me.Label1.Caption = Sheets("sheet1").Range("A1").Value
End Sub


--
Regards Ron de Bruin
http://www.rondebruin.nl



"TUNGANA KURMA RAJU" wrote in message
...
Can it be possible to use sheet cell values as captions (lables) in user forms