Working with MS Excel(xls / xlsx) Using MDAC and Oledb - CodeProject
First thanks to share your code. I adapted your code for my needs for vb.net vs2012, and it's cool man! but Public Delegate Sub ProgressWork(ByVal percentage As Single) Private Event Reading As ProgressWork Private Event Writeing As ProgressWork are not ....