I don’t have a good knowledge in VBA scripting.
I want to create a workbook for my customers, there will a master sheet. The master sheet will contain the list of my customer with a unique serial number. There will be a “detailed sheet” for every customer. So that I can find a customer by serial number on Master Sheet and move to that customer’s details sheet by a hyperlink.
I have made a Macro button which creates “New Sheet” arranged by a “Sample Form” with asking sheet name with a pop-up window.
Now I need to add one more thing to that macro. I want that macro to put a Hyperlink automatically on my “master sheet” on Column “E” one by another while creating each New Sheet. The hyperlink name should be same as the newly created sheet’s name.
Thank you sir
I want to create a workbook for my customers, there will a master sheet. The master sheet will contain the list of my customer with a unique serial number. There will be a “detailed sheet” for every customer. So that I can find a customer by serial number on Master Sheet and move to that customer’s details sheet by a hyperlink.
I have made a Macro button which creates “New Sheet” arranged by a “Sample Form” with asking sheet name with a pop-up window.
Now I need to add one more thing to that macro. I want that macro to put a Hyperlink automatically on my “master sheet” on Column “E” one by another while creating each New Sheet. The hyperlink name should be same as the newly created sheet’s name.
Thank you sir