Project is unviewable 
Author Message
 Project is unviewable

Hi there,

When I trie to load an addin in Powerpoint I get the message 'Project is
unviewable'. Code is not running anymore and the addin fails to load.

The project is not locked.

Does anyone know how to solve this problem?

Thanks,

Marten



Fri, 04 Oct 2002 03:00:00 GMT  
 Project is unviewable
Hard to say what's going on ... what add-in is this?

--
Steve Rindsberg, PowerPoint MVP
PPT FAQ & Slide imaging - http://www.rdpslides.com
RnR PPTools - http://www.rdpslides.com/pptools
ZAP! for service bureaus - http://www.rdpslides.com/zap.htm


Quote:
> Hi there,

> When I trie to load an addin in Powerpoint I get the message 'Project is
> unviewable'. Code is not running anymore and the addin fails to load.

> The project is not locked.

> Does anyone know how to solve this problem?

> Thanks,

> Marten



Fri, 04 Oct 2002 03:00:00 GMT  
 Project is unviewable
Steve,

It is a custom made addin, with forms and stuff in it. When I compile the
code everything seems ok.

with addins ("name")
   .registered = msotrue
   .autoload = msotrue
   .loaded = msotrue
end with

When I run the code it  fails on the loaded statement.

In the KB I found something concerning Office 2000. I might have opened the
presentation in 2000 in stead of 97, but this should not matter because I
haven't
locked the project.

Any idea?

Thanks!

Marten


Quote:
> Hard to say what's going on ... what add-in is this?

> --
> Steve Rindsberg, PowerPoint MVP
> PPT FAQ & Slide imaging - http://www.rdpslides.com
> RnR PPTools - http://www.rdpslides.com/pptools
> ZAP! for service bureaus - http://www.rdpslides.com/zap.htm



> > Hi there,

> > When I trie to load an addin in Powerpoint I get the message 'Project is
> > unviewable'. Code is not running anymore and the addin fails to load.

> > The project is not locked.

> > Does anyone know how to solve this problem?

> > Thanks,

> > Marten



Sun, 06 Oct 2002 03:00:00 GMT  
 Project is unviewable
Marten,
Check the references in the VBE, if you saved the file in 2000 the
references might have been set to PPT9 library and 8 would be the only
one available on a Office 97 only machine.
Been bit by that one many a time.
Brian Reilly, PowerPoint MVP

On Wed, 19 Apr 2000 09:31:37 +0200, "Marten Edelman"

Quote:

>Steve,

>It is a custom made addin, with forms and stuff in it. When I compile the
>code everything seems ok.

>with addins ("name")
>   .registered = msotrue
>   .autoload = msotrue
>   .loaded = msotrue
>end with

>When I run the code it  fails on the loaded statement.

>In the KB I found something concerning Office 2000. I might have opened the
>presentation in 2000 in stead of 97, but this should not matter because I
>haven't
>locked the project.

>Any idea?

>Thanks!

>Marten



>> Hard to say what's going on ... what add-in is this?

>> --
>> Steve Rindsberg, PowerPoint MVP
>> PPT FAQ & Slide imaging - http://www.rdpslides.com
>> RnR PPTools - http://www.rdpslides.com/pptools
>> ZAP! for service bureaus - http://www.rdpslides.com/zap.htm



>> > Hi there,

>> > When I trie to load an addin in Powerpoint I get the message 'Project is
>> > unviewable'. Code is not running anymore and the addin fails to load.

>> > The project is not locked.

>> > Does anyone know how to solve this problem?

>> > Thanks,

>> > Marten



Sun, 06 Oct 2002 03:00:00 GMT  
 Project is unviewable

Quote:

> with addins ("name")
>    .registered = msotrue
>    .autoload = msotrue
>    .loaded = msotrue
> end with

> When I run the code it  fails on the loaded statement.

Have you tried it with .loaded commented out?  As I understand it, by the
time you hit this point, the add-in's already loaded, so loading it again
gives PPT indigestion. <g>


Sun, 06 Oct 2002 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Project Locked - Project is Unviewable (VBA)

2. Project Locked , Project unviewable

3. Project is unviewable

4. "Project is Unviewable" error

5. Bypass the 'project unviewable' message

6. Project is unviewable

7. Project is Unviewable

8. Unviewable project

9. Project Unviewable Error

10. Project Unviewable Error

11. Project is unviewable. Project Locked. BUG???

12. I am using the Compare MS Project COM Program and having issues

 

 
Powered by phpBB® Forum Software