View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BillD BillD is offline
external usenet poster
 
Posts: 10
Default Lost view of Application

I am trying to set up a workbook so that only the userform is visible when
the workbook is open. I went into the code and in workbook I entered the
following:

Application visible= false
Userform.show

When I clicked on the workbook to open it the userform came up like I was
wanting but now I can't get back into the application.

Is there anyway now to get back into the workbook to make changes?

If not can someone tell me how I can set the workbook so when it is opened
no one can make any changes or unhide the worksheets. In other words is it
possible to at least hide the ribbon/toolbars.

Thanks in advance
--
BillD