• Skip to main content
  • Skip to header right navigation
  • Skip to site footer

My Online Training Hub

Learn Dashboards, Excel, Power BI, Power Query, Power Pivot

  • Courses
  • Pricing
    • Free Courses
    • Power BI Course
    • Excel Power Query Course
    • Power Pivot and DAX Course
    • Excel Dashboard Course
    • Excel PivotTable Course – Quick Start
    • Advanced Excel Formulas Course
    • Excel Expert Advanced Excel Training
    • Excel Tables Course
    • Excel, Word, Outlook
    • Financial Modelling Course
    • Excel PivotTable Course
    • Excel for Customer Service Professionals
    • Excel for Operations Management Course
    • Excel for Decision Making Under Uncertainty Course
    • Excel for Finance Course
    • Excel Analysis ToolPak Course
    • Multi-User Pricing
  • Resources
    • Free Downloads
    • Excel Functions Explained
    • Excel Formulas
    • Excel Add-ins
    • IF Function
      • Excel IF Statement Explained
      • Excel IF AND OR Functions
      • IF Formula Builder
    • Time & Dates in Excel
      • Excel Date & Time
      • Calculating Time in Excel
      • Excel Time Calculation Tricks
      • Excel Date and Time Formatting
    • Excel Keyboard Shortcuts
    • Excel Custom Number Format Guide
    • Pivot Tables Guide
    • VLOOKUP Guide
    • ALT Codes
    • Excel VBA & Macros
    • Excel User Forms
    • VBA String Functions
  • Members
    • Login
  • Blog
  • Excel Webinars
  • Excel Forum
    • Register as Forum Member
  • Login

My father-in-law wrote this 21 years ago. Anyone know what he is trying to do?|VBA & Macros|Excel Forum|My Online Training Hub

You are here: Home / My father-in-law wrote this 21 years ago. Anyone know what he is trying to do?|VBA & Macros|Excel Forum|My Online Training Hub
Avatar
sp_LogInOut Log In sp_Registration Register
sp_Search Search
Advanced Search|Last Search Results
Search
Forum Scope




Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
sp_Search Search
sp_RankInfo
Lost password?
sp_CrumbsHome HomeExcel ForumVBA & MacrosMy father-in-law wrote this 21 year…
sp_PrintTopic sp_TopicIcon
My father-in-law wrote this 21 years ago. Anyone know what he is trying to do?
Avatar
Rusty Tripp

New Member
Members
Level 0
Forum Posts: 1
Member Since:
May 3, 2019
sp_UserOfflineSmall Offline
1
May 3, 2019 - 8:29 am
sp_Permalink sp_Print

Sub Print_Ready()

Dim TOTLIN
TOTLIN = 1
WREC = 1
RAC = 0
Range("BW2:BW165").Select
With Selection
.HorizontalAlignment = xlCenter
.VerticalAlignment = xlBottom
.WrapText = False
.Orientation = xlHorizontal
End With
Range("I2:I165").Select
Selection.Font.Bold = True

10 RAC = RAC + 1
11 If PP(RAC) = 0 Then GoTo 10 Else GoTo 20

20 WREC = WREC + PP(RAC)

Range(Cells(WREC, 1), Cells(WREC, 75)).Select
Selection.Borders(xlLeft).LineStyle = xlNone
Selection.Borders(xlRight).LineStyle = xlNone
Selection.Borders(xlTop).LineStyle = xlNone
With Selection.Borders(xlBottom)
.Weight = xlThin
.ColorIndex = xlAutomatic
End With
Selection.BorderAround LineStyle:=xlNone

Range(Cells((WREC + 1 - PP(RAC)), 3), Cells(WREC, 75)).Select
Selection.Sort Key1:=Range("I:I"), Order1:=xlDescending, HEADER:= _
xlGuess, OrderCustom:=1, MatchCase:=False, Orientation:= _
xlTopToBottom
If RAC = RAM Then GoTo 30 Else GoTo 10

30 WREC = 1
RAC = 0
39 If RAC = RAM Then GoTo 200 Else GoTo 40
40 RAC = RAC + 1
41 If PP(RAC) = 0 Then GoTo 40 Else GoTo 50

50 TOTLIN = TOTLIN + PP(RAC)
If TOTLIN < 44 Then GoTo 39 Else GoTo 60
60 If TOTLIN = 44 Then GoTo 70 Else GoTo 62

'page 1 has part of a race : subtract last race and shift for spaces to fill page

62 TOTLIN = TOTLIN - PP(RAC)
RAC = RAC - 1
65 Range(Cells((TOTLIN + 1), 1), Cells((TOTLIN + 1), 75)).Select
Selection.Insert Shift:=xlDown
TOTLIN = TOTLIN + 1
If TOTLIN = 44 Then GoTo 69 Else GoTo 65
69 If RAC = RAM Then GoTo 200 Else GoTo 70

'Beginning page 2

70 RAC = RAC + 1
71 If PP(RAC) = 0 Then GoTo 72 Else GoTo 80
72 RAC = RAC + 1
80 TOTLIN = TOTLIN + PP(RAC)
If TOTLIN < 90 Then GoTo 69 Else GoTo 90
90 If TOTLIN = 90 Then GoTo 110 Else GoTo 92

'beginning page 3

92 TOTLIN = TOTLIN - PP(RAC)
RAC = RAC - 1
95 Range(Cells((TOTLIN + 1), 1), Cells((TOTLIN + 1), 75)).Select
Selection.Insert Shift:=xlDown
TOTLIN = TOTLIN + 1
If TOTLIN = 90 Then GoTo 110 Else GoTo 95
110 If RAC = RAM Then GoTo 200 Else GoTo 111
111 RAC = RAC + 1
112 If PP(RAC) = 0 Then GoTo 113 Else GoTo 120
113 RAC = RAC + 1
120 TOTLIN = TOTLIN + PP(RAC)
If TOTLIN < 136 Then GoTo 110 Else GoTo 140
140 If TOTLIN = 136 Then GoTo 200 Else GoTo 142
142 TOTLIN = TOTLIN - PP(RAC)
RAC = RAC - 1
145 Range(Cells((TOTLIN + 1), 1), Cells((TOTLIN + 1), 75)).Select
Selection.Insert Shift:=xlDown
TOTLIN = TOTLIN + 1
If TOTLIN = 136 Then GoTo 200 Else GoTo 145

'print

200 Columns("AQ:AQ").Select
Selection.Borders(xlDiagonalDown).LineStyle = xlNone
Selection.Borders(xlDiagonalUp).LineStyle = xlNone
With Selection.Borders(xlEdgeLeft)
.LineStyle = xlContinuous
.Weight = xlThin
.ColorIndex = xlAutomatic
End With
With Selection.Borders(xlEdgeTop)
.LineStyle = xlContinuous
.Weight = xlThin
.ColorIndex = xlAutomatic
End With
Selection.Borders(xlEdgeRight).LineStyle = xlNone

Columns("AX:AX").Select
Selection.Borders(xlDiagonalDown).LineStyle = xlNone
Selection.Borders(xlDiagonalUp).LineStyle = xlNone
With Selection.Borders(xlEdgeLeft)
.LineStyle = xlContinuous
.Weight = xlThin
.ColorIndex = xlAutomatic
End With
Selection.Borders(xlEdgeTop).LineStyle = xlNone
Selection.Borders(xlEdgeRight).LineStyle = xlNone

Columns("R:R").Select
Selection.Borders(xlDiagonalDown).LineStyle = xlNone
Selection.Borders(xlDiagonalUp).LineStyle = xlNone
With Selection.Borders(xlEdgeLeft)
.LineStyle = xlContinuous
.Weight = xlThin
.ColorIndex = xlAutomatic
End With
Selection.Borders(xlEdgeTop).LineStyle = xlNone
Selection.Borders(xlEdgeRight).LineStyle = xlNone
ActiveWindow.SmallScroll ToRight:=6

Columns("V:V").Select
Selection.Borders(xlDiagonalDown).LineStyle = xlNone
Selection.Borders(xlDiagonalUp).LineStyle = xlNone
With Selection.Borders(xlEdgeLeft)
.LineStyle = xlContinuous
.Weight = xlThin
.ColorIndex = xlAutomatic
End With
Selection.Borders(xlEdgeTop).LineStyle = xlNone

Columns("Z:Z").Select
Selection.Borders(xlDiagonalDown).LineStyle = xlNone
Selection.Borders(xlDiagonalUp).LineStyle = xlNone
With Selection.Borders(xlEdgeLeft)
.LineStyle = xlContinuous
.Weight = xlThin
.ColorIndex = xlAutomatic
End With
Selection.Borders(xlEdgeTop).LineStyle = xlNone
Selection.Borders(xlEdgeRight).LineStyle = xlNone

Columns("AD:AD").Select
Selection.Borders(xlDiagonalDown).LineStyle = xlNone
Selection.Borders(xlDiagonalUp).LineStyle = xlNone
With Selection.Borders(xlEdgeLeft)
.LineStyle = xlContinuous
.Weight = xlThin
.ColorIndex = xlAutomatic
End With
Selection.Borders(xlEdgeTop).LineStyle = xlNone
Selection.Borders(xlEdgeRight).LineStyle = xlNone

Columns("AH:AH").Select
Selection.Borders(xlDiagonalDown).LineStyle = xlNone
Selection.Borders(xlDiagonalUp).LineStyle = xlNone
With Selection.Borders(xlEdgeLeft)
.LineStyle = xlContinuous
.Weight = xlThin
.ColorIndex = xlAutomatic
End With
Selection.Borders(xlEdgeTop).LineStyle = xlNone
Selection.Borders(xlEdgeRight).LineStyle = xlNone

Columns("AM:AM").Select
Selection.Borders(xlDiagonalDown).LineStyle = xlNone
Selection.Borders(xlDiagonalUp).LineStyle = xlNone
With Selection.Borders(xlEdgeLeft)
.LineStyle = xlContinuous
.Weight = xlThin
.ColorIndex = xlAutomatic
End With
Selection.Borders(xlEdgeTop).LineStyle = xlNone
Selection.Borders(xlEdgeRight).LineStyle = xlNone

Columns("BD:BD").Select
Selection.Borders(xlDiagonalDown).LineStyle = xlNone
Selection.Borders(xlDiagonalUp).LineStyle = xlNone
With Selection.Borders(xlEdgeLeft)
.LineStyle = xlContinuous
.Weight = xlThin
.ColorIndex = xlAutomatic
End With
Selection.Borders(xlEdgeTop).LineStyle = xlNone
Selection.Borders(xlEdgeRight).LineStyle = xlNone
ActiveWindow.SmallScroll ToRight:=-6

Columns("F:F").Select
With Selection
.HorizontalAlignment = xlGeneral
.VerticalAlignment = xlBottom
.Orientation = 0
.AddIndent = False
.IndentLevel = 0
.ShrinkToFit = False
.ReadingOrder = xlContext
.MergeCells = False
End With

End Sub

Avatar
Philip Treacy
Admin
Level 10
Forum Posts: 1550
Member Since:
October 5, 2010
sp_UserOfflineSmall Offline
2
May 6, 2019 - 10:13 pm
sp_Permalink sp_Print

Hi,

It appears to be preparing a document to print.  But without the actual document, this is out of context and I'm not sure what else I can add.

Regards

Phil

sp_Feed
Go to top
Forum Timezone: Australia/Brisbane
Most Users Ever Online: 245
Currently Online: Atos Franzon, Lorna Henning
Guest(s) 10
Currently Browsing this Page:
1 Guest(s)
Top Posters:
SunnyKow: 1432
Anders Sehlstedt: 880
Purfleet: 414
Frans Visser: 346
David_Ng: 306
lea cohen: 237
Jessica Stewart: 219
A.Maurizio: 213
Aye Mu: 201
Hans Hallebeek: 185
Newest Members:
Appiagyei Kofi Frimpong
Hilary Burchfield
Richie Wright
Adel Kock
Barbara Murray
Doug Milne
Siobhan Stringer
Rob Rooth
Tom Lewis
Jennifer Rodriguez-Avila
Forum Stats:
Groups: 3
Forums: 24
Topics: 6542
Posts: 28639

 

Member Stats:
Guest Posters: 49
Members: 32829
Moderators: 2
Admins: 4
Administrators: Mynda Treacy, Philip Treacy, Catalin Bombea, FT
Moderators: Velouria, Riny van Eekelen
© Simple:Press —sp_Information

Sidebar

Blog Categories

  • Excel
  • Excel Charts
  • Excel Dashboard
  • Excel Formulas
  • Excel Office Scripts
  • Excel PivotTables
  • Excel Shortcuts
  • Excel VBA
  • General Tips
  • Online Training
  • Outlook
  • Power Apps
  • Power Automate
  • Power BI
  • Power Pivot
  • Power Query
microsoft mvp logo
trustpilot excellent rating
Secured by Sucuri Badge
MyOnlineTrainingHub on YouTube Mynda Treacy on Linked In Mynda Treacy on Instagram Mynda Treacy on Twitter Mynda Treacy on Pinterest MyOnlineTrainingHub on Facebook

Sign up to our newsletter and join over 400,000
others who learn Excel and Power BI with us.

 

Company

  • About My Online Training Hub
  • Disclosure Statement
  • Frequently Asked Questions
  • Guarantee
  • Privacy Policy
  • Terms & Conditions
  • Testimonials
  • Become an Affiliate
  • Sponsor Our Newsletter

Support

  • Contact
  • Forum
  • Helpdesk - For Technical Issues

Copyright © 2023 · My Online Training Hub · All Rights Reserved. Microsoft and the Microsoft Office logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries. Product names, logos, brands, and other trademarks featured or referred to within this website are the property of their respective trademark holders.