Hi,

it's a very specific problem with MS Visio and Excel (both 2003). I've tried to embed a excelsheet on a visio userform using VBA. It should be a dynamic solution.

I've got just errors like method unknown and so on by using

-> Userform1.InsertObject "excel.sheet", visInsertAsEmbed

on the other side
-> as used with normal application.document.page.insertobject "excel.sheet", visINsertAsEmbed
it works absolutely fine.

Please help, I've tried a lot and I searched for solutions a long time.
Ty in advance.

Greets,
Vince