![]() |
#2
|
||||
|
||||
![]()
There are many things macro won't record, including most Ribbon actions. In any event, when creating code, the macro recorder is about as smart as a box of rocks.
The code you've posted as Macro3 is missing some required BuildingBlockEntries.Add parameters. The required parameters are: • Name • Type • Category • Range The macro recorder should have recorded all of the required parameters, but evidently it doesn't. For your purposes you'd need something like: Code:
Sub Demo() ActiveDocument.AttachedTemplate.BuildingBlockEntries.Add _ Name:="WEL", Type:=wdTypeAutoText, Category:="General", Range:=Selection.Range End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
Tags |
word vba macro |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Making AutoText entries available to the Outlook email editor | Jennifer Murphy | Word | 8 | 01-03-2017 03:51 PM |
![]() |
shmu | Word | 5 | 08-01-2016 11:15 PM |
UserForm of Autotext Entries | ptmuldoon | Word VBA | 11 | 02-13-2016 09:36 AM |
Using Word autocorrect and autotext entries in outlook | dswapp | Outlook | 2 | 11-24-2010 10:18 AM |
Maintaining AUtotext Entries from an external table. | kelzud | Word Tables | 0 | 07-28-2009 01:31 PM |