Please write a EXCEL macros, run macros automatically open the selected range of all hyperlinks.
Users questions: Please write a EXCEL macros, run macros automatically open all hyperlinks in the selected range, opened the cell where the hyperlink color to red. up
Experts answer: code is as follows: PrivateSubWorksheet_SelectionChange (ByV alTargetAsRange) DimcAsRangeOnErrorResumeNextForEachcInSelectionc.Hyperlinks (1). FollowNewWindow: = True Ifc.Font.Underline = xlUnderlineStyleSingleThen: c.Interior.ColorIndex = 3NextEndSub instructions, open the Excel worksheet, select that area The area is open all the links, so the range of one-time Do not choose too big, or too many pages open, cause the computer is slow. Accessories: xxxx.xls