$$Excel-Macros$$ Re: All MsgBox rows are RED...VBA code

2016-09-02 Thread Appi123
Error: SS_VBA_DEPRECATED” & vbCrLf & vbCrLf & “Description: The function has been deprecated.”) ElseIf SVError = -70 Then MsgBox (“Smart View Error: SS_OPERATION_NOT_SUPPORTED_IN_MULTIGRID_MODE” & vbCrLf & vbCrLf & “Description: The operation is not supported

$$Excel-Macros$$ All MsgBox rows are RED...VBA code

2016-08-17 Thread Appi123
Hi, I have eeror trapping in our VBA code. But All MsgBox rows are RED... ElseIf SVError = -47 Then MsgBox (“Smart View Error: SS_CONN_ALREADY_EXISTS” & vbCrLf & vbCrLf & “Description: Connection already exists.”) ElseIf SVError = -48 Then MsgBox (“Smart View Error: SS_APS_URL_NOT_SAVE