Access/Excel was Ugraded Issue

cstimart

Well-known Member
Joined
Feb 25, 2010
Messages
1,180
My employer upgraded from Office 2007 to Office 365. I have an Access db that gathers/opens data from and Excel file and everything was working file in 2007. Now, the code will FREEZE below on the SET. In the References, I do have Microsoft Excel 16.0 Object Library.

Code:
Dim objExcel As Excel.Application

    Set objExcel = New Excel.Application

Any ideas why this freezes and/or how to fix?

Thanks!
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
yeah, upgrades mess up everything.
you must go into references, and select a new Excel X.X library.
(scroll down the list)
 
Last edited:
Upvote 0
yeah, upgrades mess up everything.
you must go into references, and select a new Excel X.X library.
(scroll down the list)

In the References, I already have 'Microsoft Excel 16.0 Object Library.'....and it still freezes. :oops:
 
Upvote 0

Forum statistics

Threads
1,213,532
Messages
6,114,176
Members
448,554
Latest member
Gleisner2

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