Thread
: [Solved]
Start macro when placeholder gets focus
View Single Post
03-15-2017, 05:26 AM
macropod
Windows 7 64bit
Office 2010 32bit
Administrator
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
In that case, you'd use a Document_ContentControlOnEnter macro to the Document's 'ThisDocument' code module. The skeletal structure is:
Code:
Private Sub Document_ContentControlOnEnter(ByVal ContentControl As ContentControl) End Sub
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
macropod
View Public Profile
Find all posts by macropod