On Feb 22, 3:27 pm, melon
> I got an error with this (type mismatch)
>
> objWord.ActiveDocument.Bookmarks("Required").Range.InlineShapes.AddOLEControl
> ClassType:="Excel.Sheet"
>
> What cause that?
I don't think the syntax is incorrect, since if I change the ClassType
to something like "Forms.ComboBox.1" then it works.