Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Opening workbook - get error message : unreadable content, lost vb

There is a microsoft application recovery tool that you can use. Depending
on which version of Office you have installed it may be in a slightly
different location. For Office 2003

Start - Microsoft Office - Microsoft Offfice Tools - Application Recovery.

Then select Excel Application

" wrote:

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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Opening workbook - get error message : unreadable content, lostvb

On 17 Oct, 14:37, Joel wrote:
There is a microsoft application recovery tool that you can use. *Depending
on which version of Office you have installed it may be in a slightly
different location. *For Office 2003

Start - Microsoft Office - Microsoft Offfice Tools - Application Recovery..

Then select Excel Application



" wrote:
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- Hide quoted text -


- Show quoted text -


Thanks for your response. I would just like my vba routine to detect
the message and not open it and move onto the next line of code.
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Opening workbook - get error message : unreadable content, los

The two ways of bypassing errors are

Application.DisplayAlerts = False
On Error Resume Next

But I don't think the error you are getting can be bypassed.

" wrote:

On 17 Oct, 14:37, Joel wrote:
There is a microsoft application recovery tool that you can use. Depending
on which version of Office you have installed it may be in a slightly
different location. For Office 2003

Start - Microsoft Office - Microsoft Offfice Tools - Application Recovery..

Then select Excel Application



" wrote:
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- Hide quoted text -


- Show quoted text -


Thanks for your response. I would just like my vba routine to detect
the message and not open it and move onto the next line of code.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Opening workbook - get error message : unreadable content, los

On 17 Oct, 15:28, Joel wrote:
The two ways of bypassing errors are

Application.DisplayAlerts = False
On Error Resume Next

But I don't think the error you are getting can be bypassed.



" wrote:
On 17 Oct, 14:37, Joel wrote:
There is a microsoft application recovery tool that you can use. *Depending
on which version of Office you have installed it may be in a slightly
different location. *For Office 2003


Start - Microsoft Office - Microsoft Offfice Tools - Application Recovery..


Then select Excel Application


" wrote:
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- Hide quoted text -


- Show quoted text -


Thanks for your response. *I would just like my vba routine to detect
the message and not open it and move onto the next line of code.- Hide quoted text -


- Show quoted text -


No I don't think so etiher. Thanks for your time Joel.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
error - unreadable content in pivot table file - how do I find it BarbC Excel Worksheet Functions 1 March 30th 09 06:09 PM
error "Excel has found unreadable Content" JLMHoss Excel Discussion (Misc queries) 10 August 20th 08 03:54 AM
unreadable content Miri Excel Discussion (Misc queries) 1 April 24th 08 08:09 AM
compile error message on a new excel workbook opening manicmollymacomb Excel Discussion (Misc queries) 0 March 3rd 06 10:06 PM
Error message opening Excel97 workbook cobbler Excel Discussion (Misc queries) 2 December 11th 04 05:31 PM


All times are GMT +1. The time now is 01:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"