View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default Enter Today's Date In A UserForm TextBox

hi
Private Sub UserForm_Initialize()
TextBox.Value = Date
End Sub

regards
FSt1

"Minitman" wrote:

Greetings,

I am trying to enter today's date into a TextBox on a UserForm when I
open the UserForm.

Anyone know how to do this?

Any help will be appreciated.

-Minitman