Question : Creat a list of excel worksheets that contain a certin value

Hi All,

I am creating a spreadsheet that contains a list of all our applications and their dependencies’. I have created data validation for the dependencies and have select all the dependencies each application has.  So each sheet (which is named after the application has a section that looks like this):

Exchange
Dependences:
AD
DNS
Mail Filter
Firewalls

etc.  

Now I am trying to make another section which is the reverse.  To do this I want a formula that scans each worksheet for the name of the application and returns the name of the all the worksheets that it appears on .

Is this possible?
Can anyone help with the formula that i need?

Regards,

Answer : Creat a list of excel worksheets that contain a certin value

No problem.  To edit/create macros that run when you open a tab, do the following:
1) Right-click on the tab and select View Code...
2) This will show the vba window and any macro assigned to that sheet
3) If the macro is already there it will be shown.
4) If you need to add a macro to a sheet so that it runs whenever the sheet is opened, you need to change the two dropdown boxes (General to Worksheet), (Declarations to Activate).
5) Edit the Private Sub Worksheet_Activate() code to include your macro code.
6) That code will now run whenever the sheet is activated.
If you need any more advice, just let me know.
Random Solutions  
 
programming4us programming4us