Types of database tables

Types of database tables

A Microsoft Access database can have different types of tables including… Local information tablesLocal information tables store, in your local database, information you wish to track.  This may include information about employees, clients, products, facilities,...
How to cut and paste with an Excel VBA macro

How to cut and paste with an Excel VBA macro

This week’s Excel VBA macro shows you how to program a cut and paste action. Three examples are shown in the image above: The first uses four statements to cut a range of cells, reposition the cursor, paste, and finally turn off the cut/copy mode. The second example...
Excel Tip:  Formatting with the keyboard

Excel Tip: Formatting with the keyboard

Excel lets you apply multiple formatting features with either the mouse or the keyboard. Some keyboard shortcuts are intuitive, such as Ctrl B for Bold and Ctrl I for Italics. Some keyboard shortcuts are not intuitive. For example, Alt HFK decreases the font size.  As...