I am learning VBA for excel. I have need to add hyperlinks to a series of some 4000 cells.Each is based on a identical cell pattern in sequential worksheets. So far I have tried the following:
Range("B2").Select
ActiveSheet.Hyperlinks.Add Anchor:=Selection, address:=""...