I have two spreadsheets in one workbook. One is a "Master" work sheet with about 800 names in Column A separated by 24 rows. For example rows 6, 30, 44.... Up to 16302. In the areas between the names is data in columns B through L twenty deep, for example B9:L28, B33:L52 etc up to...
I can download into spreadsheets such things as Point Standings, Money Leaders, World Ranking Driving Distance etc. with the listing of the golfers names in the order of their ranking. What I would like to do is ask the question, for example,
what is Tiger Woods statistics in all of these...
Sub LoopRg()
'
' LoopRg Macro
' Macro recorded 6/9/2012 by Lou
'
'
Dim ColStart As Integer
Dim ColEnd As Integer
Dim x As Integer
Dim y As Integer
Dim z As Integer
'Define your range start and end
ColStart = 6: ColEnd = 6
'x = the number of ranges to go through
For x = 0 To 8...
I created a file partially by recording, and since it was repetitive, I did some copy/paste with editing. It ended up about 18 pages long, but it wouldn't't execute, and gave an error message of "procedure too large". I can't find any obvious syntax errors, and I didn't know that there was a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.