Hey guys, how are you?
This is my first post here, so I'm sorry if my doubt is too simple for you guys haha. I really don't know much about VBA and have just started studying it.
Anyway, let's go to my "problem". What I'm trying to do here is generating quarterly, 6-month or yearly reports based on monthly series of data. As you will see in my sample file, I have all different variables in the rows, and the different months in the columns.
What's important here is that I must be able to choose on which row the data begins and which rows it ends at, and also in which month (column) I want to begin and end the report. I don't care if I have to do that "inside" the code, that wouldn't be a problem as no one else is going to use the spreadsheet. Also, I have to keep skipping the rows which are blank. Find in the Yearly, 6-month and Quarterly tabs the kind of report I expect to generate. I also don't need to generate them all at the same time.
I know I'm able to do that with formulas, as I was doing so far, but as I've been needing to do it a lot, I'm sure that it's making me waste too much time.
Thanks in advance and anxiously waiting for you help,
Luciano
This is my first post here, so I'm sorry if my doubt is too simple for you guys haha. I really don't know much about VBA and have just started studying it.
Anyway, let's go to my "problem". What I'm trying to do here is generating quarterly, 6-month or yearly reports based on monthly series of data. As you will see in my sample file, I have all different variables in the rows, and the different months in the columns.
What's important here is that I must be able to choose on which row the data begins and which rows it ends at, and also in which month (column) I want to begin and end the report. I don't care if I have to do that "inside" the code, that wouldn't be a problem as no one else is going to use the spreadsheet. Also, I have to keep skipping the rows which are blank. Find in the Yearly, 6-month and Quarterly tabs the kind of report I expect to generate. I also don't need to generate them all at the same time.
I know I'm able to do that with formulas, as I was doing so far, but as I've been needing to do it a lot, I'm sure that it's making me waste too much time.
Thanks in advance and anxiously waiting for you help,
Luciano