I have several textboxes that I want to format as currency, and several others that I want to format as date (MM/DD/YY). When I say format, I'm referring to displaying the desired format in the textboxes themselves. I realize that I can format the textboxes individually, but I'm curious if there's a way to format multiple textboxes in one code set. I've looked online and I'm not seeing anything that says you can, but I'm not sure that is accurate. It seems like there would be a way. Maybe something in the Initialization of a UserForm that says IF Control = X or Y or Z THEN FORMAT as "$#,##0.##"?