Hi,
I am trying to devise code that when I open a spreadsheet it wont be visible however an entry form will be displayed. I have tried the code below, however it either doesn't display the form or makes the form visible and the spreadhseet visible.
Private Sub Workbook_Open()
Trade.Show
Windows("Trade Register.xls").Visible = False
End Sub
Essentially what I want to do is to have a form display when I open the spreasheet to allow the user to input the data, without seeing the excel workbook - just the form. Any help would be greatly appreciated.
Thanks,
Ewan
Bookmarks