Hi!
I'm trying to write an application that at times will present the user with different views of the same worksheet. (Seeing different parts)

So what I want is to stop them from nosing around seeing whatever other data there might be.
Sofar my code scrolls to the right area, changes the size of the window, makes the user unable to scroll away BUT. the user can still change size of the view.
Can I somehow block this?
Or can this all be made in a much easier way?