View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Robert Lie Robert Lie is offline
external usenet poster
 
Posts: 3
Default VB Excel Problem

I run it from VB Form.

Dim xla As Excel.Application
Dim xlb As Excel.Workbook
Dim xls As Excel.Worksheet
Dim xlr As Excel.Range


Actualy, the main problem is how to remove the excel application from
Processes (Windows task manager) after the excel is closed?