79502459

Date: 2025-03-12 01:37:02
Score: 1.5
Natty:
Report link
For Each cell in Range("MyNamedRange")
    msgbox "Address = " & cell.address
    msgbox "Row=" & cell.row
Next
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: DevRoz