Code to find Screen resolution of your computer. This code gets the screen width & height VBA (Windows API), C, Javascript & Command prompt functions.
Send Email from Excel with Attachment using vba
How to Automate Emails From Excel? Get macro to send email from Excel & email Excel file as attachment using VBA. In this page, you will learn and get code for 2 different things. Be it a professional Organization announcement, Promotional offer or a Valentine greeting email, these codes will […]
This Tiny VBA Can Send Email to All contacts in Your Outlook
Follow this method to send a mass email in Outlook by creating distribution list & also through VBA code. VBA code send mass email Outlook to all contacts.
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.
Hello World C Programming & Easy Compiling Steps
Learn to code Hello World C programming & the simple steps involved in compiling a C program. Get the simplest compiler for Windows & C compiling commands.
Learn How To Code JavaScript in VBA
Learn how to execute a Javascript within a VBA Code? It is not that tough to code a Javascript within VBA and make it execute within Excel itself. All you just have to do is, reference Microsoft Script Control Library and start coding your Javascript or VBscript as explained in this page.
How to Schedule a PHP script in CRON from CPANEL?
Learn to schedule PHP script in a Cpanel CRON, Make it run at specific time interval. Once PHP completes execution in CRON, check the results in Email Inbox
How to Backup Website data Automatically to Dropbox?
Automatically backup website data to Dropbox using PHP code. Website data should be backuped up frequently to prevent years work being lost due to hacker attacks, data corruption due to hardware issues. Use this code that explains basics about how a file can be uploaded to Dropbox using PHP.
VBA Macro Import – Read XML File into Excel – 5 Easy Tips
Learn how to Import Xml to Excel.Get quick VBA codes that Convert XML to Excel file. It is also possible to import xml to Excel directly from website URL.