I have this spreadsheet with 255 RGB Codes. I need a code to convert them to the Natural Color System (NCS).
I've tried AI solutions, which gave me VBA codes but they don't seem to work.
Example of AI generated VBA code:
Function RGBtoNCS(r As Integer, g As Integer, b As Integer) As...