userform and textbox

  • Thread starter Thread starter Martijn
  • Start date Start date
M

Martijn

Dear readers,
I'am developing a tool for my work. I have developed a userform i
which the user can fill in a certain number in a text box. Excel doe
some calculations with this number and know i want to have the outomc
of the calculation in the userform next to where they have filled i
the input. I try to do this via another textbox but this doesn't work
How can I relate my calcualtion code to a outcome textbox or anothe
form.

Thanx in advance for your reply.


Martij
 
Userform2.Textbox1.Text = Textbox1.Text * 100

as an example

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Back
Top