How to Use VBA to Protect Drawing Objects
Microsoft Excel lets you create objects and shapes to improve the way you display your data. With the program's "Shapes" palette, you can easily create illustrations and diagrams. There are times when...
View ArticleDebugging Tools for Visual Basic
Visual Basic debugging tools help users find problems in their macro codes. A macro code is a series of commands that users may activate through a single command, which helps them speed up a number of...
View ArticleHow to Download a Web Page With VBScript
VBScript uses the HttpWebRequest control to download websites and interface with the website's pages. Download the page and store it as a file, or display the downloaded code to a Web page. The...
View ArticleHow to Use ListView With a CheckBox in VBA
Using a "ListView" control with check boxes in your Visual Basic for Applications (VBA) form can make your application more dynamic by providing the user with options. A "ListView" control displays...
View ArticleHow to Send an Email via G-Mail in Visual Basic 6
Visual Basic 6 (VB6) is Microsoft's take on the classic Basic computer programming language. The VB6 version of the language and the IDE program used to create software was the last version released by...
View ArticleHow to Initialize an Array in VBA
Visual Basic for Applications (VBA) is a version of Microsoft' Visual Basic programming language used within applications, primarily members of the Microsoft Office suite of programs. Arrays are one of...
View Article