+ Reply to Thread
Results 1 to 2 of 2

To replace watermark in word using excel

  1. #1
    Registered User
    Join Date
    09-07-2010
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    2

    To replace watermark in word using excel

    I wrote an excel macro which will open and embedded word doc inside the excel and replace text,header ,footer and all with cell values user input in excel and save as a new doc in a local folder of the user.
    I want to replace the existing watermark inside the document/insert a new watermark based on the input given in excel sheet. Please help.For finding and replacing ,i have used the below code

    For Each MyRange In wrdDoc.StoryRanges
    With MyRange.Find
    .Text = "<<Document Name>>"
    .Replacement.Text = DocName
    .Wrap = wdFindContinue
    .Execute Replace:=wdReplaceAll
    End With
    Loop
    Last edited by priyamvada; 10-13-2010 at 02:23 AM.

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: To replace watermark in word using excel

    Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code. Posting code without them makes your code hard to read and difficult to be copied for testing. Highlight your code and click the # at the top of your post window. For more information about these and other tags, found here

    This is your second warning about the same rules in your first two posts. Either read & follow the Forum Rules or don't post
    Last edited by royUK; 10-13-2010 at 02:21 AM.
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1