When I use ALT+ENTER I get multiple lines of text and could not format them as links. Is there any way to get multiple links in one excel cell?
相关问题
- Excel sunburst chart: Some labels missing
- Error handling only works once
- Excel formula in VBA code
- Excel VBA run time error 450 from referencing a ra
- DoCmd.TransferSpreadsheet is not recognizing works
相关文章
- Get column data by Column name and sheet name
- programmatically excel cells to be auto fit width
- Unregister a XLL in Excel (VBA)
- How to prevent excel from truncating numbers in a
- numeric up down control in vba
- Declare a Range relative to the Active Cell with V
- What's the easiest way to create an Excel tabl
- How to create a hyperlink to a different Excel she
You can use shapes that you can assign with a hyperlink. See https://www.extendoffice.com/documents/excel/916-excel-insert-multiple-hyperlinks.html
Links are tight to cells in Excel, the first link that it detects is the default link for a cell. You can still put : First link (Alt +Enter), Second Link
But Still only when clicking on the cell, you will be directed to the first link. As the "links" formatting is map with the cell and no with the text.