View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 3,355
Default Can't Unhide Complete Workbook after adding code to hide it

Can you open it without enabling the macros, make the change and save with
another name?
--
HTH,
Barb Reinhardt




"Stephan Leduc" wrote:

Hello,

I'm creating a user form and I was trying some code to have the userform
showed off only, without the workbook and Excel showing off.

It works great , too great since I can't unhide anymore. I tried ALT+F11 or
F7 and nothing worked.

When I open the Excel file, I see my sheets, and my msg box appears and when
I click OK on the MSG BOX, the whole workbook and Excel disappears and my
user form appears.

I'm relatively new to VBA.

Thanks a lot in advance for any help.

Regards

Stephan