Hi
I have timesheet spreadsheet application,and this spreadsheet require to add new sheets for new employee using vba
iam adding new sheets by copying sheets("sample") for every new employee,and this sheet("sample") contains Named ranges with scope to workbook,but the problem is :
every new sheet added by copying sheets("sample"),make thier own range names
what i want is to make one global name range valid for all sheets without changing its scope to the new sheet added???
how??
I have timesheet spreadsheet application,and this spreadsheet require to add new sheets for new employee using vba
iam adding new sheets by copying sheets("sample") for every new employee,and this sheet("sample") contains Named ranges with scope to workbook,but the problem is :
every new sheet added by copying sheets("sample"),make thier own range names
what i want is to make one global name range valid for all sheets without changing its scope to the new sheet added???
how??