gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
Is there a way to have a TextBox equal the values of two or more cells added together
I tried this, but it just concatenated the two values and didnt add them.
TextBox155.Value = Sheets("Pricing Sheet Compilation").Range("R27").Text + Sheets("Pricing Sheet Compilation").Range("R28").Text
I tried this, but it just concatenated the two values and didnt add them.
TextBox155.Value = Sheets("Pricing Sheet Compilation").Range("R27").Text + Sheets("Pricing Sheet Compilation").Range("R28").Text