News

How to Make an Autosave Button in Visual Basic. The Visual Basic "Button" class lets you create a control on your VB projects that perform an action such as auto-save.
Sheet1.CommandButton1.Caption="Your New Caption" </pre><BR><BR>bear in mind that the button's event handlers are tied to it by name, so changing the name of the button will stop them being invoked.