View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_5_] Dave Peterson[_5_] is offline
external usenet poster
 
Posts: 1,758
Default Strange window behavior

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)


Donald Prebus wrote:

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


--

Dave Peterson