Is there any way to execute a dblclick by using code. In the following code I allow the used to choose to instert an object if they respond yes but want to trigger a dblclick even if they do not.
Dim Msg, Style, Title, Help, Ctxt, Response, MyString
Msg = "Do you want to Insert an Object ?"...