含有控件的excel程序中无法隐藏vb中我要调用一个excel 打印,这个excel中含有barcode控件,xlapp.visible = false,xlapp.Workbooks.Open(filePath)excel就会显示出来,求隐藏方法[解决办法] 这样试试
with xlapp.Workbooks.Open(filePath) .Application.Visible = Falseend with