Hi,
I have been programming a application in Excel VBA where I have some choises on the first page (for ex date) then I use a ADO connection to a SQL server where I get out the data of my choises. Finally, based on the data, a graph is coming up showing up the result.
Here is the question, it takes some time to get out the data and then bulding the graph and i would like a kind of pop up screen coming up under the time I wait for the graph to be finished saying something like "processing data". And it wouldnt be wrong if there was some moving things like for example dots going forward and back, forward and back
(. .. ... .... ..... ......, . .. ... .... ..... etc).
Is there any programmer out there whos have done this before I would be greatful!!!
Txs in advance!
I have been programming a application in Excel VBA where I have some choises on the first page (for ex date) then I use a ADO connection to a SQL server where I get out the data of my choises. Finally, based on the data, a graph is coming up showing up the result.
Here is the question, it takes some time to get out the data and then bulding the graph and i would like a kind of pop up screen coming up under the time I wait for the graph to be finished saying something like "processing data". And it wouldnt be wrong if there was some moving things like for example dots going forward and back, forward and back
(. .. ... .... ..... ......, . .. ... .... ..... etc).
Is there any programmer out there whos have done this before I would be greatful!!!
Txs in advance!