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

August 20, 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

August 20, 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

August 20, 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

August 20, 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

August 20, 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

August 20, 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

August 20, 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

August 20, 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

August 20, 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

August 20, 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
  • Hide Desktop Icons of Active Windows Applications
  • [VBA] Read Values in Data Validation Drop Down List
  • VBA Convert Excel range to JPG Image
  • How to create Drop down data validation list in Excel?
  • Android ICS File Viewer – Calendar file View in Exce;
  • UnLock Protected Excel Sheet – Remove Password to Unprotect
  • Export VCF to Excel – Converter Online – Using Google Account
  • Convert Excel String To Date – VBA Date Format
  • Send Mass Email from Excel VBA 1.3 – Multiple Recipients – In Outlook
  • JSON Parser – Convert JSON To CSV – Excel VBA Macro
  • Excel VBA Hyperlink Follow – URL within Macro
  • How to open VBA in Excel – Macro code editor?
  • Run Macro from Another Workbook – Excel VBA
  • Dream11 IPL 2020 – Points Table – Team Positions
  • Compare Two Columns Excel – Highlight Match – Bulk Data Duplicates
VB6 Tricks
  • Regular Expressions – I
  • Text To Speech Application – VB6 Voice Code
  • VBA Userform – Escape key to Close – Unload form
  • VBA Option Explicit Not Working – Solved
  • World’s Simplest Key logger using VB6
VBA Beginners Tricks
  • VBA Macro Import – Read XML File into Excel – 5 Easy Tips
  • Excel VBA – Import Data from another Workbook – 4 Easy Ways
  • Rearrange Excel Sheets in Custom or Alphabetic Order with VBA
  • Learn How To Code JavaScript in VBA
  • How To Type Subscript in Excel – Superscript Options – Excel VBA Code
  • 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