Strange window behavior

  • Thread starter Thread starter Donald Prebus
  • Start date Start date
D

Donald Prebus

I have been programming a little Excel application and am just about
finished when a strange thing happen:

When the workbook is opened the worksheets open in a small window on the
right-hand side of the screen which has no minimize, maximize or close
buttons. The window cannot be moved. The command buttons are non-functional.
However the macros can still be run from the keyboard shortcuts.

I have never encountered this strange behavior.

Ideas? Suggestions?

Donald Prebus
Vancouver WA
 
Hi Frank,

Thanks for your response.

The window has no close button whatsoever. And I don't have the
Groupwise on my computer.

The problem applies only to this workbook and a copy I made.


Donald
 
Donald,
Do you have a RefEdit control in the workbook?
They can cause all sorts of havoc.
Regards,
Jim Cone
San Francisco, USA
 
Hello Jim,

Not that I know of. I am unfamiliar with RefEdit.

I take it I would have had to put it there, so I don't think so.

Thanks.

Donald
 
It sounds like your workbook (not worksheet) is protected and the windows
structure option is checked.

Tools|Protection|unprotect workbook
(you may need to supply a password)
 
Back
Top