Hi everyone
I am having problem with a vba code.
I design a form, coded everything and it seems to work fine. When opening the file, the form is launching and excel is hidden.
my code is:
It all works fine if I load the file without any other excel file open.![]()
Private Sub workbook_Open() Application.Visible = False FrmRapport.Show End Sub
Can anyone help me?
Thanks
Bookmarks