Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50076

refer other sheet cell , similar to active cell.

$
0
0
Hi all,

need some help......

what i am trying to do is......

In sheet 1, if the active cell is "A2" and if we execute vba code.
I want vba code to go to "A2" of sheet2 and make a current time entry in that cell.


i.e., if active cell is sheet1.range("A2")
vba code need is.....
which takes the address of A2 but with different sheet name. Sheet2.range("A2") and make time entry.


Accordingly, if user selects any cell sheet1.range("A6")
current time entry should be made at sheet2.range("A6")


could you guys help me out........in this please.............

Viewing all articles
Browse latest Browse all 50076

Trending Articles