Excel University Blog

Read on for in-depth articles, tutorials, and videos. Search or browse for specific topics. Be sure to subscribe if you'd like to be notified when we write something new.

Macro

Combine Sheets From Workbooks as Separate Tabs (Not merged)

By Jeff Lenning | April 2, 2024 |

In today’s post, we’ll be diving into an exciting topic that springs up occasionally among Excel users: “How can you combine worksheets from different workbooks while keeping all the sheets separate in the resulting combined workbook?” Sounds tricky, doesn’t it? But don’t worry! We’ll be navigating through this method together. We’ll go step by step…

Read More
Man multitasking while using Microsoft Excel macros to make his spreadsheets faster

Make Your Spreadsheets Faster Using Microsoft Excel Macros

By Excel University | August 2, 2022 |

Do you use Excel frequently and find that you often have to repeat the same tasks over and over? If so, you can use Microsoft Excel macros to automate those tasks and cut down on how much time it takes to complete them! You can create a macro by recording your keystrokes and mouse clicks,…

Read More
Businesswoman walking up steps that represent how to become proficient in Excel in 6 easy steps

How to Become Proficient in Excel in 6 Easy Steps

By Excel University | June 15, 2022 |

Do you know the Excel basics, but want to become a pro? We’re outlining the six steps you can take to learn how to become proficient in Excel.

Read More

Extract URL from Hyperlink with an Excel Formula

By Jeff Lenning | February 22, 2022 |

Let’s say you have a hyperlink in a cell in Excel. The hyperlink may have friendly text, such as Click Here, but when you click the link it takes you to a URL such as https://www.excel-university.com. Now, let’s say you want to extract that URL from the hyperlink using an Excel formula. Well … to…

Read More

Insert and Name Sheets from Cell Values

By Jeff Lenning | February 24, 2020 |

In this post, I’ll share a short snippet of VBA code that creates new worksheets based on the names stored in cell values. This can be helpful when you have a list of departments, and want to create one worksheet for each department. Or a list of accounts, or employees, or regions, and so on.…

Read More

Learn Macros with the VBA Pro Guest Lecture

By Jeff Lenning | May 4, 2017 |

I’m happy to announce the immediate availability of Excel University’s newest guest lecture: VBA Pro by Jon Acampora. Earn 16 CPE hours while learning how to have macros do your work for you…what could be better? Macros offer the biggest opportunity for automation in Excel, and can help you get your work done faster. And…

Read More

Clear the Input Cell Style for Printing

By Jeff Lenning | February 16, 2017 |

I really like to highlight input cells by applying the Input Cell Style. I also like to try to place all of the input cells for a workbook on a single worksheet. That way, it is easy to update the input cells, and since they aren’t on any of the sheets I need to print,…

Read More
Data preview by Jeff Lenning

Get & Transform: An Alternative to Reformat Macros

By Jeff Lenning | June 16, 2016 |

Excel 2016 includes a set of features called Get & Transform. In previous versions of Excel, these capabilities were included in the Power Query Add-In. In this post, we’ll see how a Get & Transform Query can be used as an alternative to a VBA macro. Overview Here is the scenario. We export data out of…

Read More
Record Excel Macro by Jeff Lenning

Macro Toolbox

By Jeff Lenning | February 18, 2016 |

When storing utility macros, Excel users often elect to save them in the Personal Macro Workbook. The advantage is that the macros are available whenever Excel is running. The disadvantage is that if you switch or upgrade computers, you may forget to take a backup of the Personal Macro Workbook and thus lose your macros. In…

Read More