Excel Easy
77
“Promote Excel as an easy-to-use useful tool.”
Curated by Roger Fisher
783 Views
Scoop.it Score 77
Visitors Loading...
Created Nov 12, 2011
Created by Roger Fisher
Updated Today
Posts 193
Followers 17
Reactions 244
Filter

Or select a Tag
Suggest
Follow
mittendorfs.edublogs.org - Today, 5:20 PM

TECH that ROCKS! - TSBC Module 4- Excel

In Module 4 my skills focus was using advanced features in Excel. More specifically I wanted to learn more about absolute cell reference , how to edit charts once they are created and how to insert and edit charts in a Word ...
Share
1
helpvideos.tv - May 24, 4:15 PM

insane Mario Bros MS excel 8 bit drawing | helpvideos.tv

Posted by admin on May 24, 2012 in Excel | 0 comments · bros drawing excel first game. insane Mario Bros MS excel 8 bit drawing. Insane 8 bit drawing on MS Excel of first screen o super mario bros. game.
Share
1
spreadsheets.about.com - May 23, 5:23 AM

Excel DATEDIF Function

Another of Excel's functions that can be used to calculate the number of days between a start and end date is DATEDIF....Read Full Post...

Via Raymon
Share
1
helpvideos.tv - May 23, 5:19 AM

Excel Macro VBA Tip 3 – Using The Range Property in Excel Macros ...

Visit www.TeachMsOffice.com for more, including Excel Consulting. This Excel VBA Macro tutorial includes a description of how to selection entire rows and columns in Microsoft Excel using the Range property of Visual Basic.
Share
1
helpvideos.tv - May 23, 5:17 AM

Excel Basics #2: Keyboard Shortcuts | helpvideos.tv

The Excel Basics Series shows a systematic description of what Excel can do from beginning to end. #2 Video topics: 1)Ctrl + C = Copy 2)Ctrl + V = Paste 3)Ctrl + X = Cut 4)Excel 2007 Screen Tips with keyboard shortcuts ...
Share
1
helpvideos.tv - May 20, 9:55 PM

Create a Scatter Diagram Using MS Excel 2007 | helpvideos.tv

Create a Scatter Diagram Using MS Excel 2007. This video shows how to create a scatter diagram in Microsoft Office Excel 2007. The data for this video can be obtained at my website: statstutor.books.officelive.com ...
Share
2
helpvideos.tv - May 20, 8:39 AM

Microsoft Excel Tutorial for Beginners #23 – Date & Time Pt.4 – Time ...

Microsoft Excel Tutorial for Beginners #23 - Date & Time Pt.4 - Time Visit MotionTraining at www.motiontrainingweb.com Learn how to enter and format times as well as perform common time calculations. More tutorials soon.
Share
1
helpvideos.tv - May 19, 9:44 PM

Finance in Excel 2 – Import and Chart Historical Stock Prices in ...

Visit www.TeachMsOffice.com for more, including Excel Consulting, Macros, and Tutorials. Learn how to Import and quickly Chart historical stock prices in Microsoft Excel using data from Yahoo Finance.
Share
1
www.mlynn.org - May 19, 9:33 PM

Excel Project Planning Spreadsheet Version 2 | mlynn.org

The Excel Project Planning spreadsheet has been a handy tool for many of the projects I've worked on and I've continued to tweak and add features it.
Share
1
helpvideos.tv - May 19, 9:30 PM

Regression Analysis Using Microsoft Excel 2007 | helpvideos.tv

analysis excel information microsoft regression. Regression Analysis Using Microsoft Excel 2007. This video shows how to use regression analysis in Microsoft Excel 2007. The information for this regression is on my website: ...
Share
1
blogs.office.com - May 16, 8:22 PM

Quick Trick: Resizing column widths in pivot tables

Who could be better than a Business Intelligence analyst at teaching us a thing or two about Excel? We asked our own number-crunching wizard Stacey Armstrong to share some Excel tricks she's learned along the way.
Via Raymon
Share
1
www.hotexcel.com - May 16, 8:08 PM

MS Excel Tips - Create A Table Of Contents In Excel | HOT Excel ...

By B.J. Johnston. BJ-Johnston If like me you have Excel workbooks that appear to be ever growing and contain more worksheets than are comfortable to navigate, then a great solution is to add a Table Of Contents (TOC) to ...
Share
1
www.abigoo.com - May 15, 7:08 AM

ALTIS / EXCEL Give Job To Sales and Staffing - Excellent Career ...

Jobs coming from ALTIS / EXCEL Give Job To Sales and Staffing - Excellent Career Opportunity In Vancouver BC. At the moment at 2012-05-14 23:58:48. The ALTIS / EXCEL at the period give job to Sales and Staffing ...
Share
1
Today, 5:17 PM
CDO Email

The Microsoft .NET framework provides two namespaces, System.Net and System.Net.Sockets for managed implementation of Internet protocols that applications can use to send or receive data over the Internet .

 

Instead of SMTP here we can use CDOSYS , Collaboration Data Objects (CDO) for Windows 2000 library (Cdosys.dll) . The Cdosys.dll library is also known as CDOSYS .

 

CDO.Message oMsg = new CDO.Message();
CDO.IConfiguration iConfg;
iConfg = oMsg.Configuration;
ADODB.Fields oFields;
oFields = iConfg.Fields;
ADODB.Field oField = oFields["http://schemas.microsoft.com/cdo/configuration/sendusing"];
oFields.Update();
oMsg.Subject = "Test CDO";
oMsg.From = "from_address";
oMsg.To = "to_address";
oMsg.TextBody = "CDO Mail test";
oMsg.Send();
MessageBox.Show("mail Send");

 

full source code :

 

http://csharp.net-informations.com/communications/csharp-cdo-email.htm

 

Dell.

 

 

 

 

 

Suggested by dellmerca
Share
1
helpvideos.tv - May 23, 11:13 AM

Excel 2010 Tutorial 8 – Absolute Reference $ | helpvideos.tv

www.schoolfreeware.com The AutoFill has problems placing information into rows from data that is in columns (or placing data from columns into rows). The absolute reference $ must be used to remedy this problem.
Share
1
helpvideos.tv - May 23, 5:20 AM

Excel Formatting Tip 9 – Freeze Panes & Prevent Headers from ...

TeachExcel.com formore, including Excel Consulting, Macros, and Tutorials. This Excel Video Tutorial shows you how to Freeze Panes in Excel. This allows you to keep a header row or column within the spreadsheet always ...
Share
1
darmanpurba.com - May 23, 5:18 AM

Microsoft Excel 2007/2010 Advanced Training Course | Life Quotes

On this Microsoft Excel 2010 Advanced training course you will work with advanced formulas. ...
Share
1
helpvideos.tv - May 23, 5:17 AM

Data Analysis in Excel 3 – Filter Large Data Sets to Display Only ...

TeachMsOffice.com for more, including Excel Consulting, Macros, and Tutorials. This Excel Video Tutorial teaches you how to Filter data sets in Excel 2007. You will learn how to use the new filter features in Excel.
Share
1
helpvideos.tv - May 20, 9:55 PM

Excel Data Analysis 2 – Import CSV Files into Excel | helpvideos.tv

Visit www.TeachMsOffice.com for more, including Excel Consulting, Macros, and Tutorials. Learn how to import CSV files into Microsoft Excel. This tutorial shows you how to use the import wizard in Excel 2007 to import text ...
Share
1
helpvideos.tv - May 19, 9:45 PM

Excel VBA Beginner Tutorial – Introduction to the Visual Basic Editor ...

Posted by admin on May 19, 2012 in Excel | 0 comments · basic beginner editor excel introduction. Excel VBA Beginner Tutorial - Introduction to the Visual Basic Editor This tutorial provides an introduction to the visual basic editor in excel.
Share
2
helpvideos.tv - May 19, 9:39 PM

Microsoft Excel VLOOKUP Function Tutorial Part 3 | helpvideos.tv

Microsoft Excel VLOOKUP Function Tutorial Part 3. Visit MotionTraining at www.motiontrainingweb.com This third VLOOKUP tutorial show you how to retrieve 'close' matches from your data table and also how to incorporate ...
Share
1
www.excelvbamacros.com - May 19, 9:31 PM

Merge Series ----- Merge data from all sheets from multiple workbooks and paste them in single worksheet

If you want to copy data from all sheets from multiple workbooks and paste them in single worksheet.For example I have multiple workbooks stored in a folder.
Share
1
helpvideos.tv - May 19, 9:29 PM

Microsoft Excel Tutorial for Beginners #25 – Database Pt.1 – Create ...

Microsoft Excel Tutorial for Beginners #25 – Database Pt.1 – Create Lists. - admin. Posted by admin on May 19, 2012 in Excel | 0 comments · beginners create database excel lists. Microsoft Excel Tutorial for Beginners #25 - Database Pt.1 ...
Share
1
peltiertech.com - May 16, 8:16 PM

New Survey: What Spreadsheet Programs Do You Use? | Peltier ...

Please participate an improved, small, non-scientific survey about spreadsheet version usage. My previous survey allowed only one version of Excel to be selected for work and for home. I knew that this was limiting, but the ...
Share
1
blogs.office.com - May 15, 7:11 AM

Quick Trick: Resizing column widths in pivot tables

Who could be better than a Business Intelligence analyst at teaching us a thing or two about Excel? We asked our own number-crunching wizard Stacey Armstrong to share some Excel tricks she's learned along the way.
Share
1
1 2 3 4 8 Next