When we want to write the data to an xlsx file's specific cell we use something like this:
C:\Users\kk\Downloads\Testfile.xlsx|||'Sheet1$A2:C4'
But this same does not work in the case of .xlsb files, I am able to write data to an xlsb file and to a specific sheet. But not on a specific cell range on a given sheet the way we do in xlsx files. Is there any way I can do this.
Please note: I have installed the MS Access driver 2010 already.
Also when "Create new sheet" is selected and when "Append to existing sheet" is selected, the error slightly differs, what I understand is it is not able to get the get the reference of the file object, attached below are both the errors.