OfficeUser
Well-known Member
- Joined
- Feb 4, 2010
- Messages
- 544
- Office Version
- 365
- 2016
- Platform
- Windows
I have a textbox (Textbox1) which I want to hit a command button (Update) and have it remove the last two characters in Textbox1. Is this possible?
I have been trying to utilize:
I don't know how to use that to remove those specific characters from the textbox string. Thanks for the assistance!
I have been trying to utilize:
Code:
strRight = Right(str, 2)
I don't know how to use that to remove those specific characters from the textbox string. Thanks for the assistance!