Home : Computing
Visual Basic 6.0 / Visual Basic for Applications
- Access - how to
manipulate Acess databases from outside Access
- Buttons -
manipulating Excel buttons
- ComboBox -
manipulating VB(A) ComboBoxes
- Download -
download a file and save it to disk.
- Excel - sundry
notes that apply only to Excel
- Exec - start
another program, and wait until it finishes.
- GetFolder - ask the user for a folder.
- Keypress -
trapping and manipulating keypresses (esp. in text boxes)
- Lastcell -
finding the real last cell in an Excel worksheet
- Regex - how to
incorporate regular expressions in Visual Basic. I have not yet figured
out how you could incorporate it into Excel.
- Toolbar -
how to create a toolbar for Excel, and maybe Access
Notes
DoEvents
Yields execution so that the
operating system can process other events.
Modal Forms
frmSomeForm.Show vbModal
Author: Mark Carter
Updated: 22-Jun-2009