Topics
Content Types
About 5 results
-
10 things you should have in your presentation kit
Preparing for a presentation means rehearsing your material -- but it also means making sure you have all the items you need for a glitch-free delivery.
-
Five tips for debugging a routine in the Visual Basic Editor
The VBE provides tools to help you debug your code, but you need to know a few tricks to use them effectively. Susan Harkins suggests a few ways to streamline your debugging tasks.
-
Use a split module to work more productively in the Visual Basic Editor
Using VBA to automate or customize a task is hard enough without working in the cramped module window. If you need to see more of your code than the view allows, split the window a...
-
Use a shortcut to cycle through Visual Basic modules
When working in the Visual Basic Editor with the Explorer open, each open module is just a click away. But if the Explorer is closed, you can use this handy keyboard shortcut to cy...
-
Creating your first Web page with ASP.NET
If you're a classic ASP/ADO developer who hasn't started tinkering with .NET, this intro will help you get started. See how to use connection strings and server-side controls.