This is a multi-part message in MIME format.

------=_NextPart_000_001E_01C6FA6C.BFEC8A80
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Does Intellisense work for:
ActiveDocument.BuiltInDocumentProperties
ActiveDocument.CustomBuiltInDocumentProperties

It doesn't for me.

I get the intellisense prompt after typing ActiveDocument. and can =
choose one of the two properties above, but intellisense does not work =
for either.



--=20
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.

------=_NextPart_000_001E_01C6FA6C.BFEC8A80
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2963" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#f8f2d6>
<DIV><SPAN class=3Dq0>Does Intellisense work=20
for:<BR>ActiveDocument.BuiltInDocumentProperties<BR>ActiveDocument.Custom=
BuiltInDocumentProperties<BR><BR>It=20
doesn't for me.<BR><BR>I get the intellisense prompt after typing=20
ActiveDocument. and can choose one of the two properties above, but =
intellisense=20
does not work for either.<BR><BR></SPAN></DIV>
<DIV><BR>-- <BR>Greg Maxey/Word MVP<BR>See:<BR><A=20
href=3D"http://gregmaxey.mvps.org/word_tips.htm">http://gregmaxey.mvps.or=
g/word_tips.htm</A><BR>For=20
some helpful tips using Word.<BR></DIV></BODY></HTML>

------=_NextPart_000_001E_01C6FA6C.BFEC8A80--

Re: Intellisense by Jay

Jay
Sat Oct 28 10:31:19 CDT 2006

Hi Greg,

No, it doesn't work. There are a few objects in VBA that apparently
never got hooked into the IntelliSense system --
ActiveDocument.AttachedTemplate is another one. And I'm sorry to
report that the situation hasn't changed in Word 2007.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

On Sat, 28 Oct 2006 08:40:41 -0400, "Greg Maxey"
<gmaxey@mvps.oSCARrOMEOgOLF> wrote:

>Does Intellisense work for:
>ActiveDocument.BuiltInDocumentProperties
>ActiveDocument.CustomBuiltInDocumentProperties
>
>It doesn't for me.
>
>I get the intellisense prompt after typing ActiveDocument. and can choose one of the two properties above, but intellisense does not work for either.

Re: Intellisense by Greg

Greg
Sat Oct 28 20:08:11 CDT 2006

Jay,

Thanks. Now that you mention it, I remember thinking about asking a
similiar question one time about AttachedTemplate.


--
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.


Jay Freedman wrote:
> Hi Greg,
>
> No, it doesn't work. There are a few objects in VBA that apparently
> never got hooked into the IntelliSense system --
> ActiveDocument.AttachedTemplate is another one. And I'm sorry to
> report that the situation hasn't changed in Word 2007.
>
>
>> Does Intellisense work for:
>> ActiveDocument.BuiltInDocumentProperties
>> ActiveDocument.CustomBuiltInDocumentProperties
>>
>> It doesn't for me.
>>
>> I get the intellisense prompt after typing ActiveDocument. and can
>> choose one of the two properties above, but intellisense does not
>> work for either.