Auto copy and paste to value

gmduece

New Member
Joined
Dec 9, 2015
Messages
17
Hello

I have a time stamp formula, =IF(A5>0,NOW(),""), to set the time of an entry into A5. How can I auto copy and paste value as a continuation of my formula?

Thank You
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
I understand that you are automatically populating this cell with a time stamp if A5 gets populated, but what do you mean auto copy and paste value? Did you want to paste the timestamp, or the formula to add the timestamp?
 
Upvote 0
Negative,
the NOW() function is fluid and will change each second to current time unless I copy it and the paste VALUE rather than FORMULA

Thank You
 
Upvote 0
So... Are you looking for something like this?

Code:
Selection.PasteSpecial Paste:=xlPasteValues
 
Upvote 0

Forum statistics

Threads
1,215,042
Messages
6,122,810
Members
449,095
Latest member
m_smith_solihull

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top