M
Michael Beckinsale
Hi All,
I have a named range of non-adjacent cells and want to perform the following
actions on each of the cells in that range.
Selection.Copy
Selection.PasteSpecial Paste:=xlValues
ActiveCell.Formula = "=" & ActiveCell.Text
Can anybody tell me / provide the code to do it ?
All help greatly appreciated.
Regards
Michael Beckinsale
I have a named range of non-adjacent cells and want to perform the following
actions on each of the cells in that range.
Selection.Copy
Selection.PasteSpecial Paste:=xlValues
ActiveCell.Formula = "=" & ActiveCell.Text
Can anybody tell me / provide the code to do it ?
All help greatly appreciated.
Regards
Michael Beckinsale