Skip to content
Primary Menu
  • Officetricks.Com
  • Blog
  • App Store
    • International Users
    • Indian Users
  • Subscribe
  • About Us
  • Excel
  • Social Media
Folder Operations Excel Excel VBA Macro File Operations

VBA – Find My Documents, Desktop & System Folder Path

May 09, 2025
Kumarapush

VBA Code to Find My Documents Folder Path This code will get the folder path directly pointing to the ‘Documents” folder. Using this code, the documents folder path can be returned in a string variable. This technique is used when You need to save any log or temporary file in […]

File Operations Backup Excel VBA Macro Folder Operations

Excel VBA Rename File – Without opening the File – 2 Easy Ways

May 09, 2025
Kumarapush
0

Get Excel VBA Rename file – Macro code to change file name. Input existing file name with itspath & new name. This VBA code will rename file to new name..

File Operations Date Functions Windows

Add Time Stamp to Notepad Text File

May 09, 2025
Kumarapush

How to add Date Time stamp in Notepad File There are 2 ways to do this. First one is manual & the other is automatic. 1. Press F5 will insert current date & time 2. Type .LOG as first line of notepad file. (case-sensitive) What is the difference between these […]

File Operations Excel

Excel VBA Get File Extension – 2 Simple Methods

May 09, 2025
Kumarapush

Using Excel VBA get File extension from file name using this simple macro code. The code extracts the File extension using VBA File system object.

Date Functions File Operations

Excel vba Add Date Time Stamp to File Name

May 09, 2025
Kumarapush

Save File with Date Time Stamp In Excel vba we can create new file or save the current workbook with different name. In that case, sometimes we add date, time or both at end of file. This way, the file names will be unique & also the file versioning can […]

Python File Operations Folder Operations Zip

How to Zip Directory using Python? – Archive folder

May 09, 2025
Gayathri

Archive or Zip all files in Directory The code in this page will Zip directory full of files. It will first get folder path as input. Then loop thru the directory & its sub-directories to get all the files list. Then each file in the list is added to the […]

File Operations Excel VBA Macro System Control

VBA to Delete File in a Folder

May 09, 2025
Kumarapush

Get VBA code to delete file from a system folder. It uses filesystemobject.deletefile function & the VBA.kill function. Both uses the filepath as parameter.

Folder Operations Excel File Operations

Get List of All Subfolders in a Folder – Excel VBA

May 09, 2025
Kumarapush

Excel VBA Dir – Directory Listing – All Subfolders The macro will fetch all subfolders & folders under subfolders till its last child folder. You just have to input the root folder path for this macro. It is a complete code that will search or process all the files in […]

Folder Operations Excel VBA Macro File Operations System Control

Excel VBA – Folder Operation – Exists, Create, Copy, Delete Directory

May 09, 2025
Kumarapush

VBA code to Check folder Exists or not, Create Folder, delete folder, copy folder, move folder, create file, change current working directory & lot more.

Folder Operations Excel Excel VBA Macro File Operations System Control

Removing Empty Folder is Now Easy – Get Folder List with Size

May 09, 2025
Kumarapush

Fully Functional code that can fetch you folder list along with its size. This helps ur to find empty folders in our system. Once we get the list, we can remove the empty folders and on the other hand if the folder size is so huge, we can dig in and find why it’s size is so much huge.

Posts pagination

Previous 1 2
Folder Operations Tricks
  • Excel VBA – Folder Operation – Exists, Create, Copy, Delete Directory
  • VBA get Path to Default Temporary folder
  • How to Zip Directory using Python? – Archive folder
  • Excel VBA List Files in Folder – Dir in Shell
  • VBA – Find My Documents, Desktop & System Folder Path
  • Excel VBA Delete Folder if Exists
  • Is Excel File already open in VBA – By Another User
  • How to Zip File or Folder using VBA Code – Excel Macro?
  • Get List of All Subfolders in a Folder – Excel VBA
  • Excel VBA Rename File – Without opening the File – 2 Easy Ways
Excel Tricks
  • Remove Junk Characters In Text File – Excel Trim Just Not Helping
  • Convert 2D Arary To 1D or List – Excel VBA Macro – Quickest Method
  • Excel VBA – Copy Sheet To Another Workbook
  • Excel Instant Messenger – Microsoft Office Communicator API Library
  • Export VCF to Excel – Converter Online – Using Google Account
Excel VBA Macro Tricks
  • Excel VBA Clear Cache – IE browser and xmlhttp requests
  • Hyperlinks In Excel– Add Remove Links Formula – Get VBA Code
  • Anagram Maker – Word Combination Generator Source Code
  • VBA – Find number of Dimensions in an Array
  • How to Create Data Table Excel?
  • 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