Expand Minimize
This topic has not yet been rated - Rate this topic

Document.HasVBProject Property

Office 2007
Returns a Boolean that represents whether a document has an attached Microsoft Visual Basic for Applications project. Read-only.

Syntax

expression.HasVBProject

expression   An expression that returns a Document object.

Remarks

This property is most useful in programatically determining whether a document needs to be saved into a macro-enabled file format. If saved in another format, macros and code projects contained within the document may be lost.




Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.