View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
wynnyderpooh wynnyderpooh is offline
external usenet poster
 
Posts: 6
Default display a timer while an ODBDC connection opens.

My code is:

Dim strDate2 As String
TextBox1 = Val("_" & Format(Second(Time), "00"))

I have attempted to populate Textbox1 with workbook, on open and with form,
initialize. All I get is 0 or the literal string

Also, as soon as the connection opens I want to close the form.

Thanks!