We have userform which is contains dropdowns and textboxes. The interface is set up to move from one box to another by pressing the enter key.
The format in one of these textboxes is presently #,##0. What code to I use to change the format to #.##0.00 and in which event to I put it (e.g. Userform intialize event, textbox enter event, etc).
Thanks