Hi Marc, thank you for the quick reply. Actually what exactly want is i want the activecell value of the sheet1 in the sheet2 D4. Example if the activecell of the sheet1 is 3, and that value should reflect in sheet2 with reference =sheet!c3. Hope this is clear.
Hello, Marc, to clarify the question clearly, for instance, today active cell in sheet1 A4, tomorrow the active cell is A5 every day the active cell in the sheet1 is going to increase. I have a task that active cell value to be placed in sheet2 D4 with the formula. Hope this is clear now.
Marc, I am clear with my question. Let's say we are in Sheet1 the active cell for today is A4, and tomorrow it is A5 in the sheet1, that value I need it in Sheet2 in D4. Hope this is clear now.
As it seems you don't ever read VBA inner help,
as « active cell for today » is like a no sense
(no link between a date and the active cell !),
as in both attachments it seems expected result is lacking,
as a child can clearly expose this kind of need,
all I can tell is you must test yourself in a VBA code ActiveCell …
Now I do not feel anymore to be The Doctor,
so I quit before becoming a Dalek ‼
As Shrivallabha is very clever, if you just answer to its first post …
Shailender, see if below formula gives you what you want assuming you have numeric data in column A (as in sample file). =VLOOKUP(9.99999999999999E+307,Sheet1!A:A,1,TRUE)