RandomGerman
12-05-2016, 12:47 PM
Hi all,
trying to zoom in to a specific area, the method ScrollIntoView looked quite interesting to me.
On a Microsoft site I found this piece of code as an example:
Sub Zoom()
ActiveWindow.ScrollIntoView Left:=50, Top:=20, Width:=100, Height:=200
End Sub
But ... nothing happens at all.
It might have to do with my PowerPoint version, which is 2010. On the MS site they wrote 2013 and newer. Well ... but how do I have to use ScrollIntoView in 2010 then? Sorry for posting a question on such a (probably) simple thing, but Google didn't help this time, I had no results differing from this.
trying to zoom in to a specific area, the method ScrollIntoView looked quite interesting to me.
On a Microsoft site I found this piece of code as an example:
Sub Zoom()
ActiveWindow.ScrollIntoView Left:=50, Top:=20, Width:=100, Height:=200
End Sub
But ... nothing happens at all.
It might have to do with my PowerPoint version, which is 2010. On the MS site they wrote 2013 and newer. Well ... but how do I have to use ScrollIntoView in 2010 then? Sorry for posting a question on such a (probably) simple thing, but Google didn't help this time, I had no results differing from this.