Fantastic! (¬_¬)/¯
Sam,
Hope you see this message.
after i open the visio drawing, i need to input text to it. It work when:
Set vsPage=vsDoc.Pages(1)
but what i want is input text to the active page, so i try:
Set vsPage=vsDoc.activepage
Set vsPage=vsApp.vsDoc.activepage
Set vsPage=vsApp.activepage
Set vsPage=vsApp.activewindow.activepage
However, they all are not working, do u know what is wrong?
Thanks