In this project, we will be adding a Table of Contents sheet to any spreadsheet.
Steps Algorithm Process First phase is to use macros I will supply to you. Second phase is to build the code from scratch. Problem As a spreadsheet gets large with many tabs or sheets it becomes time-consuming to go to the sheet you want to update. As an example I have 167 sheets in the workbook. Complexity Solutions Similar solutions Requirements Notes Algorithm first try Requires Prerequisites Short for Table of Contents sheet. This is a sheet that helps you with large excel workbooks (i.e. many sheets) It's a set of VBA code that can be used as an overview and the other sheets are details. At work, I had a report in Excel where each tab was complex data about a company and the first sheet was an overview with list of the companies, some overview data and a hyperlink to the sheet the data was on. The process does the following for a new sheet: I also created a version that would just update the Toc sheet by removing sheets that no longer existed and adding new sheets. Concepts to know
Process load the code and step through it
|