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 record / recorder / excel / VBA / macro / 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