When I invoke this MsgBox it ignores the YesNo and only shows OK.
I've tried placing the VbExclamation, "PRINT?" in various places in the MsgBox line, but nothing I've tried works.
Why?
Dim Rtn
If LstPrinters.ListIndex >= 0 Then
Rtn = MsgBox("Do you wish to print the graph on " & StrConv(LstPrinters.Text, vbUpperCase) & " Printer", vbInformation + vbYesNo + vbExclamation, "PRINT?")
Thanks,
Gary
I've tried placing the VbExclamation, "PRINT?" in various places in the MsgBox line, but nothing I've tried works.
Why?
Dim Rtn
If LstPrinters.ListIndex >= 0 Then
Rtn = MsgBox("Do you wish to print the graph on " & StrConv(LstPrinters.Text, vbUpperCase) & " Printer", vbInformation + vbYesNo + vbExclamation, "PRINT?")
Thanks,
Gary