Hello everyone,
I am currently accessing a MS Excel Binary Workbook (.xlsb) using the MS Excel VBO.
(Steps : Create Instance, Open Workbook, Set Cell Value, Save Workbook, Close instance)
While saving the Binary workbook after writing data into it, I am getting the following pop-up with the following message :
Microsoft Visual Basic (Window Title)
Run Time Error 13 (Message)
Type mismatch
The workbook gets saved once I close the pop-up (Click "End")
I have tried converting the .xlsb file into .xlsx file. However I face the same pop-up then as well.
Has anyone faced this issue before and what was the work around used?
Thanks for the help!