otect Password:=TextBox1.Text
End If
Next WSheet
Unload Me
End Sub
From: excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] On
Behalf Of Deepak Rai
Sent: Thursday, November 11, 2010 10:53 PM
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ how to kno
Hi Hiren,
Suppose I have a veriable called Fname now I have to get this
variable's value from a Texbox in a user control. Lets take this Text Box
name as Textbox1 now I will use
Fname = Textbox1.value to populate my Fname variable with the value present
in the Text Box. Textbox1.value is the answe