79204515

Date: 2024-11-19 17:50:22
Score: 3
Natty:
Report link

Pad with 6 leading zeros, then use right most 6 digits:

Cells(2, 13 + iCtr).Value = Right("000000" & Hex(cellKValue + iCtr), 6)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Juum