CreateObject("Excel.Application") problem
I'm trying to create an Excel file using a VB program. I have added the
reference to Excel Object Library yet when I try to compile it, I get
an error at the line exc_app = CreateObject("Excel.Application")
System.Exception was unhandled
Message="The remote server machine does not exist or is unavailable."
Source="Microsoft.VisualBasic"
StackTrace:
Do I need to turn on some kind of service in order to get this working?
What exactly does this error message mean?
.
Relevant Pages
- Re: Return to form if query unmatched
... following error message upon opening the form: ... Set Myrst = .OpenRecordset ... These reference can add from Code Windows> Tools Menu> Reference ... Check Marks to following and compile it. ... (microsoft.public.access.queries) - Microsoft Visual Basic - File not found [PLEASE HELP!!]
... trying to reference another excel file which has been ... >When I try and open up an Excel workbook (that I really ... >line atop the error message). ... (microsoft.public.excel.misc) - Re: How to share VB code across multiple pages?
... but got an error message as follows: ... But MSVCR71.dll is actually right there under the folder ... > If you're using ASP.NET 1.1, you should command-line compile ... >>> or .cs file) and then reference the function that way. ... (microsoft.public.dotnet.framework.aspnet) - Re: CreateObject("Excel.Application") problem
... reference to Excel Object Library yet when I try to compile it, ... Message="The remote server machine does not exist or is unavailable." ... What exactly does this error message mean? ... (microsoft.public.dotnet.languages.vb) - RE: Seeing Access 2003 table in Access 2007
... The 'dao2535.tlb' reference is a fairly old reference, ... VBA code in your database will not be disabled from the get-go. ... Compile, where is the name of your VBA project. ... I get this error message 11 times. ... (microsoft.public.access.gettingstarted) |
|