Hi all,
I'm working with Excel 2007 and Windows XP Professional and am needing a userform that will create a new worksheet, but only if a new worksheet is needed. I am adding new accounts and we want the data sorted by month on different worksheets. What I would like is a Date textbox that the Userform will then read the date and determine if a worksheet exists that would contain that date, and if not, then to create one. Basically if the text box says July 15, 2013, then it would either find the worksheet for July 2013 or create a new worksheet titled July 2013 which could then be accessed on future uses of said userform. I have no idea even where to begin with this!
I'm working with Excel 2007 and Windows XP Professional and am needing a userform that will create a new worksheet, but only if a new worksheet is needed. I am adding new accounts and we want the data sorted by month on different worksheets. What I would like is a Date textbox that the Userform will then read the date and determine if a worksheet exists that would contain that date, and if not, then to create one. Basically if the text box says July 15, 2013, then it would either find the worksheet for July 2013 or create a new worksheet titled July 2013 which could then be accessed on future uses of said userform. I have no idea even where to begin with this!