View Single Post
  #12   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone[_2_] Jim Cone[_2_] is offline
external usenet poster
 
Posts: 1,549
Default xlApp.Quit - Doesn't Close Instance.... Any ideas?

Looks correct.
Unfortunately, there is no syntax check when I write air code. <g
Jim Cone


"MikeZz"
wrote in message
After Further Review, I think I figured out the problem...

Set WB = xlApp.Open(FileName)
should be
Set WB = xlApp.Workbooks.Open(FileName)