View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
newguy newguy is offline
external usenet poster
 
Posts: 19
Default pasting a forumla w/o the paste/special/value

Record a new Macro:
Copy the cell containing the formula
Paste Special (Value)
End Recording.

You can either leave it in the Macro folder or create a button and assign
the macro to it.

- NewGuy


"jc3000" wrote:

Hi,

Is there a function or a way to copy/paste/value a formula once the formula
has calculated a number? I don't want to have to manually copy/paste/value.

(I'm scraping info from the web, and i just want to grab the values and
paste it in a cell.)

Thanks.