Hi all,
How do i close xlapplication. I try to use
dim xlApp as new excel.application
xlapp.quit
but the process seems to be hanging there until i quit from my app.
also how do i make it visible in .NET. In vb 6 it was just
xlApp.Visible = true it does not work with .Net
Thanks
