How to put Hourgalss in ActiveSheet or show Busy status while loading large no of records in Spread

B

bhaam

Hi All,

Is it possible to put hourgalss in Spread Sheet while the data is being
loaded to the sheet?
or anything to indicate that the spreadsheet is busy and protect user
interaction while loading very large no of records to the sheet?


Thanks
Bhaams
 
A

Alvin Bruney [MVP]

the spreadsheet doesn't support this method. however, it is doable using
javascript. set the cursor to an hour glass before you load the data, change
it back after the data load completes
 
Top