Hi,
Need to create a bunch of links in excel.
Got this far but don't know the syntax for using a variable in a cell address...
With Worksheets(1)
Dim LCounter As Integer
For LCounter = 3 To 33
ActiveSheet.Hyperlinks.Add Anchor:=.Range("az,&LCounter"), _
Address:=""...