Hi...
I created a VB project using Excel 2007. Except for some errors in my code, the project launches correctly.
I copied the spreadsheet to my system running Excel 2010. When the code first tries to show UserForm1, I get "Could not load an oblject because it is not available on this machine.
I read another post here on MR. Excel and looked at the references under tools in the VBA project. The only difference is that in 2007, I am running Microsoft Excel 12.0 Object Library, Mircosoft Office 12.0 Object Library and in 2010 both of these library's are 14.0.
Now, early on durning my development of the VBA project in 2007, I was using the Calendar reference. I had since un-checked this reference and removed any code that I once had using the Calendar.
Other than that, I am not certain what object 2010 is not available.
Please help...
Thanks.
I created a VB project using Excel 2007. Except for some errors in my code, the project launches correctly.
I copied the spreadsheet to my system running Excel 2010. When the code first tries to show UserForm1, I get "Could not load an oblject because it is not available on this machine.
I read another post here on MR. Excel and looked at the references under tools in the VBA project. The only difference is that in 2007, I am running Microsoft Excel 12.0 Object Library, Mircosoft Office 12.0 Object Library and in 2010 both of these library's are 14.0.
Now, early on durning my development of the VBA project in 2007, I was using the Calendar reference. I had since un-checked this reference and removed any code that I once had using the Calendar.
Other than that, I am not certain what object 2010 is not available.
Please help...
Thanks.