Home > Software engineering >  Help: using VB6.0 by use of program debugging cannot see the excel workbook solution
Help: using VB6.0 by use of program debugging cannot see the excel workbook solution

Time:11-10

Using VB6.0 by use of createobject xlsApp create excel program, and then use the open (workbook) method to open the workbook
Problem: when using F8 to debug, open the excel program, select the open workbook, but see excel program debug page without any workbook, unable to see the process execution, how to break?

CodePudding user response:

XlsApp. Visible=TRUE
  •  Tags:  
  • VBA
  • Related