convert the functions and formulas to values

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
How to convert all the functions and formulas in the whole workbook to values without the method (copy, paste special as value)
Thanks
 
Why? Look at Value in the help for VBA

Range("A1").Value = Range("A1").Value

--
For everyone's benefit keep the discussion in the newsgroup.

Regards,

Peo Sjoblom


Mireille Abi Nader said:
Hi,
How to convert all the functions and formulas in the whole workbook to
values without the method (copy, paste special as value).
 
If these options are missing from your Edit menu, you can use Tools >
Customize to put them back...

Mireille Abi Nader said:
Hi,
How to convert all the functions and formulas in the whole workbook to
values without the method (copy, paste special as value).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top