How to Merge PDF Files Using Python Script - Step by Step Guide Imran Khan Tuesday, July 16, 2019 Suppose you have bunch of pdf files and you want to merge them in one pdf. So, there are so many online websites and some software to... Read More
How to Convert Text Files into Excel Using VBA - Step by Step Guide Imran Khan Tuesday, July 02, 2019 By this vba code, you can convert all text files available in a folder into excel. This code is very simple, just put in your code... Read More
How to Open Files From Excel List Using VBA - Step by Step Guide Imran Khan Tuesday, July 02, 2019 If you have multiple files in a folder with different names and you want to open only some of them, then this simple code will help y... Read More
How to Copy Files From FTP Location Using VBA - Step by Step Guide Imran Khan Saturday, April 20, 2019 Suppose you want to download files from a single or multiple ftp directory to local folder, then this code will help you. You can do... Read More
How to Unzip Files Using Python - Simple Step by Step Guide Imran Khan Tuesday, March 19, 2019 Condition: Python should be installed in your system Suppose you have a single zip file “ RawData.zip ” containing some other ... Read More