short disclaimer in order for you to understand how to phrase your answers: I am a total newbie when it comes to programming. All I know are the basic concepts of object oriented programming and VBA, but that's about it. Sometimes VBA is a little annoying though, e.g., when trying to run something in the background. This is what I am trying here.
I am using C# in Visual Studio. When trying to create a new Excel Workbook this exception is thrown:
System.Runtime.InteropServices.COMException: "Retrieving the COM class factory for component with CLSID {00020819-0000-0000-C000-000000000046} failed due to the following error: 80040154
I've done some research and found this thread. The problem is that I don't really understand what I need to do. Maybe someone can help me through rather basic instructions :-D.
Thanks in advance!
All the best, Till