can some one please help me identify the problem in the code below, its not working properly. It is just a simple nested select case code
Public Function Chadtest(dt As Date, scac As String) As Integer
Dim ct As Integer
MsgBox (scac)
Select Case scac
Case A
Select Case dt
Case...