M
mwsterley
Ok, I've created a form using the Designer. The object the new form is set
to is called newfrmtemp as shown below.
Set newFrmTemp = ActiveDocument.VBProject.VBComponents.Add(vbext_ct_MSForm)
I need to be able to show this form but unless I assign it a name and show
it that way I can't get the stupid form to show. I need to be able to show
the form by the object I assigned it to and not the name. Please help. I
would think this would be obvious but I haven't found the answer anywhere.
Thanks in Advance!!!
to is called newfrmtemp as shown below.
Set newFrmTemp = ActiveDocument.VBProject.VBComponents.Add(vbext_ct_MSForm)
I need to be able to show this form but unless I assign it a name and show
it that way I can't get the stupid form to show. I need to be able to show
the form by the object I assigned it to and not the name. Please help. I
would think this would be obvious but I haven't found the answer anywhere.
Thanks in Advance!!!