Hide its window, manually: Window>Hide, by code: Workbooks(Index or Name).Windows(1).Visible=False.
However, the user can still unhide the window. You can make an add-in, this will keep all worksheet data, it still can be converted to regular workbook, but this requires some code.
combo