![]() |
Enforcing specific format in Text Box
Is there a way to force a specifric format in a text
box? I know in VB there is the option of using a format mask. Is this possible in VBA? I need to force one of the following formats PRJ99999 or SUP99999. Any ideas on how to enforce/check the format of the text box to make sure the user inputs the correct format? Any help would be appreciated. Thanks. Kirk |
Enforcing specific format in Text Box
The is not built in mask property.
You could use one of the events (such as after update) to include code that checks the formats. -- Regards, Tom Ogilvy "Kirk" wrote in message ... Is there a way to force a specifric format in a text box? I know in VB there is the option of using a format mask. Is this possible in VBA? I need to force one of the following formats PRJ99999 or SUP99999. Any ideas on how to enforce/check the format of the text box to make sure the user inputs the correct format? Any help would be appreciated. Thanks. Kirk |
All times are GMT +1. The time now is 11:31 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com