![]() |
|
#5
|
||||
|
||||
|
All you need do is change the logo's wrap format to anything other than in-line (e.g. 'in front of text') then toggle the shape's Visible property using code like:
Code:
Private Sub CheckBox1_Click() ActiveDocument.Sections.First.Headers(wdHeaderFooterPrimary).Shapes(1).Visible = Not Me.CheckBox1.Value End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Table Prints Too Small
|
joebeaven | Word | 6 | 02-06-2016 10:44 AM |
VBA to keep hidden rows hidden when filtering
|
tectonicseer | Excel Programming | 1 | 07-27-2014 11:54 AM |
Numbering labels prints
|
valeriab | Word VBA | 8 | 01-06-2014 06:11 AM |
SlideMaster: Date Placeholder, Footer Placeholder, Slide Number Placeholder?
|
tinfanide | PowerPoint | 1 | 04-05-2013 10:37 AM |
Hidden style applied over already-hidden text.
|
christie | Word | 1 | 08-17-2011 09:10 AM |