79276959

Date: 2024-12-13 00:39:31
Score: 1
Natty:
Report link

If allowed to use VBA, here's a function I just made:

Function CellText(rng As Range)
    CellText = rng.Text
End Function

It has no issue with custom formats, but macros need to be allowed to run.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Zlosk