The biggest frustration I have whenever doing VBA programming is referring to other cells, rows, etc. using the Range object in VBA. Every time I need to perform some operation based off of a certain cell, or part of a worksheet. I have to google and search and beat my head against the wall to use Range correctly in VBA. I usually end up using some form of OFFSET and moving the active cell around to get what I need done. I just feel like there's probably a much more efficient, foolproof, and elegant way of doing what I do. What I do is usually make custom analysis spreadsheets in support of my project work, whether it's Project Development, tracking and analyzing costs, engineering calculations, etc. Just making templates for repeatability, consistency, accuracy.
So I have two requests for help here:
[ol 1]
[li]Where is the best tutorial out there, paid class online, book, etc. where I could learn in-depth how to use Range?[/li]
[li]If you have the time, would you be able to type up a list of challenges using the Range object, which would help me learn and/or provide for myself a list of examples to refer to in the future?[/li]
[/ol]
Thanks!!
Matt
So I have two requests for help here:
[ol 1]
[li]Where is the best tutorial out there, paid class online, book, etc. where I could learn in-depth how to use Range?[/li]
[li]If you have the time, would you be able to type up a list of challenges using the Range object, which would help me learn and/or provide for myself a list of examples to refer to in the future?[/li]
[/ol]
Thanks!!
Matt