As per the Title, I can only assume I have set some kind of option without realising I have done so, but some MSGBOXes work !!!
This works ...
This, however, does NOT work & I get a message on the right hand side of the screen that saysCode:If ComboBox1.SelectedItem = Nothing Then myErrorMsg = "No League Selected" MsgBox(myErrorMsg, MsgBoxStyle.Exclamation) Exit Sub End If
User Prompt: Clicked "OK" The user clicked the "OK Button in the MessageBoxThis is very frustratingCode:If File.Exists(myRARfile) Then ZipTest() Else myErrorMsg = "ERROR - Aborting ..." MsgBox(myErrorMsg, vbCritical) MSWord.Quit() Exit Sub End If, so if somebody can tell me what on earth is going on here, I'll be eternally grateful !!!




, so if somebody can tell me what on earth is going on here, I'll be eternally grateful !!!
Reply With Quote
