Sub auto_open()
'
' auto_open Macro
'
'
main.Show
Application.DisplayFormulaBar = False
ActiveWindow.DisplayHeadings = False
Application.ShowSelectionFloaties = False
Application.ShowDevTools = False
Application.EnableLivePreview = False
Application.GenerateTableRefs = xlGenerateTableRefStruct
End Sub
em tạo macro này để gọi form đồng thời tắt một số thanh công cụ. Mọi bữa vẫn chạy tốt, không hiểu sao hôm nay nó bị lỗi
'
' auto_open Macro
'
'
main.Show
Application.DisplayFormulaBar = False
ActiveWindow.DisplayHeadings = False
Application.ShowSelectionFloaties = False
Application.ShowDevTools = False
Application.EnableLivePreview = False
Application.GenerateTableRefs = xlGenerateTableRefStruct
End Sub
em tạo macro này để gọi form đồng thời tắt một số thanh công cụ. Mọi bữa vẫn chạy tốt, không hiểu sao hôm nay nó bị lỗi
Lần chỉnh sửa cuối: