Thread: Ghost of Excel
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Paul - NottsUK Paul - NottsUK is offline
external usenet poster
 
Posts: 6
Default Ghost of Excel

Robert,

It probably is neater but I still end up with a ghost process at the end.

Paul

"Robert Bruce" wrote:

Paul - NottsUK wrote:
Are you sure you need this:

Set appXL = GetObject(, "Excel.Application")


if you're coding in Excel?

Wouldn't

Set appXL = Application

work better?

Rob