Wise Owl's Blog
Making Sense of Software

Excel | Microsoft training in London, UK

VBA macros blogs

Showing blogs 1-20 (out of 40)

Capture Excel application events - event sinks

Posted by Andy Brown on 06 March 2012 | 1 comment

It's not for the faint-hearted, but there is a way to capture application events (such as someone trying to create a new workbook) in Excel, using something called an event sink.  This blog explains how you might go about creating an event sink.

This blog is part of our Excel VBA training blog.

Tags:   Excel / Excel Visual Basic   |   VBA macros / Classes

How to Delete Digital Certificates from your Computer

Posted by Andrew Gould on 06 March 2012 | no comments
Creating a digital certificate for your VBA projects is easy, but deleting them is somewhat less obvious. This blog shows you how to use the certificate manager to remove certificates that you no longer need.

Collections of class object using Excel VBA

Posted by Andy Brown on 05 March 2012 | no comments
If you've learnt how to create your own objects using classes in Excel VBA, the next step is to learn how to group them together into collections. This on-line tutorial will show you how.

This blog is part of our Excel VBA training blog.

Tags:   Excel / Excel Visual Basic   |   VBA macros / Classes

Creating classes in VBA - class modules

Posted by Andy Brown on 05 March 2012 | no comments

Those who want to add spice to their VBA programming can learn how to create classes, or class modules, and become object-orientated programmers.  It's difficult, but fun - and this multi-part blog will guide you along the way.

This blog is part of our Excel VBA training blog.

Tags:   Excel / Excel Visual Basic   |   VBA macros / Classes

Using Excel Add-Ins to Share VBA Code

Posted by Andy Brown on 05 March 2012 | no comments

If you've written a killer function, you'll want to be able to share it between workbooks. The best way to do this is using an add-in.

This blog is part of our Excel VBA training blog.

Tags:   Excel / Excel Visual Basic   |   VBA macros / References

Advanced controls in userforms with VBA macros

Posted by Andy Brown on 28 February 2012 | no comments

The two previous parts of this mini-blog have shown how to draw forms and how to write code to handle form events.  This final part shows how to add some of the more exotic controls to user forms, like combo boxes, list boxes, multipage controls, spinners and option buttons.

This blog is part of our Excel VBA training blog.

Tags:   Excel / Excel Visual Basic   |   VBA macros / User forms

Writing VBA macros to work with user forms

Posted by Andy Brown on 28 February 2012 | no comments

The previous part of this three-part series showed how to draw user forms; this part shows how to write macros to get them to work (the final part shows how to use some of the more advanced controls, such as combo boxes and MultiPages).

This blog is part of our Excel VBA training blog.

Tags:   Excel / Excel Visual Basic   |   VBA macros / User forms

Drawing UserForms in the VBA code editor

Posted by Andy Brown on 28 February 2012 | no comments
Learn how to create your own custom dialog boxes in VBA, using UserForms.  This is the first part of a three-part series (the other parts are on Writing Code for UserForms and Creating Advanced Controls).

This blog is part of our Excel VBA training blog.

Tags:   Excel / Excel Visual Basic   |   VBA macros / User forms

Writing functions for Excel using VBA

Posted by Andy Brown on 24 February 2012 | no comments
On-line training in writing functions using VBA, for use either within other VBA programs or within Excel itself.

This blog is part of our Excel VBA training blog.

Tags:   Excel / Excel Visual Basic   |   VBA macros / Functions

Arrays in Visual Basic for Applications macros

Posted by Andy Brown on 24 February 2012 | no comments
You can use arrays (multiple variables) in VBA to speed up code - and they are also invaluable for processing CSV files and the like.

This blog is part of our Excel VBA training blog.

Using enumerations in VBA

Posted by Andy Brown on 24 February 2012 | no comments
Excel and other MS Office applications make extensive use of enumerations - and you should too!

This blog is part of our Excel VBA training blog.

Writing recursive programs in VBA

Posted by Andy Brown on 20 February 2012 | no comments
In certain cases in VBA (displaying the contents of folders, listing hierarchical data) writing a program which calls itself is by far the easiest way to go - this blog gives worked examples of 3 such recursive programs.

This blog is part of our Excel VBA training series of blogs.

Passing arguments to subroutines in VBA

Posted by Andy Brown on 09 February 2012 | no comments
To become an efficient programmer, you need to stop writing one long subroutine and start writing lots of small ones instead - and to do this, you're going to need to know everything there is to know about passing arguments.

You can find more articles on this subject in our Excel Visual Basic tutorial blog.

Linking to ADO databases with VBA

Posted by Andy Brown on 06 February 2012 | no comments
Learn how to write VBA macros to add, edit and delete data in Access, SQL Server and other databases, using something called ADO.

This blog is part of both a complete Excel VBA tutorial and a complete SQL tutorial.

Tags:   Excel / Excel Visual Basic   |   VBA macros / References

Copy, rename, delete and move files and folders

Posted by Andy Brown on 23 January 2012 | no comments
By referencing the unintuitively named Microsoft Scripting Runtime object library you can write VBA code to access files and folders on your hard disk. This blog explains how, and gives a couple of worked examples.

This blog is part of a complete Excel VBA tutorial.

Reading and writing to/from a text file using TextStreams

Posted by Andy Brown on 13 January 2012 | 2 comments
The easiest way to work with text files in VBA is using TextStream objects - this blog explains how they work.

This blog is part of a complete Excel VBA tutorial.

How to choose files and folders in VBA

Posted by Andy Brown on 13 January 2012 | no comments
To make it easier for users of your VBA systems to choose files, you can show FileDialogs on screen. This blog explains what these are, and how to customise them.

This blog is part of a complete Excel VBA tutorial.

Linking to the Microsoft Scripting Runtime library

Posted by Andy Brown on 13 January 2012 | no comments
In order to work efficiently with files and folders you first need to create a FileSystemObject. This blog explains how to do this!

You can find more articles on this subject in our Excel VBA blog.

Creating references programmatically in VBA

Posted by Andy Brown on 03 January 2012 | no comments
Did you know that you can create and manage references from within VBA code? This article gives you ideas on how to do just that.

This blog is part of a complete online VBA tutorial.

Tags:   Excel / Excel Visual Basic   |   VBA macros / References

Using CreateObject and GetObject to create references

Posted by Andy Brown on 09 December 2011 | no comments
Although it's usually easiest to create references to other applications using Tools -> References as described in an earlier blog, you can use the method shown in this blog instead.

This blog is part of a complete Excel VBA tutorial.

Tags:   Excel / Excel Visual Basic   |   VBA macros / References
1-20   21-40