Can anyone help with the syntax of this statement:
If Worksheets("Columns to Verify"
.Range("&CellToCk"
= "X" Then
The following statement works fine:
If Worksheets("Columns to Verify"
.Range("G2"
= "X" Then
How do I format the statement where I determine the value of CellToCk ?
I have tried all the combinations of Quotes ("
and concatentation (&) that I can think of.
Thanks in advance for your help.
If Worksheets("Columns to Verify"
The following statement works fine:
If Worksheets("Columns to Verify"
How do I format the statement where I determine the value of CellToCk ?
I have tried all the combinations of Quotes ("
Thanks in advance for your help.