View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Morlin Morlin is offline
external usenet poster
 
Posts: 8
Default Save workbook button on Userform

I have a Userform that I submit data to. The data can also repopulate
the userform using a Lookup button. What i'd like to make is a button
on the userform that saves the entire workbook. I was hoping it would
be as easy as creating a commandbutton and creating a "save" macro but
it doesn't work. When I hit the save button and then close the entire
workbook my data is not there.

So my question. Can you create a button that will save the workbook
without having to exit to the spreadsheet and hitting save there?

Any help is appreciated.