Excel Column to CSVHow would you convert an Excel column of strings or numbers to a string as a comma separated […] July 6, 2023 in Excel tagged excel / list / VBA / csv / transpose / pandas / dataframe 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 message / VBA / box / msgbox / 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 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
Excel VBA IntroductionVBA stands for Visual Basic for Applications and is an implementation of Microsoft’s event-driven programming language Visual Basic […] September 15, 2018 in Excel tagged VBA / introduction / macro / Excel VBA by Mike
Excel Convert Url Text To Clickable HyperlinkSupposing you have multiple URLs in your worksheet, but they are not linked, and now you need to […] September 4, 2018 in Excel tagged excel / VBA / hyperlink by Mike
Excel Combine Worksheet DataThe objective for this post is to learn how to combine (merge) more than one Excel worksheet file […] February 20, 2018 in Excel tagged data / excel / VBA / combine / merge by Mike
Import XML File to ExcelIn this blog post we follow the instruction at the MSDN website’s article Creating an XML Mapping Schema […] February 19, 2017 in Database tagged excel / xml / import / VBA by Mike