Quantcast
Channel: Microsoft Office Resource » VBA Training
Browsing all 9 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Using VBA to call the Windows File Open dialog box

After you’ve worked with VBA for a while, you’re going to want to prompt the user to open a file. Maybe they need to go and select the latest download from their database, or you need to import the...

View Article



Image may be NSFW.
Clik here to view.

Excel VBA 2013: Track Changes With the Inquire Add-In

Comparing and tracking changes in a spreadsheet is hard work. It’s utterly necessary but that doesn’t make it any easier. When you start adding in modifications to the VBA code underneath – which is...

View Article

Image may be NSFW.
Clik here to view.

How to use a VLOOKUP function in Excel VBA

VLOOKUP is one of the most useful and versatile functions in Excel. As you work further with macros it’s not uncommon to make your create an Excel VBA VLOOKUP macro. With this you get the ability to...

View Article

Image may be NSFW.
Clik here to view.

How do I sort in Excel VBA?

Excel VBA is used for all sorts (!) of data manipulation tasks. One of the most common is sorting your data. Performing an Excel VBA sort seems trivial but some parts of it may misbehave if you’re not...

View Article

Image may be NSFW.
Clik here to view.

Excel VBA Uppercase, Lowercase and more

Ever received a spreadsheet and all the data on it is in the wrong case? You might received a dodgy dump of data from your website or database, or maybe the user-inputted data is poorly or...

View Article


Image may be NSFW.
Clik here to view.

How to: Excel VBA clear clipboard

In Excel there’s a lot of data being moved around, perhaps via copy and paste. If you leave a lot of stuff lying around on in memory or cache you’ll get a message along the lines of “you’ve left a lot...

View Article

SpecialCells in VBA

How to use SpecialCells method in Excel VBA SpecialCells in VBA is a really useful method to deploy in Excel. It returns a Range Object that only covers the type of cells you specify. You can use the...

View Article

Loop Through Excel Worksheets and Workbooks

Using loops to easily make changes across multiple worksheets Loops are one of the key tools in Excel VBA when we need to perform tasks through a number of objects (cells, worksheets, charts, workbooks...

View Article


What is Excel VBA and why should I learn it?

A common theme for me in Excel training is the comment “I didn’t know Excel could do that” – and training is a good way of finding out what Excel can do (beyond what we are currently using in our work...

View Article

Browsing all 9 articles
Browse latest View live




Latest Images