Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #12  
Old 10-18-2018, 06:45 PM
Guessed's Avatar
Guessed Guessed is offline Help with Inserting External Information into Document Consecutively Windows 10 Help with Inserting External Information into Document Consecutively Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,164
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

Here is some aircode that might get you started. I'll assume that you use the checkbox Tag property to store the associated bookmark name
Code:
Dim aCtl as MSForms.Control
For Each aCtl In Me.Controls
  Select Case TypeName(aCtl)
    Case "CheckBox"
      If ActiveDocument.Bookmarks.Exists(aCtl.Tag) then
        ActiveDocument.Bookmarks(aCtl.Tag).Range.Font.Hidden = Not aCtl.Value
      End If
  End Select
Next aCtl
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with Inserting External Information into Document Consecutively number every second page consecutively acrimin Word 10 10-02-2024 04:18 AM
Help with Inserting External Information into Document Consecutively Number every other page consecutively fredhinke Word 1 11-11-2016 01:30 PM
Help with Inserting External Information into Document Consecutively Import external font to Word document Patrick_87 Word 3 07-17-2015 01:04 AM
how to put three videos in PowerPoint 2013 and have them play consecutively historyb PowerPoint 0 10-16-2014 11:42 AM
Help with Inserting External Information into Document Consecutively Automatically inserting information into report joughin Word 3 05-15-2012 09:12 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 08:47 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft