Date

  • Thread starter Thread starter Simon
  • Start date Start 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!!
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top