So you know VBA but for some unknow reason you need a cut to the case guide to understand C# quickly. First thing to understand is the VBA has both subroutines and functions, most other programming languages just have functions. In VBA the subtle difference between a subroutine and a function is … [Read more...] about C # for VBA Programmers
Excel VBA Macros
Power Excel vba secret, avoid using select
I see it all the time, code that selects one thing, then another, then selects something else in order to navigate and write data in an Excel spreadsheet. Instead understand that the Microsoft Excel object model and your vba code will be more professional, robust and maintainable if you don't select anything but instead interact with the Excel objects directly. Check out … [Read more...] about Power Excel vba secret, avoid using select