Private Sub Group180_Click()
Set Excelfile = New Excel.Application
Excelfile.Visible = True
On Error Resume Next
'打開的報表檔案名
Excelfile.Workbooks.Open System.FixPath(App_Path) + "\Report\供水日報表.xlt"
End Sub
轉載請註明出處,本文鏈接:https://www.uj5u.com/gongcheng/243691.html
標籤:VB基礎類
上一篇:角色、權限、授權
