jamesmitchell
New Member
- Joined
- Mar 28, 2024
- Messages
- 4
- Office Version
- 365
- Platform
- Windows
Hi all,
I was wondering if anyone could help.
I have a sheet with hundreds of formulas that seems to make my vba code get stuck as when i remove these formulas it works. My idea was to therefore use replace to find a string and replace it with a '=' at the start of the cell but this does not work.
I have tried ThisWorkbook.Sheets("SheetNamet").Range("H2:T1536").Rows.SpecialCells(xlCellTypeVisible).Replace what:="DELETE", replacement:="=" but this doesnt do anything. When i replace '=' with something else it does work.
Any suggestions?
Thanks
James
I was wondering if anyone could help.
I have a sheet with hundreds of formulas that seems to make my vba code get stuck as when i remove these formulas it works. My idea was to therefore use replace to find a string and replace it with a '=' at the start of the cell but this does not work.
I have tried ThisWorkbook.Sheets("SheetNamet").Range("H2:T1536").Rows.SpecialCells(xlCellTypeVisible).Replace what:="DELETE", replacement:="=" but this doesnt do anything. When i replace '=' with something else it does work.
Any suggestions?
Thanks
James