Basic Commands in SQL for Beginner - Step by Step Guide Imran Khan Wednesday, November 27, 2019 Hello Friends, Today I will discuss some very important SQL Commands on Basic Level. These commands are very common and useful in eve... Read More
How to Create Function in Excel VBA - Step by Step Guide Imran Khan Friday, September 06, 2019 If you have used excel, you also probably used some excel formula like sum, average, count etc. But do you know that these formula are... Read More
How to Run SQL Query Using VBA Macro - Step by Step Guide Imran Khan Thursday, August 08, 2019 Here is a simple VBA macro code, so you can run SQL Query from excel. And you can assign command button to execute your query. Also... Read More
How to Create List of File Names Using Batch File - Step by Step Guide Imran Khan Thursday, July 25, 2019 In this post, we will provide you multiple batch script codes based on different criteria. We will provide you best and simple... Read More
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