View Single Post
 
Old 03-21-2022, 07:18 AM
grNadpa grNadpa is offline Windows 10 Office 2016
Advanced Beginner
 
Join Date: Mar 2022
Posts: 46
grNadpa is on a distinguished road
Default

Thank you, Charles Kenyon. (with, according to your imbedded comment, additional kudos to Timothy Rylatt)
Apparently all that was missing from my code was:
Code:
Application.Templates.LoadBuildingBlocks ' Thank you Timothy Rylatt
Thanks for the links. The "Situation 1" did not work, but Situation 3 did. And after stepping through the Situation 3 code, found that it ultimately resolved to the code I originally posted the exception of the statement you attribute to Rylatt.

Given that I insert the same building block item multiple times in my application, I'm not sure whether to use Rylatt's statement on each insertion or just the first one. But experimentation will solve that issue.

Again thank you so much for your patience and suggestions.
Reply With Quote