Alterations/corrections on userform

H

Hennie Neuhoff

Hi All
On a userform I get the details of of a quote previously sent to a
customer. I would like to edit/change some of the details, if possible on the
same userform.
I'm not sure how to go about this.
Any ideas would be mush appreciated
 
R

Rich Locus

Hennie:

Your question is very vague. You address each textbox on a userform by its
name. So, if you want to use VBA to change a value, you would reference the
form object, such as Me.txtMyTextbox.Value = "SomeValue"
 

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

Top