View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jacy Erdelt[_2_] Jacy Erdelt[_2_] is offline
external usenet poster
 
Posts: 5
Default Format Text Boxes within A User Form

I have 2 text boxes within a user form called "EnterNewConsult" that I need
to format. One text box called "Date of Consult" needs to be formatted in the
00/00/00 date format, and the other called "Quote Amount" needs to be
formatted as $0.00. Can you help me figure out what the code would look like
for those?

Also, how would I go about entering all of the values in my text boxes from
the user form into their corresponding cells within the workbook?

Your help is greatly appreciated!