Skip to content

Chicago Excel Classes

Search Products...
  • 0
  • Plugins (1)
  • Tutor (0)
  • Uncategorized (0)
  • Advanced CSS Selectors Course
  • Blog
  • Cancellations / Refunds
  • Cart
  • Checkout
  • Classes: CSS Media Queries for Responsive Web Design
  • Clients
  • CSS Classes (Cascading Style Sheets)
  • CSS Tutoring – Cascading Style Sheets
  • Customer Service
  • Excel Classes
  • Google AdWords Classes (PPC Advertising)
  • HOME
  • HTML Introduction Class
  • HTML Tutoring
  • HTML, CSS Training
  • Microsoft Excel Automation – Automate Repetitive Tasks
  • Microsoft Excel Class – Intermediate
  • Microsoft Excel Class – Introduction
  • Microsoft Excel Tutoring
  • Microsoft Word Tutoring
  • My Account
    • Logout
  • Privacy Policy
  • SEO Classes
  • Shop
  • Terms of Use

Category: Excel

Excel Learn

Add a New WorkSheet in Excel – VBA Macro Code

June 13, 2014admin

This VBA code will add a new worksheet in your Excel project. Sub AddNewWorksheet() Dim NewWorkSheet As Worksheet Set NewWorkSheet = Sheets.Add End Sub

Excel Learn Office

Convert CrossTab Table to Database List Table – Excel VBA Macro Code

June 13, 2014June 13, 2014admin

If you work with databases and regular data tables you probably had a situation when someone gave you a regular Excel 2 dimensional spreadsheet that is not that useful if…Continue readingConvert CrossTab Table to Database List Table – Excel VBA Macro Code

Excel Learn

Delete All Hidden Columns and Rows – VBA Excel – Code

June 12, 2014June 12, 2014admin

This VBA code can help you delete all hidden columns and rows from your excel sheet with a click of a button. Sub hiddendelete() For lp = 256 To 1…Continue readingDelete All Hidden Columns and Rows – VBA Excel – Code

Copyright © 2023 Chicago Excel Classes | Consultare by Firefly Themes
Scroll Up