When trying to open a project in the Word VBA screen I get an error that says:
Title:Project Locked
Message: Project Unviewable.

How do I open it?

The template was loaded at startup and I can run the macros, but I can not
edit them.

Thanks.

matt R

Re: Converting Word 2002 macros by Karl

Karl
Thu Sep 07 17:31:49 CDT 2006

matt R wrote:
> When trying to open a project in the Word VBA screen I get an error
> that says: Title:Project Locked
> Message: Project Unviewable.
>
> How do I open it?

In the VBA editor, click on (attempt to open) the project in question, then
provide the password you used when you protected it.
--
Working without a .NET?
http://classicvb.org/



Re: Converting Word 2002 macros by Jezebel

Jezebel
Thu Sep 07 17:41:20 CDT 2006

Use File > Open. Loading is not the same as opening: if it is merely loaded,
as you observe, you can run the macros but not look at them.


"matt R" <matt R@discussions.microsoft.com> wrote in message
news:B8AC3A1D-DA84-4780-832D-38A8204B9833@microsoft.com...
> When trying to open a project in the Word VBA screen I get an error that
> says:
> Title:Project Locked
> Message: Project Unviewable.
>
> How do I open it?
>
> The template was loaded at startup and I can run the macros, but I can not
> edit them.
>
> Thanks.
>
> matt R
>
>
>



Re: Converting Word 2002 macros by mattR

mattR
Thu Sep 07 18:10:02 CDT 2006

Thanks Karl,
It was never password protected.
Matt

"Karl E. Peterson" wrote:

> matt R wrote:
> > When trying to open a project in the Word VBA screen I get an error
> > that says: Title:Project Locked
> > Message: Project Unviewable.
> >
> > How do I open it?
>
> In the VBA editor, click on (attempt to open) the project in question, then
> provide the password you used when you protected it.
> --
> Working without a .NET?
> http://classicvb.org/
>
>
>

Re: Converting Word 2002 macros by mattR

mattR
Thu Sep 07 18:11:02 CDT 2006

I have opened it in Word, just like in WordXP.
Still no joy.

I have exported all the forms, modules, classes and will try to import them
into a new file.

"Jezebel" wrote:

> Use File > Open. Loading is not the same as opening: if it is merely loaded,
> as you observe, you can run the macros but not look at them.
>
>
> "matt R" <matt R@discussions.microsoft.com> wrote in message
> news:B8AC3A1D-DA84-4780-832D-38A8204B9833@microsoft.com...
> > When trying to open a project in the Word VBA screen I get an error that
> > says:
> > Title:Project Locked
> > Message: Project Unviewable.
> >
> > How do I open it?
> >
> > The template was loaded at startup and I can run the macros, but I can not
> > edit them.
> >
> > Thanks.
> >
> > matt R
> >
> >
> >
>
>
>

Re: Converting Word 2002 macros by Jezebel

Jezebel
Thu Sep 07 20:28:16 CDT 2006

no joy in what sense?



"matt R" <mattR@discussions.microsoft.com> wrote in message
news:F275CD6C-216B-4420-8A3A-CFE2A93B4039@microsoft.com...
>I have opened it in Word, just like in WordXP.
> Still no joy.
>
> I have exported all the forms, modules, classes and will try to import
> them
> into a new file.
>
> "Jezebel" wrote:
>
>> Use File > Open. Loading is not the same as opening: if it is merely
>> loaded,
>> as you observe, you can run the macros but not look at them.
>>
>>
>> "matt R" <matt R@discussions.microsoft.com> wrote in message
>> news:B8AC3A1D-DA84-4780-832D-38A8204B9833@microsoft.com...
>> > When trying to open a project in the Word VBA screen I get an error
>> > that
>> > says:
>> > Title:Project Locked
>> > Message: Project Unviewable.
>> >
>> > How do I open it?
>> >
>> > The template was loaded at startup and I can run the macros, but I can
>> > not
>> > edit them.
>> >
>> > Thanks.
>> >
>> > matt R
>> >
>> >
>> >
>>
>>
>>



Re: Converting Word 2002 macros by mattR

mattR
Fri Sep 08 10:16:01 CDT 2006

Thanks, your question lead me to the real problem.

When I click on the template in Explorer it opens a ne Word document based
on the template and not the template itself... Thus VBA will not open the
project....

My Real Problem is:
Word Open file dialog will not let me view hidden folders, ie.
User,AppData,Roaming,Microsoft,Word,Startup where the startup templates are
stored.

How do I get the Word Open File Dialog to show all the directories?
I can view them in Explorer?

Matt R.



"Jezebel" wrote:

> no joy in what sense?
>
>
>
> "matt R" <mattR@discussions.microsoft.com> wrote in message
> news:F275CD6C-216B-4420-8A3A-CFE2A93B4039@microsoft.com...
> >I have opened it in Word, just like in WordXP.
> > Still no joy.
> >
> > I have exported all the forms, modules, classes and will try to import
> > them
> > into a new file.
> >
> > "Jezebel" wrote:
> >
> >> Use File > Open. Loading is not the same as opening: if it is merely
> >> loaded,
> >> as you observe, you can run the macros but not look at them.
> >>
> >>
> >> "matt R" <matt R@discussions.microsoft.com> wrote in message
> >> news:B8AC3A1D-DA84-4780-832D-38A8204B9833@microsoft.com...
> >> > When trying to open a project in the Word VBA screen I get an error
> >> > that
> >> > says:
> >> > Title:Project Locked
> >> > Message: Project Unviewable.
> >> >
> >> > How do I open it?
> >> >
> >> > The template was loaded at startup and I can run the macros, but I can
> >> > not
> >> > edit them.
> >> >
> >> > Thanks.
> >> >
> >> > matt R
> >> >
> >> >
> >> >
> >>
> >>
> >>
>
>
>

Re: Converting Word 2002 macros by mattR

mattR
Fri Sep 08 11:11:02 CDT 2006

Ok never mind.
This was a Vista issue.
I had to Unhide the AppData directory.

Thanks for everyones help.



"matt R" wrote:

> Thanks, your question lead me to the real problem.
>
> When I click on the template in Explorer it opens a ne Word document based
> on the template and not the template itself... Thus VBA will not open the
> project....
>
> My Real Problem is:
> Word Open file dialog will not let me view hidden folders, ie.
> User,AppData,Roaming,Microsoft,Word,Startup where the startup templates are
> stored.
>
> How do I get the Word Open File Dialog to show all the directories?
> I can view them in Explorer?
>
> Matt R.
>
>
>
> "Jezebel" wrote:
>
> > no joy in what sense?
> >
> >
> >
> > "matt R" <mattR@discussions.microsoft.com> wrote in message
> > news:F275CD6C-216B-4420-8A3A-CFE2A93B4039@microsoft.com...
> > >I have opened it in Word, just like in WordXP.
> > > Still no joy.
> > >
> > > I have exported all the forms, modules, classes and will try to import
> > > them
> > > into a new file.
> > >
> > > "Jezebel" wrote:
> > >
> > >> Use File > Open. Loading is not the same as opening: if it is merely
> > >> loaded,
> > >> as you observe, you can run the macros but not look at them.
> > >>
> > >>
> > >> "matt R" <matt R@discussions.microsoft.com> wrote in message
> > >> news:B8AC3A1D-DA84-4780-832D-38A8204B9833@microsoft.com...
> > >> > When trying to open a project in the Word VBA screen I get an error
> > >> > that
> > >> > says:
> > >> > Title:Project Locked
> > >> > Message: Project Unviewable.
> > >> >
> > >> > How do I open it?
> > >> >
> > >> > The template was loaded at startup and I can run the macros, but I can
> > >> > not
> > >> > edit them.
> > >> >
> > >> > Thanks.
> > >> >
> > >> > matt R
> > >> >
> > >> >
> > >> >
> > >>
> > >>
> > >>
> >
> >
> >