default value of a control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

How can I set a default value for a control such as textbox just using its
property.Could Control Source help here?

Clara
 
is it in a userform or on a worksheet?
if it's in the userform, set the default property in the
initialization sub.
if it's on a worksheet, set it BACK to the default @ the end of the
code for the control.
hth!
susan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Prevent Corollary Event 1
What is Enterfieldbehavior 2
Pass a range object as a parameter 5
disable event 3
Passing a TextBox Object 1
Order the TabIndex 1
delimiter between two columns 1
Fine Tune in Excel 4

Back
Top