Play Audio and Video in Excel

save chart as image

November 30, 2018

Save Chart as Image

You might want to save your charts as images that can then be used in other applications, like email or

Read More
web scraping with vba

October 17, 2018

Web Scraping With VBA

We can use VBA to retrieve webpages and comb through those pages for data we want. This is known as

Read More
real time data in excel

May 24, 2018

Real Time Data in Excel

Updated April 2020 Excel does support getting real time data into the worksheet with the RTD function, but this requires

Read More
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
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