Skip to content
Primary Menu
  • Officetricks.Com
  • Blog
  • App Store
    • International Users
    • Indian Users
  • Subscribe
  • About Us
  • Excel
  • Social Media
VB6 VBA Beginners VBFormControls

Sort Listview Column on Click – VBA/VB6 Userform

June 07, 2025
Kumarapush

Get VBA code to sort a listview column header on click. Not only default column, any column in listview can be sorted, with a click on column header.

MS Word VBA Beginners

VBA to open or save Word document Protected or Encrypted with password

June 07, 2025
Kumarapush

Use this VBA code to password protect or unprotect the Word document while openening the file. This macro also handles readonly protection, Write protection etc., right within the code itself.

HTML / Javascript C Programming C++ PHP Programming Python R VB6 VBA Beginners Web Enhancements

Regular Expressions – I

June 07, 2025
Hitesh Kumar

A regular expression (shortened as regex) is an extremely useful way of matching common patterns and texts such as emails, phone numbers, URLs etc. almost all programming languages have a regular expressions library. It is widely used in text editors also to find patterns and replace string patterns that we specify in the […]

VBA Array Collection Data Type Dictionary VBA Beginners

VBA – Add Items to Array – Dynamic Resize without erasing data

June 07, 2025
Kumarapush

How to add new item to existing array? In VBA, an array is always an fixed size of data values. If you have to add new item, then size of the field also has to be changed. Lets see an example: Consider you have an array like the below one: […]

Worksheet Excel VBA Macro VBA Beginners

Rearrange Excel Sheets in Custom or Alphabetic Order with VBA

June 07, 2025
Kumarapush
0

Custom Order or Alphabetical Order This page has VBA code that can arrange worksheets in a Excel file in: Custom Order as per user preference Alphabetic Order of the Sheet Names Lets get the code. VBA Code – Arrange Sheets in Custom Order To make the below code work, You […]

Excel VBA Beginners

How To Type Subscript in Excel – Superscript Options – Excel VBA Code

June 07, 2025
Kumarapush
0

How to type a subscript in Excel. Also learn to type a superscript for a part of text. This page also has macro code to convert a part of text in Excel to be subscript, superscript or strikethrough

Excel VBA Beginners

Excel VBA – Convert Column Letter to Number

June 07, 2025
Kumarapush
0

Get Excel VBA code to convert Column Letter to number. The Formula & Excel vba code will get column alphabet letter & return the Column number as value.

Excel VBA Beginners

Excel VBA – Convert Column Number to English Alphabet Letter

June 07, 2025
Kumarapush
0

Get Excel vba code & formula to convert column number to letter. Use this function in Excel worksheet or vba macro to get column letter from its column number.

Excel Excel VBA Macro VBA Beginners

Excel VBA – Copy Workbook – Active or External

June 07, 2025
Kumarapush
0

Copy Active workbook or any workbook from external path using the inbuilt Excel function workbook.savecopyas. Make a Excel workbook copy to new path.

Excel Data Type VBA Array VBA Beginners

Excel VBA – Convert Range To Array – 2 Dimentional

June 07, 2025
Kumarapush

Get Excel VBA Convert a Range to Array code in a Excel Workbook. And also write the array value to a worksheet range. Learn how to use of Resize & Transpose functions.

Posts pagination

1 2 3 Next
Excel Tricks
  • Fibonacci Sequence Number Generator – Excel Easy Trick
  • [VBA] Read Values in Data Validation Drop Down List
  • Consolidate Data – In Excel Files – Create Summary Report
  • Login to Facebook, Twitter, Google+ in IE from Excel
  • VBA get Path to Default Temporary folder
  • Excel Count Cells By Color – Using VBA ColorIndex – CountByColor
  • How to Add Numbers in Excel using Different Methods
  • Convert Excel String To Date – VBA Date Format
  • VBA – Find number of Dimensions in an Array
  • How to get Age from Date of Birth in Excel? – Formula & VBA
  • Remove Junk Characters In Text File – Excel Trim Just Not Helping
  • Create ListView in VBA at Runtime
  • VBA Macro Import – Read XML File into Excel – 5 Easy Tips
  • VBA Userform – Escape key to Close – Unload form
  • Excel Games Free Download – 2048 Tile Game
VB6 Tricks
  • Regular Expressions – I
  • VBA Userform – Escape key to Close – Unload form
  • World’s Simplest Key logger using VB6
  • Text To Speech Application – VB6 Voice Code
  • VBA Option Explicit Not Working – Solved
VBA Beginners Tricks
  • Excel VBA – Convert Column Letter to Number
  • Excel VBA – Copy Workbook – Active or External
  • Making SORT More Simple and Faster in Excel with Advanced Options
  • VBA Code – Create Index of Worksheets – with Links to each Sheet
  • Find Synonym for Selected Text using MS Word VBA
  • Creating Folders Using Python: A Simple Guide
  • A Simple Guide to Copying Excel Sheets
  • Retrieve All Files in a Directory using Python
  • Creating Folders in Outlook: A Guide
  • Chandrayaan 3 Live Stream Today – Vikram Lander
  • Creating Folders Using Python: A Simple Guide
    As the world of technology continues to advance, it becomes evident that the ability to manipulate, create, and manage digital spaces is of utmost importance. Python programming language is among the most powerful tools capable of such feats. This exciting exploration commences with an introduction to Python, providing essential knowledge […]
  • A Simple Guide to Copying Excel Sheets
    Navigating the intricate landscape of Microsoft Excel can often seem like a daunting task. This software, with its abundance of features, functions, and commands, requires a keen understanding to fully utilize its potential. Whether you’re an industry expert or a novice user, mastering the art of manipulating Excel sheets is […]
  • Retrieve All Files in a Directory using Python
    In our digitally driven world, where data processing and management are integral to many industries, the ability to work with Python has become an invaluable skill. This language, particularly in relation to file and directory manipulation, grapples with the rapid growth of data and its intricate handling. With its intuitive […]
  • Officetricks.Com
  • Blog
  • App Store
    • International Users
    • Indian Users
  • Subscribe
  • About Us
  • Excel
  • Social Media
Copyright All rights reserved