79614645

Date: 2025-05-09 18:00:21
Score: 2
Natty:
Report link
Public Function BinaryReverse(ByRef pNumber As Variant) As Variant
 If IsNumeric(pNumber) = False Then Exit Function
 With WorksheetFunction
  BinaryReverse = .Bin2Dec(StrReverse(.Dec2Bin(pNumber)))
 End With
End Function

Thanks to all contributors... with your help, anything possible !

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: RoGKôT