Excel Open workbook- crashing when trying to open

vbalearner11

New Member
Joined
Jan 19, 2018
Messages
18
Hello All,

I have a code which is working fine for couple of files but crashing when trying to open a particular file.

Workbooks.Open (UserFolder & Left(FileObj.Name, InStrRev(FileObj.Name, ".") - 1) & ".xlsm")
Workbooks.Open (UserFolder & Left(FileObj.Name, InStrRev(FileObj.Name, ".") - 1) & ".xlsb")

UserFolder & Left(FileObj.Name, InStrRev(FileObj.Name, ".") - 1) this has the folder path without extensions such as ".xlsm" or ".xlsb". Sometimes the extension might be either of them so I cannot just give one line of code.

Looking for help.

Thanks in Advance!
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
I was trying to open a excel workbook with VBA macro code Workbooks.Open("Filepath\Filename.xlsm"). It is crashing as soon as it is opened. When I am trying to open manually then it is not crashing. Any idea or suggestions please.

Looking for help!
 
Upvote 0

Forum statistics

Threads
1,214,823
Messages
6,121,780
Members
449,049
Latest member
greyangel23

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top