![]() |
#2
|
||||
|
||||
![]()
Are you over-thinking this? Clearly your macro does not give the whole picture, but I would have thought
Code:
Set myCopy = Documents.Add(ActiveDocument.FullName) With frmPrint On Error Resume Next Select Case True Case .chk1.Value myCopy.Bookmarks("hire").Range.Delete Case .chk2.Value myCopy.Bookmarks("void").Range.Delete Case .chk3.Value myCopy.Bookmarks("bright").Range.Delete Case .chk4.Value myCopy.Bookmarks("load").Range.Delete End Select End With
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
Tags |
array, bookmark, variable |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
can word: make variables, find appropriate pages, fill out pages with variables, print only those | 20GT | Word VBA | 1 | 10-15-2014 09:48 PM |
![]() |
Cosmo | Word VBA | 2 | 08-11-2014 01:35 PM |
Onenote equations and variables | debun | OneNote | 0 | 04-15-2014 10:43 AM |
Find and replace using variables | jago25_98 | Word | 1 | 01-31-2012 04:30 AM |
![]() |
Wyskers | Word | 1 | 11-13-2011 05:43 AM |