Hello -
I have an excel worksheet of about 150 lines(inventory control project). Column B in this sheet contains unique serial numbers. I have written a macro to create 150 separate worksheets and the name of each worksheet automatically comes from each unique serial number in column B. All this is done in the macro.
Problem: I would like to create hyperlinks(using my macro) in Column B that point to the worksheet with the same name. So for instance, if the serial number in cell B1 is 12F3, then I would like to create a hyperlink in cell B1 that points to the worksheet named "12F3". Any ideas?
I have an excel worksheet of about 150 lines(inventory control project). Column B in this sheet contains unique serial numbers. I have written a macro to create 150 separate worksheets and the name of each worksheet automatically comes from each unique serial number in column B. All this is done in the macro.
Problem: I would like to create hyperlinks(using my macro) in Column B that point to the worksheet with the same name. So for instance, if the serial number in cell B1 is 12F3, then I would like to create a hyperlink in cell B1 that points to the worksheet named "12F3". Any ideas?