label controls
Posted by Leigh on January 03, 2001 2:30 PM
I have a couple of text boxes on a vba form, related to relavent cells on a worksheet, using the Range("A1").value = textbox1.value syntax. I would now like to display the result of the calculation in a label control on the from, is this possible?