Inside :
Private Sub _xlApp_Workbook BeforeClose(ByR ef Cancel As Boolean) Handles
_xlApp.Workbook BeforeClose
I have
Try
Dim QuoteActivity As New QuoteSheetActiv ityForm()
QuoteActivity.B ringToFront()
QuoteActivity.S howDialog()
Catch
End Try
BUT is always shows up behind the Excel sheet. How can I either have this
form open right AFTER the excel closes or when it opens as a dialog be in
front of the excel sheet. The excel sheet is opened in front of the main
form of my windows application.
Thanks for the help!
Private Sub _xlApp_Workbook BeforeClose(ByR ef Cancel As Boolean) Handles
_xlApp.Workbook BeforeClose
I have
Try
Dim QuoteActivity As New QuoteSheetActiv ityForm()
QuoteActivity.B ringToFront()
QuoteActivity.S howDialog()
Catch
End Try
BUT is always shows up behind the Excel sheet. How can I either have this
form open right AFTER the excel closes or when it opens as a dialog be in
front of the excel sheet. The excel sheet is opened in front of the main
form of my windows application.
Thanks for the help!
Comment