Thread: [Solved] Run-time error 438
View Single Post
 
Old 01-12-2011, 10:55 AM
cksm4 cksm4 is offline Windows XP Office 2007
Advanced Beginner
 
Join Date: Aug 2010
Posts: 48
cksm4 is on a distinguished road
Default Run-time error 438

The below code was working just fine... then for reasons unknown to me it stopped and now I get run-time error 438, Object doesn't support this property or meathod. Any ideas on what is going on?!

For Each mytemplate In Templates
If mytemplate.Name = "Form.dotm" Then _
mytemplate.BuildingBlockEntries("Template1").Inser t Where:=Selection.Range, RichText:=True
Next
Reply With Quote