Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Vba shutdown excel 2002

Status
Not open for further replies.

masstraff

Technical User
Oct 7, 2005
1
US
First off hello
My problem:
On one Dell Machine a person tries to bring up excel and then tries too use vba and it goes to load the program. Once the track bar is done loading excel shutdown no error message.
The lack of error message really affects my search.

Little about what equipment
Computer dell
Running office 2002
Windows xp

This problem only happens on one computer and not it twin we thought it had to do with the matrox qid program that is running the layout of the four monitor but we are able to bring up the program on twin two without much effort.
Help, been spinning out of control on this one for over a week. Right know the fix is turning off monitor program

Thanks for any kind of help
 
Have you tried stepping through the code to see what line executes just before Excel closes?

-------------------------
Just call me Captain Awesome.
 


Hi,

One possibility is that THAT user has a PERSONAL.XLS macro that runs on some event.

If grande's suggestion doesn't lead to a solution, try opening Excel WITHOUT enabling macros and see if there's a PERSONAL.XLS linked in Tools/References -- anything running in the Workbook_Open event.

Skip,

[glasses] [red]A palindrome gone wrong?[/red]
A man, a plan, a ROOT canal...
PULLEMALL![tongue]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top