I am very new to VBA programming.
I have a excel sheet where real time data is populated to a cell say for example Sheet1.A6 everysecond.
I am in need of a macro which will run every 1 minute to copy the Sheet1.A6 value to another sheet along with timestamp like value in Sheet2.A and timestamp in Sheet2.B .
Sheet2 Output will be like
Value * Time
23.1 * 11:00 AM
22.5 * 11:01 AM
22.6 * 11:02 AM
.......... .............
Thanks for your help.