I have 12 sheets where;
Sheet1(Jan)
Sheet2(Feb)
...
Sheet12(Dec)
each Sheet has 6 shapes with the name lblIncome1 - lblIncome6
also is a Sheet13(Income) that holds the data for my 6 incomes per month,
Jan1 Income starts at column 1
Jan2 Income starts at column 4
Jan3 Income starts at column 7
...
Jan6 Income starts at column 16
Then Feb, Mar... Dec
I use the column numbers when saving and returning values for that Income. I can get the shape number that was pressed but need assistance with developing the math that will get me the correct column number. example; lblIncome1 pressed on Sheet2(Feb) should be 19. Assistant would be greatly appreciated.
Bookmarks