in
All Tags » word » vba » delete (RSS)

Browse by Tags

  • VBA Word - Delete certian pages

    Hello Experts, What i want to do is delete certian pages within a document. A have a macro which imports from elsewhere onto a new pages within this word doc. Running the same macro will create duplicate info. I thought this would be simple but cant find the answer. Lets say for this example, its a 30...
    Posted to Microsoft Office (Forum) by microsoft on 07-12-2009
  • Word VBA: Delete bookmark text without deleting bookmark

    Using Word VBA, does anyone know how to delete bookmark text without deleting the bookmark itself? I've tried the following code, but it deletes the entire bookmark and then won't re-create it: With ThisDocument.Bookmarks Set rngBk = .Item(BK).Range .Item(BK).Range.Delete .Add BK, rngBk End With...
    Posted to Word (Forum) by microsoft on 06-24-2009
  • How do I delete a specific section in Word with VBA?

    I would like to delete a specific section in Word 2003 using VBA. My goal is to have a lower-skilled user cleanly delete a section without losing desired headers and footers. This primarily relates to "next page" section breaks. I would like to be able to put my cursor in the targeted section...
    Posted to Word (Forum) by microsoft on 06-17-2009
Page 1 of 1 (3 items)