Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Please could someone advise if there is any VBA code to automatically save a workbook either after a set time or preferably following an entry to the last part of a userform using combos boxes from the control toolbox? Thanks, Mickey |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thisworkbook.save
Instead of placing it in the change event of a combo box (which could become annoying if the user changes it 3 of 4 times) why not put in in the userform terminate or deactivate events. Probably better there but that is just my 2 cents... HTH "MBlake" wrote: Hi, Please could someone advise if there is any VBA code to automatically save a workbook either after a set time or preferably following an entry to the last part of a userform using combos boxes from the control toolbox? Thanks, Mickey |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opened Autosave but when closing workbook Autosave closes itself | Excel Worksheet Functions | |||
autosave | Excel Worksheet Functions | |||
Removing AUTOSAVE.XLS(AUTOSAVE.XLA) from VBA editor??? | Excel Programming | |||
Removing AUTOSAVE.XLS(AUTOSAVE.XLA) from VBA editor??? | Excel Programming | |||
autosave | Excel Programming |