• 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

Code took maximum time to RUN|VBA & Macros|Excel Forum|My Online Training Hub

You are here: Home / Code took maximum time to RUN|VBA & Macros|Excel Forum|My Online Training Hub

vba course banner

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 & MacrosCode took maximum time to RUN
sp_PrintTopic sp_TopicIcon
Code took maximum time to RUN
Avatar
Ali Shoaib
Member
Members
Level 0
Forum Posts: 8
Member Since:
February 20, 2020
sp_UserOfflineSmall Offline
1
March 18, 2020 - 9:33 pm
sp_Permalink sp_Print

I have made this code and but its run time took maximum time to show result even sheet not respond please make it correct.

 

 

Sub MyVBACODE2() Application.ScreenUpdating = False Dim Myrng As Range Dim i As Integer Dim Cell As Variant Dim Source As Range Range("G:G,I:AG,AI:AZ").EntireColumn.Delete Columns("A:A").Insert Shift:=xlToRight LastRow = Range("C" & Rows.Count).End(xlUp).Row For i = 2 To LastRow Cells(i, 5).Value = Trim(Cells(i, 5) & ", " & Cells(i, 3) & " " & Cells(i, 4)) Next i Range("I:I").Cut Range("A:A") Range("B:C").ClearContents Range("H:H").Cut Range("D:D") Range("F:F").Cut Range("J:J") Range("F:F").EntireColumn.Delete Range("G2:G" & LastRow).FormulaR1C1 = "=YEARFRAC(RC[-1],RC[-3])" Range("G1") = "Age" Columns("A:I").EntireColumn.AutoFit Range("H:H").EntireColumn.Delete Range("I1").Select ActiveCell.FormulaR1C1 = "Sex" Range("I2").Select ActiveCell.FormulaR1C1 = "=IF(RC[-1]=""Male"",""M"",""F"")" Range("I2").Select Selection.AutoFill Destination:=Range("I2:I159") Range("I2:I159").Select Columns("I:I").Select Selection.Copy Selection.PasteSpecial Paste:=xlPasteValues Range("H:H").EntireColumn.Delete Range("G:G").Select Selection.Style = "Comma" Range("E:E").Select Set Myrng = Selection For Each Cell In Myrng Cell.Value = WorksheetFunction.Proper(Cell) Next Set Source = Range("E:E") Source.Interior.Color = RGB(255, 255, 255) For Each Cell In Source If Application.WorksheetFunction.CountIf(Source, Cell) > 1 Then Cell.Interior.Color = RGB(255, 0, 0) End If Next Application.ScreenUpdating = True End Sub

Avatar
Philip Treacy
Admin
Level 10
Forum Posts: 1529
Member Since:
October 5, 2010
sp_UserOfflineSmall Offline
2
March 18, 2020 - 11:10 pm
sp_Permalink sp_Print

Hi,

Please supply your workbook with the code so we can test things in context with your data.

Also, I don't know what you mean by its run time took maximum time ?  Do you mean it hung Excel - Excel stopped responding?

Regards

Phil

sp_Feed
Go to top
Forum Timezone: Australia/Brisbane
Most Users Ever Online: 245
Currently Online: Misael Gutierrez Sr.
Guest(s) 11
Currently Browsing this Page:
1 Guest(s)
Top Posters:
SunnyKow: 1432
Anders Sehlstedt: 873
Purfleet: 414
Frans Visser: 346
David_Ng: 306
lea cohen: 222
Jessica Stewart: 218
A.Maurizio: 202
Aye Mu: 201
jaryszek: 183
Newest Members:
Cathi Giard
Sarah Young
Henry Delgado
Alita Nieuwoudt
KL KOH
Joao Marques
Regi Hampton
Taffie Elliott
Paramita Chakraborty
David du Toit
Forum Stats:
Groups: 3
Forums: 24
Topics: 6358
Posts: 27805

 

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

Sidebar

Blog Categories

  • Excel
  • Excel Charts
  • Excel Dashboard
  • Excel Formulas
  • 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
 

Company

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

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.