Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Good afternoon Johnny There are a few ways of doing this. Try this: Selection.Formula = Selection.Value or this will also do the trick: For Each UsrCell In Selection UsrCell.Formula = UsrCell.Value Next UsrCell HTH DominicB -- dominicb ------------------------------------------------------------------------ dominicb's Profile: http://www.excelforum.com/member.php...o&userid=18932 View this thread: http://www.excelforum.com/showthread...hreadid=380876 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
convert formulas to values | Excel Worksheet Functions | |||
Easily convert all formulas in 3d spreadsheet to values? | Excel Worksheet Functions | |||
Convert Values to formulas | Excel Worksheet Functions | |||
Convert Formulas to Values and Preserve Formatting | Excel Discussion (Misc queries) | |||
Canīt Convert Formulas to Values with Deactivate event | Excel Programming |