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 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.

Excel Keyboard Shortcut VB6

VBA Userform – Escape key to Close – Unload form

June 20, 2025
Kumarapush

Learn how to close a vba userform with escape key. Map command button to Exit or Close a Userform with Escape key.

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

Regular Expressions – I

June 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 […]

VB6 Excel VBA Macro

VBA Option Explicit Not Working – Solved

June 20, 2025
Kumarapush
0

Is Option Explciit not working in your code as desired. Undeclared variables are not reported. Here is the fix to make Option Explicit to work as desired.

VB6 Windows API

World’s Simplest Key logger using VB6

June 20, 2025
Kumarapush
0

Learn how a Key Logger is coded using VB6 with just simple code & then how it can be used to record the key strokes by running at the background

VB6 Windows API

Text To Speech Application – VB6 Voice Code

June 20, 2025
Kumarapush
0

Get VB6 Text to Speech code using Win32 Speech API (SAPI or TTS) & develope VB6 application with voice options enabled.

VB6 Tricks
  • Sort Listview Column on Click – VBA/VB6 Userform
  • VBA Option Explicit Not Working – Solved
  • Regular Expressions – I
  • VBA Userform – Escape key to Close – Unload form
  • World’s Simplest Key logger using VB6
VBA Beginners Tricks
  • Excel VBA – Convert Range To Array – 2 Dimentional
  • VBA Macro Import – Read XML File into Excel – 5 Easy Tips
  • Rearrange Excel Sheets in Custom or Alphabetic Order with VBA
  • Excel VBA – Convert Column Number to English Alphabet Letter
  • Excel VBA – Convert Column Letter to Number
  • 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