Click here to Skip to main content
15,920,687 members

Comments by LndM (Top 3 by date)

LndM 12-Nov-20 9:40am View    
No im not really sure about anything to be honest, why could it compile unclean? But what does create an Excel Application object if not that line?
LndM 12-Nov-20 8:54am View    
The NullReferenceException occurs at xlApp, as i wrote allready, xlApp is still Nothing after i initialise it with New Excel.Application, and stays nothing till it gets a Problem when i Quit it in xlApp.Application.Quit(). The Question is why does it stay Nothing even thought i declared it as an Application and use open() to give it Data.
LndM 12-Nov-20 6:46am View    
Thanks, I added the line but it doesn't help the Program to run, as it still is Nothing after the initialised line.