wildexodus
Registered User.
- Local time
- Today, 14:37
- Joined
- Feb 6, 2003
- Messages
- 74
I want to use the value in a text box in a calculation for a Select Case statement in VBA. The code i am trying to use is:
Case "-----"
Text75 = (cboQuantity)*(cboUnitPrice)*(txtWidth)
The calculation works untill i put the txtwidth on the end. Have i missed something out?
Case "-----"
Text75 = (cboQuantity)*(cboUnitPrice)*(txtWidth)
The calculation works untill i put the txtwidth on the end. Have i missed something out?