Format numbers in TextBox as you type
问题 Is there is any way to format numbers in TextBox (on a UserForm) as you type? This way it makes easy to see what figure is being entered. My desired format is: #,##0.00 回答1: This could be considered a slightly " Above the Average " question in terms of difficulty for a newbie so I am going to answer this :) VBA doesn't have what you call a Masked Text Box where you can set formats as #,##0.00 . You can only do a masked textbox for accepting passwords but that is altogether a different thing.