Click to See Complete Forum and Search --> : excel on windows 2000


dammansky
May 22nd, 2001, 09:47 AM
hi,
i have a program that starts an excel file, prints it and then closes it. I also use a range object.

Here is my problem: after that function, when i look in the task manager excel is not closed. I thik this is due to the range object, because when i put everything with the range object in comment, excel is indeed closed.

Can anybody help me with that, I have windows 2000

Grov
May 31st, 2001, 10:49 AM
Try to use not Range object, but Range property of Application object.

Cimperiali
May 31st, 2001, 11:03 AM
Better post your code. It may be something simple as having forget a
set obj= nothing
line of code.

Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, Bruno Paris and all the other wonderful people who made and make Codeguru a great place. Come back soon, you Gurus.