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

July 09, 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

July 09, 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

July 09, 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

July 09, 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

July 09, 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

July 09, 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

July 09, 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

July 09, 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

July 09, 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

July 09, 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
  • Excel Compare Two Columns for Duplicates – Highlight Differences
  • Excel Vba For Each VBA If Else Switch Case
  • Microsoft Excel – Show Developer Tab – Enable VBA Macro Option
  • Fibonacci Sequence Number Generator – Excel Easy Trick
  • [IPL2020] Mumbai Indians Team – MI Team Squad, Match Schedule
  • [IPL2020] Delhi Capitals Team – DC Squad, Match Schedule
  • Excel VBA – Convert Column Letter to Number
  • Application Monitor – Manage & Terminate – Tasks Manager
  • Send Email from Excel with Attachment using vba
  • Merge Multiple Excel Files to One – Selected Sheets
  • VBA Macro – Choose Outlook Email Account – To Send Mass Mail
  • Word Mail Merge as Mass E-mail Marketing Services
  • Removing Empty Folder is Now Easy – Get Folder List with Size
  • Excel VBA Dictionary Datatype – Create & Add Keys, Items
  • JSON Parser – Convert JSON To CSV – Excel VBA Macro
VB6 Tricks
  • VBA Userform – Escape key to Close – Unload form
  • VBA Option Explicit Not Working – Solved
  • Regular Expressions – I
  • World’s Simplest Key logger using VB6
  • Text To Speech Application – VB6 Voice Code
VBA Beginners Tricks
  • VBA – Add Items to Array – Dynamic Resize without erasing data
  • Making SORT More Simple and Faster in Excel with Advanced Options
  • Find Synonym for Selected Text using MS Word VBA
  • Search for Value in Table using Beyond Vlookup
  • Learn How To Code JavaScript in 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