I'm using the following code to open an xlsb file...

Workbooks.Open Filename:="C:\filenamehere.xlsb"
the code opens up the file read only. I want to open the file read/write (as if I double clicked on it)