Thread: Toolbars
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Toolbars

It depends on the code you are using to determine what toolbars
were visible then hidden, and the code you use to restore the
toolbars. If you are storing this information in a public
(global) variable, it is quite possible that the global variable
is getting reset, as a result of editing code, an unhandled
error, or an 'End' statement.

More details would be helpful.

--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Jason Zischke" wrote in
message
...
Hi All,

I have a program that hides all the toolbars and when it is
shut-down it un
hides them so the for other excel workbooks it would be fine,
however on some
computers it dosen't retain the toolbars. Is there a way to
make this process
work all the time every time?

Thanks in advance,

Jason Zischke