Skip to content
Primary Menu
  • Officetricks.Com
  • Blog
  • App Store
    • International Users
    • Indian Users
  • Subscribe
  • About Us
  • Excel
  • Social Media
Excel VBA Macro System Control Windows

How to find your VBA Version – V6 or V7?

May 14, 2025
Kumarapush

How to find Your VBA Version? The below code will get the VBA version detail using pre-compiler directives. We cannot display the value in thee variables. But it can be used inside the #IF. Then we can print the required values. Here is the code that can fetch VBA version […]

Outlook Macro OutLook

[Outlook VBA] Select Appointments/Meetings Invites in Inbox

May 14, 2025
Kumarapush

Appointment/Meeting Invites using VBA In addition to handling Emails, MS Outlook application also handles calendar appointments & meeting invites. All these items are received in your Inbox. We could identify the difference manually by seeing the icon for each item. But to identify the difference in a VBA code, we […]

Keyboard Shortcut AutoFilter Excel

[Excel Shortcut] – Copy Only Visible Cells – Autofilter – Windows/Mac

May 14, 2025
Kumarapush

Select & Copy Only Visible Cells in Excel In Excel, a row or column may be hidden when we use auto-filter option or manually hide them. Add an auto-filter over a column or a table & Select a valid value for the filter. This action will hide few rows which […]

Email Excel VBA Macro Gmail String Operation

Validate Email Address – VBA Code – Excel

May 14, 2025
Kumarapush

Verify Email Address Format in VBA Code in this page will verify if a email id is in proper format. This code uses regex pattern matching. To do this, first You need to define a regular expression pattern that will match a valid email id. A email id has a […]

Folder Operations Excel Excel VBA Macro Security

VBA get Path to Default Temporary folder

May 14, 2025
Kumarapush

VBA – Find Temporary Folder Path To save any intermediate data files, instead of creating a folder, You can use system default temporary folders. This way, there is less coding effort required to manage the new folders. But, to do that, You need to first find the folder path. There may […]

Backup Date Functions Excel File Operations

Excel Vba Save a Copy of Workbook with TimeStamp

May 14, 2025
Kumarapush

Create Excel file copy with Date & Timestamp in Vba In Vba we can access files & create new files. While doing such file operations, You may have to save a data file with different names every time the macro is executed. In such cases, if the file name can […]

MS Word File Operations PDF

How to Convert Docx to PDF – VBA Save Word as PDF

May 14, 2025
Kumarapush
0

Learn how to convert a docx to PDF file using different methods. Also using the VBA code save word as PDF or using the menu option of your choice.

Excel Data Type HTML / Javascript Xml

Excel to XML Converter – Vba Code – Microsoft Dom

May 14, 2025
Kumarapush

Get VBA Code to Convert Excel to Xml Vba code in this page reads table data by each row and adds it to Xml dom element. Once all the cell values are added, it is then saved as Xml file. With this code you can also add Namespace to the […]

Email OutLook Outlook Macro

Outlook Vba to Send Email with Attachments – Easy Code

May 14, 2025
Kumarapush

Get Outlook VBA to send email with attachment automatically. Use this code to send automatic emails from Outlook programatically.

Zip Excel VBA Macro File Operations Folder Operations

How to Zip File or Folder using VBA Code – Excel Macro?

May 14, 2025
Kumarapush

VBA Code to Zip File or Folder Just like this Unzip vba code, this also uses the Windows default file compressor. There is only one difference between this code and Unzip. Yuo just have to swap the parameters & Create a empty Zip file at first. Zip file path & […]

Posts pagination

Previous 1 … 7 8 9 … 30 Next
Zip Tricks
  • Python Unzip all Files in Directory – in just 4 Lines – Easy Code
  • How to Zip Directory using Python? – Archive folder
  • How to Unzip file using VBA – Excel Macro?
Excel VBA Macro Tricks
  • Compare Two Columns Excel – Highlight Match – Bulk Data Duplicates
  • Run Macro When Cell Value Changes or Range VBA
  • How to Get Historical Stock Quotes In Excel – Google Finance
  • VBA – Find My Documents, Desktop & System Folder Path
  • How to Lock a Folder In Windows – Easy Excel VBA Code
System Control Tricks
  • Windows 10 Free Upgrade from Windows 7,8
  • Download – Backup Facebook Twitter Gplus Linkedin – Data To PC
  • Reading Process List From Task Manager
  • Windows 10 Remove Weather from Taskbar
  • How to Lock a Folder In Windows – Easy 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