Guzzlr
Well-known Member
- Joined
- Apr 20, 2009
- Messages
- 982
- Office Version
- 2021
- Platform
- Windows
Hello All.
I have the following Code:
This is working in place of pasting special values, which I was having all kinds of trouble with. However, the formulas are still embedded. what is the code to get rid of the formulas?
Thanks for the help
I have the following Code:
Code:
Sheets("NonFormat").Select
With Selection
Cells.Select
Selection.ClearFormats
Selection.Hyperlinks.Delete
Application.CutCopyMode = False
Range("Z1").Select
Range("A1").Select
End With
This is working in place of pasting special values, which I was having all kinds of trouble with. However, the formulas are still embedded. what is the code to get rid of the formulas?
Thanks for the help