Okay, the following is going to sound incredibly naive, but as I have said before, I am learning this stuff as I go along. I am defining values in a sub that I want to carry over to other subs that I call in sequence, but as I am finding out, the values go to "Empty" when the new sub runs. How can I retain the values (below) in the original sub, without having to re-define them all over again for each sub? Am using the following to define the values:
Code:
Report_as_of_date = InputBox("What is the date that you pulled the IFMS _
Forecast FTE data from MicroStrategy?. Example: 03/28/11", "DATE?")
Next_FY = InputBox("What is the next fiscal year?. Example: 2012", "NEXT _
FISCAL YEAR?", "2012")
Current_FY = Next_FY - 1