0
Using Named Ranges in Microsoft ExcelUsing Named Ranges in Microsoft Excel

Named Ranges in Excel enable you to give one, or a group of cells a name other than the default B4 for a single cell, or B2:E20 for a range of cells. So that you can refer to them in formulas using that name.You can view the complete tutorial here Ho…

Read more »

3
Scrape Website Data into Excel using VBAScrape Website Data into Excel using VBA

I'll be showing you an example on how to Scrape Data from a Website into Excel Worksheet using VBA. We'll be scraping data from www(dot)renewableuk(dot)com. Please also read the privacy policy of the website before mining data. Goal:Get all data und…

Read more »

1
How to use Do While Loop and a For Loop Counter in VB.NetHow to use Do While Loop and a For Loop Counter in VB.Net

In this tutorial, we'll be working on a real example on how to use Do...While Loop and a For...Loop Counter in VB.Net.Example Description:1. A customer will be asked to enter the prices of 4 items purchased using an input box (create a counter loop).…

Read more »

1
Send Email with Excel VBA via CDO through GMail Send Email with Excel VBA via CDO through GMail

If you're working on a project or having a numerous reports in excel to be sent out to your boss or clients. And what you usually do is save the workbook, compose a new email, copy the contents or attach it on your email client. That's a time consumi…

Read more »

0
The Commonly Used Excel FunctionsThe Commonly Used Excel Functions

Some Excel functions may apply to specific subject areas, while others are general and can be applied to all needs. The following shows a list of Excel Functions commonly used by everyone.…

Read more »
 
 
Top