Custom UI Runtime Error in Visual Studio Tools for Office Design-Time Adaptor for Excel This error drove me crazy because I could only find pieces of the answer, but never the whole answer. Here’s the whole answer that resolved the…
Category: Excel
Navigating Excel Cells in VBA
Fixed Reference There’s plenty of documentation on how to move around Excel in VBA if you know exactly what cell you want to move to. For example to move to cell D3 all you need to do is add this…