Skip to main content

Send Bulk Email from Excel for Outlook

 

Download the File from below Link

https://drive.google.com/file/d/1tcb4lzNFgEfDKsvQqCW05sgoiGFEhqcK/view?usp=sharing


Instructions are given in the image below. Save the File as Excel Macro - Enabled workbook (.xlsm)

Use this file to send bulk emails at a time i personally have sent more than 2000 bulk emails at a time.

Error may occur if email id typed contains space etc. Only one email id one cell.

Comments

Popular posts from this blog

CAGR Dax Measure

CAGR stands for  C ompound  A nnual  G rowth  R ate.  It describes the rate at which an investment would have grown over several years if it had grown at the same rate every year on a compounding, rather than simple, basis.   The CAGR metric is calculated using the following formula: If we were to fit this entire formula into a single measure it may get messy and confusing for other users, so let’s step it out. We will need to create several measures to calculate the individual pieces the CAGR formula.  Of course, this is not the only way to calculate CAGR in Power Pivot, but this is the way we’ve decided to go about it.  So, let’s break it down, we will need the following measures to calculate CAGR: A measure to retrieve the First Year in the data set A measure to retrieve the Last Year in the data set A measure to calculate the Number of Years between the First and Last Years in the data set A measure to aggregate the total sales in the data set...

What if Analysis

Sometimes, you want to see many different results from various combinations of inputs. Provided that you have only two input cells to change, the Data Table feature will do a sensitivity analysis. Using the loan payment example, say that you want to calculate the price for a variety of principal balances and for a variety of terms. Make sure that the formula you want to model is in the top-left corner of a range. Put various values for one variable down the left column and various values for another variable across the top. From the Data tab, select What-If Analysis, Data Table.... You have values along the top row of the input table. You want Excel to plug those values into a certain input cell. Specify that input cell for Row Input Cell. You have values along the left column. You want those plugged into another input cell. Specify that cell for the Column Input Cell. When you click OK, Excel repeats the formula in the top-left column for all combinations of the top row and left colum...

Most Commonly Used Formulas and Functions in Excel

Formulas & Functions   1.        Formulas A formula is an expression that operates on value in a range of cell or cells.   2.        Functions Functions are predefined formulas in excel which eliminate manual entry of formulas while give them names.   Five Ways to Insert Formula in Excel   1.        Typing formula inside the cell 2.        Using Insert Function in Formulas Tab   3.        Selecting Formulas from one of groups in Formula Tab 4.        Using AutoSum 5.        Recently Used from Formula Tab   Functions There are more than 470 functions in Excel and there are additions addin functions also with help of VBA macros you ca...