I am trying to select a range to do a "ClearContents" on and can't seem to "discover" how to select a cell that will always remain the same (C15) and select the second (lower right) corner of the range which will be the last populated cell in column W, always beginning at W15 (the entire range selection will be populated). The second (lower right) corner of the range's row number will be different each time but will always be column W.
Selecting the first "fixed" cell isn't a problem, however I haven't been successful producing code using a (Dim/Set) cell location in the Range description to point to and include the W? cell.
I do have an old writing macros book, but I believe I need to have taken writing macros 101 before using it. I need a basic explanation of the macro code components and what they do and not do. Anyone have a suggestion of a good "Beginning Macro Writing" book. I am getting close to getting a "Macros for Dummies" book but I have found "Dummies" to be too simplistic in their subject matter (but then, that does sound like where I am ...!). I have learned a lot from this forum and can usually "see" how solutions work but not why. Thanks in advance.
Selecting the first "fixed" cell isn't a problem, however I haven't been successful producing code using a (Dim/Set) cell location in the Range description to point to and include the W? cell.
I do have an old writing macros book, but I believe I need to have taken writing macros 101 before using it. I need a basic explanation of the macro code components and what they do and not do. Anyone have a suggestion of a good "Beginning Macro Writing" book. I am getting close to getting a "Macros for Dummies" book but I have found "Dummies" to be too simplistic in their subject matter (but then, that does sound like where I am ...!). I have learned a lot from this forum and can usually "see" how solutions work but not why. Thanks in advance.