M
M Skabialka
Using VBA code I am importing new worksheets into my workbook, after
deleting old versions. I have noticed that every time I bring in a new
sheet the name of the sheet changes so that in the Project window it shows:
Sheet87(Dallas)
Sheet88(Houston)
Sheet89(Atlanta)
Since this happens several times a week, is there going to come a time when
Sheetxx exceeds some Sheet number maximum and crashes the code?
Under properties:
(Name) Sheet87
Name Dallas
When I create the sheet I use:
Sheets.Add.Name = "Dallas"
but I can't see a way to change the Sheet# also.
Will this cause propblems in the future - if so, how can I prevent it now?
Excel 2007
deleting old versions. I have noticed that every time I bring in a new
sheet the name of the sheet changes so that in the Project window it shows:
Sheet87(Dallas)
Sheet88(Houston)
Sheet89(Atlanta)
Since this happens several times a week, is there going to come a time when
Sheetxx exceeds some Sheet number maximum and crashes the code?
Under properties:
(Name) Sheet87
Name Dallas
When I create the sheet I use:
Sheets.Add.Name = "Dallas"
but I can't see a way to change the Sheet# also.
Will this cause propblems in the future - if so, how can I prevent it now?
Excel 2007