Thread: Date
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Simon[_17_] Simon[_17_] is offline
external usenet poster
 
Posts: 4
Default Date

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!!