I'm looking for four corner of world by an answer.
I'd like to import from Excel the datas with rotine that had a progress bar.
thx
Importing from Excel in VBA is easy: use the TransferSpreadsheet
method.
Implementing a progress bar in VBA isn't all that hard, but I'm not
sure how to integrate the two so that the bar tracks the import; as
far as I know, the TransferSpreadsheet method imports an entire
spreadsheet in one operation, and doesn't give you checkpoints. I'd
suggest just setting the cursor to Hourglass at the start of the
transfer, and back at the end.
John W. Vinson[MVP]