Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

COPY VALUE ONLY

Status
Not open for further replies.

benzgc

IS-IT--Management
May 27, 2005
129
0
0
US
I have made a macro that does a "copy paste" action. Because the "copy" is on a formula cell, the macro has to do a "paste special" function to just put the numeric value into the new cell. Now i need to copy just the numeric value into the clip board, control c is putting the cell in the clip board not the contents i just want the contents.

any ideas?

BENZ
 
Using the classic keys, / Range Value copies the value of a formula and allows you to copy it to the same or another cell.
 
Continue your macro with {EDIT-COPY} then move your cellpointer where ever you want and do {EDIT-PASTE}.
 
I would use {RANGE-VALUE destination;[origin]} which is equivalent to the classic /RV but behaves a little better using R9.x .
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top