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

WOW!

Gary, FSt and Doug - Thanks for the very fast responses! <VBG

This is the first time I received three reply's that were so much
alike, and all were exactly what I needed.

Thank you all very much.

-Minitman


On Sun, 29 Jun 2008 18:16:09 -0700, "Doug Glancy"
wrote:

Steve,

Private Sub UserForm_Initialize()
Me.TextBox1.Text = Date
End Sub

hth,

Doug

"Minitman" wrote in message
.. .
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