Excel Pivot Tables IntroductionWhat are Pivot Tables in Microsoft Excel? First of all, let’s discuss tables. In Excel, a table is […] December 5, 2021 in Excel tagged table / tables / pivot / Excel Pivot Tables by Mike
Excel Power Query on YouTubeThere are a lot of Excel Power Query tutorials on YouTube. Below is just a short list of […] December 3, 2021 in Excel tagged Excel Power Query by Mike
Excel Convert One Row to ColumnsWhen would you ever need to convert a single row of text to several columns of that same […] December 7, 2020 in Excel tagged excel / convert / column / transpose / columns / row / rows by Mike
Excel VBA ProceduresA procedure is a series of VBA statements that resides in a VBA module. A module can hold […] September 16, 2018 in Excel tagged routine / subroutine / function / procedure / sub / Excel VBA Procedures by Mike
Excel VBA Message Box MsgBoxThe Excel message box is a handy tool for displaying information to the user and getting a response […] September 16, 2018 in Excel tagged VBA / box / msgbox / message / Excel VBA by Mike
Excel VBA Range ObjectThe Range object represents a cell, a row, a column, a selection of cells containing one or more […] September 16, 2018 in Excel tagged excel / VBA / range / Excel VBA by Mike
Excel VBA MethodsMethods are the actions that can be performed against an object. You can think of methods as the […] September 16, 2018 in Excel tagged excel / method / Excel VBA by Mike
Excel VBA PropertiesProperties are essentially the characteristics of an object, which are similar to adjectives, which describe nouns. For example, […] September 15, 2018 in Excel tagged Excel VBA by Mike
Excel VBA Object OrientedVBA is an object oriented programming language. It has individual objects, each of which has its own set […] September 15, 2018 in Excel tagged select / object oriented / oop / Excel VBA by Mike
Excel Macro LibraryAfter you have written a few macros you may want to have them available each time you use […] September 15, 2018 in Excel tagged library / Excel VBA by Mike
Excel Entering Text with VBAHere is a simple VBA example that creates a small table of data with a bold header, wherever […] September 15, 2018 in Excel tagged excel / text / VBA / Excel VBA by Mike
Excel Macro RecorderA quick way to get started programming in Excel is to use the Macro Recorder. You can start […] September 15, 2018 in Excel tagged excel / VBA / macro / record / recorder / Excel VBA by Mike