PDA

View Full Version : Code Scroll specific location Visio doesnt work (beginner)



JulioArriaga
03-18-2015, 07:33 AM
Good morning, I'm new to VBA and in this fórum. I hope I can cooperate when I learn more.


I am trying to create this basic code in Visio so the page scrolls to a specific location, but when I execute it it shows me a syntax error. I already made a search in Internet and I could find anything. Could anyone help me?


Sub Scroll ()

ActiveWindow.ScrollViewTo(3,4)

End Sub


Thank you very much