I have many sheets named in the MMM YYYY format, and I want an Inputbox to ask what sheet they want copied.
What I want the macro to do is take the sheet the user wants, copy it to the last sheet and rename it as MMM YYYY + 1 year. I do not want ALL rows to be copied though, only those that do not have a certain text string in a cell.
Ie if the user types in Aug 2012 to be copied, Aug 2012 sheet is copied to the last sheet and is renamed Aug 2013. but I want only the rows of data to be copied that do NOT have the status of "NTU", "Declined", "Non-Renewed" or "Extended" in Colomn I17:I190. All other data in the sheet is to be copied.
copytest.xls
Bookmarks