waynerenaud
IS-IT--Management
I want to add the code 'module2.selectsheet' to a sheet called "Index"
On workbook open some code runs to see if the sheet "Index" exists, if not it creates it. If it gets created I need to add module2.selectsheet to the
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
event for the newly created sheet.
I guess that I will also need to check to see if that code exists, if the sheet "Index" already existed, and if not then add it.
Please help
On workbook open some code runs to see if the sheet "Index" exists, if not it creates it. If it gets created I need to add module2.selectsheet to the
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
event for the newly created sheet.
I guess that I will also need to check to see if that code exists, if the sheet "Index" already existed, and if not then add it.
Please help