dmacmillan
Board Regular
- Joined
- Apr 5, 2004
- Messages
- 125
Hi All,
I want to display a "Data Refreshing" message that runs for 1 minute every half-hour while data is being imported from a .CSV file. The importation has been set-up in the Data Connections tab and not driven from VBA. My investigations lead to using a combination of Application.OnTime and a Modeless UserForm.
Is this the best approach?
Thank you in advance,
David
I want to display a "Data Refreshing" message that runs for 1 minute every half-hour while data is being imported from a .CSV file. The importation has been set-up in the Data Connections tab and not driven from VBA. My investigations lead to using a combination of Application.OnTime and a Modeless UserForm.
Is this the best approach?
Thank you in advance,
David