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