Run Time error 2147417848 (8010108)

obiwann

Board Regular
Joined
Jan 2, 2014
Messages
142
I have a computer in our office that is running excel 2016 on windows 10 pro that is giving me this error (Run Time error 2147417848 (8010108)) when loading a certain workbook. I have other computers with the same software with no issues. The person using this computer said this started occurring about 2 months ago after we had an upgrade on our windows server 2013r2.

Any Ideas?

Thanks

Code:
Private Sub Workbook_Open()
Sheets("Work Order Entry").Select
      ActiveSheet.Unprotect
'    Application.Goto Reference:="DATABASE"
   
        
     Rows("10:2303").Sort Key1:=Range("A11"), Order1:=xlDescending, Key2:= _
        Range("D11"), Order2:=xlDescending, Header:=xlGuess, OrderCustom:=1, _
        MatchCase:=False, Orientation:=xlTopToBottom, DataOption1:=xlSortNormal, _
        DataOption2:=xlSortNormal
        Range("A11").Select
 ActiveSheet.protect DrawingObjects:=True, Contents:=True, Scenarios:=True
            Range("A12").Select
   Application.DisplayFullScreen = True
ActiveSheet.OLEObjects("combobox1").ListFillRange = Sheets("work Order entry").Range("T1:T5").Address(External:=True)
ActiveSheet.OLEObjects("combobox2").ListFillRange = Sheets("work Order entry").Range("V1:V11").Address(External:=True)

End Sub
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.

Forum statistics

Threads
1,215,032
Messages
6,122,770
Members
449,095
Latest member
m_smith_solihull

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