Hello,
I'm struggling to find a vba solution to the problem described below and hoping one of the experts here can help.
In Sheet 1 I have a list of fiscal periods in column B beginning in cell B3, with respective beginning dates in column C spanning over 2 years of time.
In Sheet2 I have 9 fiscal periods displayed horizontally begining in cell B4 and these 9 periods could have a variable starting point i.e. could start at period 2 or 3 or 8 etc. but will be limited to 9 sequential periods.
My goal is to capture a range variable from Sheet1 as my "startcell", and then loop from the "startcell" moving downward returning the respective calendar dates which are 1 column to the right.
I wish to have the respective date values written to Sheet2 below the respective fiscal periods as displayed in the second image.
I would like to be able to do this without selecting or activating Sheet1 if possible as I planned to have Sheet1 hidden in the workbook.
Please let me know if you need more detail and I'll do my best to explain further... thank you in advance!
I'm struggling to find a vba solution to the problem described below and hoping one of the experts here can help.
In Sheet 1 I have a list of fiscal periods in column B beginning in cell B3, with respective beginning dates in column C spanning over 2 years of time.
In Sheet2 I have 9 fiscal periods displayed horizontally begining in cell B4 and these 9 periods could have a variable starting point i.e. could start at period 2 or 3 or 8 etc. but will be limited to 9 sequential periods.
My goal is to capture a range variable from Sheet1 as my "startcell", and then loop from the "startcell" moving downward returning the respective calendar dates which are 1 column to the right.
I wish to have the respective date values written to Sheet2 below the respective fiscal periods as displayed in the second image.
I would like to be able to do this without selecting or activating Sheet1 if possible as I planned to have Sheet1 hidden in the workbook.
Please let me know if you need more detail and I'll do my best to explain further... thank you in advance!