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

May 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

May 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

May 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

May 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

May 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

May 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

May 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

May 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

May 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

May 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
  • Compare Two Columns Excel – Highlight Match – Bulk Data Duplicates
  • 20% Discount Offer link for Fiverr – Hire Experts at affordable Prices
  • Safe Password Manager – Secure All Your Passwords
  • [IPL2020] Royal Challengers Bangalore Team – RCB Squad, Match Schedule
  • Convert Excel String To Date – VBA Date Format
  • Excel Instant Messenger – Microsoft Office Communicator API Library
  • Excel VBA – Convert Column Letter to Number
  • [IPL2020] Kings XI Punjab Team – KXIP Squad, Match Schedule
  • VBA Code – Create Index of Worksheets – with Links to each Sheet
  • Reading Process List From Task Manager
  • VBA To Find Last Row or Column in a Excel Wroksheet.
  • How to remove Drop down list in Excel?
  • How To – Export Facebook Contacts To Excel – using Yahoo mail?
  • Excel TEXTJOIN Function
  • A Simple Guide to Copying Excel Sheets
VB6 Tricks
  • VBA Userform – Escape key to Close – Unload form
  • World’s Simplest Key logger using VB6
  • Regular Expressions – I
  • VBA Option Explicit Not Working – Solved
  • Text To Speech Application – VB6 Voice Code
VBA Beginners Tricks
  • Regular Expressions – I
  • Excel VBA – Convert Column Number to English Alphabet Letter
  • Learn How To Code JavaScript in VBA
  • Excel VBA – Convert Column Letter to Number
  • Excel VBA – Import Data from another Workbook – 4 Easy Ways
  • 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