Date

S

Simon

Hi in the excel VBA how can I make the time tick (I use the Textbox)

Here is the code I use:

TextBox1.Text = Time
TextBox1.Locked = True

It's a very simple code but I can't Get it to work!!
 
T

TC

If you want the time value to update automatically, say every scond,
you'd need to set a Timer for that - in Access. As for how you'd do it
in Excel, I have no idea. This is an Access group, not an Excel one.

HTH,
TC
 
Top