Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #5  
Old 12-16-2019, 09:12 PM
Guessed's Avatar
Guessed Guessed is offline Insert StyleRef and Seq field into text Windows 10 Insert StyleRef and Seq field into text Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,159
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

The macro and the building block should reside in the same template file. This reduces complexity when you need to distribute both to other users.

The code that is pointing at ActiveDocument.AttachedTemplate assumes you actually placed the building block in that template. The acceptable values for BuildingBlockTypes are shown on this page WdBuildingBlockTypes enumeration (Word) | Microsoft Docs

So if you saved the building block in the attached template as an AutoText, with a category of General and a name of Table then the following line should work
Code:
ActiveDocument.AttachedTemplate.BuildingBlockTypes(wdTypeAutoText).Categories("General").BuildingBlocks("Table").Insert Where:=Selection.Range, RichText:=True
If that was all you were putting in the macro, you could just type the word Table and then press F3 to insert the same
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Insert StyleRef and Seq field into text Styleref field returns error Levi92 Word 6 10-21-2018 01:30 PM
StyleRef field shows <> Stoic Word 2 04-20-2017 04:42 AM
Insert StyleRef and Seq field into text Insert text form field help sj80 Word 1 01-26-2016 10:50 PM
Problem using a StyleRef field in footer sleake Word 10 06-27-2013 07:45 AM
Insert StyleRef and Seq field into text StyleRef field Ulodesk Word 4 03-21-2012 11:15 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 02:10 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