Andlopezgo
New Member
- Joined
- Mar 30, 2020
- Messages
- 4
- Office Version
- 365
- 2019
- 2016
- Platform
- Windows
Hello there, I have a simple Hyperlink formula:
=HYPERLINK("#Index!A7","Link")
How can I make the sheet name and the cell dynamic?.
Something like:
Sheets("Summary").Cells(lastrow + 1, 8).Value = "=HYPERLINK(""#ActiveWorkbook.Worksheets(i).Name ! ActiveWorkbook.Worksheets(I).Cells(j, 1).Value"",""Link"")"
Thanks in advance for the help.
BR
AL
=HYPERLINK("#Index!A7","Link")
How can I make the sheet name and the cell dynamic?.
Something like:
Sheets("Summary").Cells(lastrow + 1, 8).Value = "=HYPERLINK(""#ActiveWorkbook.Worksheets(i).Name ! ActiveWorkbook.Worksheets(I).Cells(j, 1).Value"",""Link"")"
Thanks in advance for the help.
BR
AL