Syntax to select all data
Let me start off by saying I have some programming experience, but am very
new to VBA.
I want to create a macro that will select a range of data, sort it, insert
new lines, and take the sum of the parts. Where I'm hung up on, is that the
data won't always be the same length. I know it will always be the same
width, so the column is not a problem, but how would I go about finding the
bottom-right cell of data? I believe I know how to find the last ROW of
data, but not the specific cell.
|