Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: LouLBI
  • Content: Threads
  • Order by date
  1. LouLBI

    Data transfer between sheets

    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...
  2. LouLBI

    Golf Pro Database

    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...
  3. LouLBI

    Looping

    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...
  4. LouLBI

    "Procedure Too Large" error message

    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...
  5. LouLBI

    Microsoft Exsl 97 Visual Basic by Reed Jacobson

    I am using this as aself teaching text. I find it hard to follow and if I make an error it is difficult to recover. Is anyone familiar with this book?

Part and Inventory Search

Back
Top