...I run a macro that get the information from tab called RMR Input and feed other tabs. The macro just break due to data type mismatch. I am trying to find the error with no luck. Please Help...Thank you!!!I am not able to upload the file. It says file is too big.
Error message:
Code:
If M_lMonthlyDataRow = 0 Then
ltemp = CLng(Piece(sTemp, "/", 1))
ltemp = FindRow(CDate(CStr(ltemp - 1) & "/1/" & Piece(sTemp, "/", 3)), M_wkstOriginalData, True, 1, , M_Col_Month, M_Col_Month)
If ltemp = 0 Then
vbResponse = MsgBox("Could not find monthly data row. Would you like to continue with RMR Import?", vbYesNo, TITLE)
If vbResponse = vbYes Then AbortSection = True
Last edited by a moderator: