View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default settings and resettings

Asif,

In that case you should do the following:
1. get in touch with the application writers and tell them
to reset the original settings when you exit the program
2. refer to Nikos's answer!!

cheers,
Tony M.


-----Original Message-----
Tony,
Thanks very much! But the problem is I can't do anything

with the code, as
it's a commercial program.


Tony M wrote in message <0a7a01c3a53e$f6a8d140

...
Asif,

This is probably happening due to the VBA in your excel
app changing the properties you have listed.

You need to ammend the code in your app so that it stores
your original excel settings before changing them and

then
resets them back to the original settings when it closes.




.