snap to selection in vb
Posted by Jeramy on December 18, 2001 3:55 PM
Hi
Is there a way to stap to a selection in VB. For example I have a large sheet and there are different buttons set up I would like to be able to click the button and go right to an area.
something like
sub test()
range("z:50").select
end sub
This will select the cell but it will be centered on the screen. what I would like is for the range to start in the top let corner of the screen.
Can anyone help
Thanks