convert the functions and formulas to values

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
 
P

Peo Sjoblom

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).
 
S

Stephen Bye

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

Top