Hi all...this basic VBA statement is coming back with a fail
The debug shows each row count is the same, but the statements reads false
Debug.print =
32
32
32
Any help appreciated
The debug shows each row count is the same, but the statements reads false
Code:
Debug.Print PMNCodeSDR.Rows.Count
Debug.Print PMNCodeEUR.Rows.Count
Debug.Print PMNCodeUSD.Rows.Count
If PMNCodeSDR.Rows.Count <> PMNCodeEUR.Rows.Count <> PMNCodeUSD.Rows.Count Then
frmWait.lbxInfo.AddItem "Section 2 Named Ranges are not identical"
Section2 = False
Exit Function
End If
Debug.print =
32
32
32
Any help appreciated