Sub Go()
'
' Go Macro
' Macro recorded 29/03/2007 by pjPonzo
Dim i As Integer, N As Integer, j As Integer, sym As String
N = Range("A2")
j = 3
Clear
' get data for each symbol
For i = 1 To N
sym = Cells(1, 2 + i)
' sym = sym + "&selected=" + sym
Cells(3, j) = sym
Sheets("Webpage").Select
Range("A2") = sym
GetData
Range("B8:J60").Select
Selection.Copy
Sheets("Data").Select
Cells(5, j).Select
Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:= _
False, Transpose:=False
j = j + 10
Next i
Range("B1").Select
End Sub
Network and collaborate with thousands of CTOs, CISOs, and IT Pros rooting for you and your success.
”The time we save is the biggest benefit of E-E to our team. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange.
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.