Fix Excel Dates Formatted as Text

vba shell

September 15, 2017

VBA Shell

The VBA Shell function runs a command in the operating system shell. The shell refers to the interface, typically where

Read More
VBA Select Case

August 10, 2017

VBA SELECT CASE

VBA SELECT CASE allows you to test an expression against multiple conditions, and then carry out a series of commands

Read More
if then else

August 3, 2017

VBA IF THEN ELSE

The VBA IF THEN ELSE statement lets you test a condition, and then carry out other commands if the test

Read More

July 11, 2017

Symbols in Excel Slicers

Did you know you can display symbols in Excel Slicers? That’s right, Slicers aren’t just limited to listing boring old

Read More

May 24, 2017

Power Query Updates

The monthly update cycle for Excel’s Power Query sure keeps us on our toes. Power Query Updates for Excel 2010

Read More
Excel Themes

May 17, 2017

Excel Themes

Excel Themes are a bundle of default colors, font styles and Shape effects. There are lots of built in Excel

Read More
debugging vba code

May 4, 2017

Debugging VBA Code

When you write VBA, or any programming language, you are going to encounter errors in it, or should we call

Read More
Power Query Lists

April 14, 2017

Power Query Lists

In Excel we often need to work with lists. List of numbers, letters, dates, countries, products, you get the idea.

Read More