Hello
Can anyone help me to get the right syntax which is mentioned in RED bold below
Option Explicit
Public idx As Long
Private IsArrow As Boolean
Private Sub UserForm_Initialize()
Load UserForm1
UserForm1.Show vbModeless
Dim rng As Range
For Each rng In...