|
-
Jun 3rd, 2005, 05:48 PM
#1
Thread Starter
Junior Member
Changing the properties of a word document
I want to change the property title in a word document I am generating via VBA and I have been looking out on the web for some examples.
I found the following code but it doesn't seem to work.
.ActiveDocument.BuiltInDocumentProperties(wdPropertyTitle) = ""
Is this the correct method? If not could you point me in the right direction?
Thanks,
DL
Edit: I'm using office 2003
Last edited by DL21; Jun 3rd, 2005 at 05:53 PM.
-
Jun 4th, 2005, 06:43 AM
#2
Addicted Member
Re: Changing the properties of a word document
are you calling this code from within the word document or from an external app?
can you post your code and what the error is?
if you fail to plan, you plan to fail
-
Jun 8th, 2005, 01:39 PM
#3
Thread Starter
Junior Member
Re: Changing the properties of a word document
The whole document of code is too big to post here, I just need to know the correct method to change the properties of of a word document using vba.
Using the code above calling it from an external app, the error I get is "invalid procedure call or arguement"
Thanks for the help. I am not using vb.net
Last edited by DL21; Jun 8th, 2005 at 01:43 PM.
-
Jun 8th, 2005, 02:27 PM
#4
Re: Changing the properties of a word document
Your talking about this property?
VB Code:
Documents(1).BuiltInDocumentProperties(wdPropertyTitle).Value = "Test"
'wdPropertyTitle = 1
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|