Thanks for the reply. What I am wondering is if my code is as follows:
' code
NewPhone= Inputbox ("Please enter the new phone number")
' continue code
Is there a way to specify the input mask (i.e. (555) 555-5555) for the inputbox? Also, since I'm on the subject of input masks, can you place one on a column of a combo box?