I'm using the Mabry Time command that allows you to pull the time from a remote server. If anyone is familiar with this, please let me know how to set this up. I also need the time to show in a text box, but am having a hard time.
Thanks!
Printable View
I'm using the Mabry Time command that allows you to pull the time from a remote server. If anyone is familiar with this, please let me know how to set this up. I also need the time to show in a text box, but am having a hard time.
Thanks!
Can't help with the first part, but you could put in a timer with a low interval and inside the timer sub you have Text1.Text = (the time you get) or Text1.Text = Time(Now)