Re: $$Excel-Macros$$ VBA to get Cursor Position automatically

2010-01-18 Thread ankur
hi prabhat i think this is what you required let you defind two cell B2 & A16..You want that from A16 THE CURSOR MOVE TO B2 OR VICE VERSA Here is a sample macro: Private Sub Worksheet_Change(ByVal Target As Range) Select Case Target.Address Case "$B$2" Range("A16").Se

$$Excel-Macros$$ VBA to get Cursor Position automatically

2010-01-15 Thread prabhat.shrivasta...@gmail.com
Plaese help me to get the marco to get cursor position automatically in defined cells. -- -- Some important links for excel users: 1. Follow us in TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2