Introduction The development of personal computers brought about tremendous changes in business, industries, science & education. Business today relies on computer networks and the internet. Mails, documents, files are reached to our computers almost instantaneously from any part of the world. Exchange of Data between two devices via some form […]
20% Discount Offer link for Fiverr – Hire Experts at affordable Prices
Fiverr – Microjobs Posting Platform If you are looking to hire quality expert to get your job done, Fiverr is right choice. Either you can post Job details with price & timeline, wait for experts to bid for it. Or you can directly filter available experts & pay for the […]
These Online Notepads eases Your Job a lot – Wanna know how?
How to Store Notepad & Sticky Notes Online? We use Windows Notepad App or Sticky notes app so much extensively. It is easy to store easy reference text data in these apps. As time passes, these notes gets added a lot & we struggle to manage them properly. It is […]
How To Speed Up Excel VBA Macro Execution Time – Optimize?
Speed up Excel macro using these optimization technique. Using this the Excel VBA macro run time is reduced making it more faster than before.
100 CryptoCurrency Price – Ticker in Excel – Using VBA
Get 100 Cryptocurrency Price Ticker in Excel. Also download this Excel Ticker with price index for all Cryptocurrency including Bitcoin, Litecoin, Ethereum.
Excel VBA – Get Extended File Property – Author Modified Date Time
Get code to read Excel File property like Author, Last modified date, File size etc., Also has code for reading file of any type from your computer folder.
Excel Import Data – From another Workbook – Query External Source
Learn how to make Excel import data from another workbook using Microsoft query method in simple steps. Also learn external reference data import techniques
Convert a Formatted Cell in Excel into HTML Tag using VBA
Convert a formatted cell in Excel to HTML tag using VBA code. A Cell can have single or multiple font formats. This code converts each type to HTML Tag.
Palindrome program in C & VBA
Learn how to code a Palindrome program in C that can check for both numeric palindrome and string palindrome. Page has 2 different function for palindrome.
C Program to find Prime Numbers List & in VBA Too
Get C program to print prime numbers list using while loop. Program prints all the prime numbers from 1 to 100 or even any range. Simplest Prime number pgm.