View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] macmeldrum@yahoo.co.uk is offline
external usenet poster
 
Posts: 8
Default Opening workbook - get error message : unreadable content, lostvbproject

Dear All,

I am opening a workbook and on opening I am disabling macros and
opening read-only. I also have enableEvents set to false.

The problem I have is the file I am opening give an error message
saying the that these is unreadable content. When I press ok I get
message saying lost vb content.

If I open the file outside vba (the excel) it asks me to enable macros
but there is no vba projects.

Is there any way to suppress this message in vba (and indeed all
messages)

Thanks in advance

Mac