Wrox Programmer Forums
|
Word VBA Discuss using VBA to program Word.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Word VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 26th, 2011, 08:35 AM
Registered User
 
Join Date: Jan 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default WordArt Objects

I have a Word 2003 document that includes WordArt text boxes applied as watermarks. I am attempting to access these objects to alter their format. I have tried using the ActiveDocument.InLineShapes() object unsuccessfully.

What object must I address to alter the WordArt(s) properties?

Thank you.

Edit 1: The WordArt appears to be part of the Header/Footer, if that makes a difference.

Edit 2: Solved. The WordArt is actually part of the Header. It was successfully accessed as ActiveDocument.Sections(i).Headers(j).Shapes(k). Hope that this is useful to someone.

Last edited by gcatlin; January 27th, 2011 at 11:39 AM.. Reason: more information, Solved





Similar Threads
Thread Thread Starter Forum Replies Last Post
Objects Christos BOOK: Beginning C# 3.0 : An Introduction to Object Oriented Programming ISBN: 978-0-470-26129-3 3 May 22nd, 2010 08:24 PM
Value objects rayback_2 BOOK: Beginning Cryptography with Java 1 May 13th, 2008 05:04 PM
problem with objects? treasacrowe General .NET 0 December 13th, 2004 01:01 PM
Com Objects henryh MySQL 0 July 2nd, 2003 03:56 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.