OaklandJim
Well-known Member
- Joined
- Nov 29, 2018
- Messages
- 855
- Office Version
- 365
- Platform
- Windows
Sometimes it is necessary to turn off UDFs if changing them, otherwise the UDF gets called by each cell containing the UDF. In the past I replaced the equal sign -- in a cell formula containing the UDF call -- with a slash to "turn off the UDF". Then, when done I'd replace the slash with the equal sign to "turn on the UDFs." But now Excel adds a single quote in front of the equal sign. Example =MyFunc() => /MyFunc() => '=MyFunc().
Is there a way to tell Excel to not add that single quote when replacing a slash with the equal sign?
Is there another approach for this need?
Is there a way to tell Excel to not add that single quote when replacing a slash with the equal sign?
Is there another approach for this need?