View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
GregJG[_14_] GregJG[_14_] is offline
external usenet poster
 
Posts: 1
Default need help understanding syntax for adding a page to multipage

it will still disappear even though I use a savebutton

thisworkbook.saveas.filename: =

and having

Private Sub Workbook_Open()
userform1.show
End Sub

that when I reopen the workbook, all of the tabs wouldn't show?

perhaps doing something like

Private Sub Workbook_open()
userform1.show
call commandbuttons
end sub

?

--
Message posted from http://www.ExcelForum.com