|

How to Get Help in the Excel Visual Basic Editor

At this point, you might be wondering, “What if I get stuck?”  Fear not, help is at hand!  Microsoft offers extensive online documentation of the VB language.  To be fair and warn you, it’s often not that useful.  You might find more assistance if you Google for your topic.  There is a lot of programming…

|

How to Record a Macro in Excel (or Microsoft Word)

The easiest way to create a macro is: The instructions below are for Excel. Word is similar, but has its own quirks (and no “Absolute or Relative”). If you want to look at programming basics first, see this previous post. 1.     Recording a Macro Absolute or Relative What does that mean?  When you record Absolute,…

|

Solving Simultaneous Linear Equations with Matrices

We have various ways of solving simultaneous linear equations. In this post, we will look at a couple of other methods, and then how we can do it with matrices in Excel.  We first consider two variables, and then more. Let’s be clear before we start: What are linear equations?  They are of the form…

|

Quickly Convert Excel Data in Place with Paste Special

Do you ever need to convert units, increase or decrease a range of data, or change its sign? Then this technique should work for you. Excel’s Copy > Paste Special > Add / Subtract / Multiply / Divide lets you transform data in place. You don’t need an intermediate column or row. Say, for example,…