Same number or figure which is in cell 1 in s

Closed
Chakresh - Jul 12, 2010 at 07:42 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jul 18, 2010 at 10:27 PM
Hello,
I want to see the same number or figure which is in cell 1 in sheet 1 in exel user form's text box. how to give the link
Related:

1 response

rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 766
Jul 18, 2010 at 10:27 PM
you can put an event

form initialize
and form activate

then textbox = sheet1.range("A1")
0