Software Index
Related Topics
Popular Trends
Trending Topics
 

A Good Year Planner In Excel

Product Title  /  Popularity Revised License Rating Size
Excel Image Assistant
With this time saving add in you can:Insert pictures into cells, insert pictures into cell comments, insert picture file names into cells and view pictures in Excel.Just a few clicks away you can insert hundreds of images into Excel spreadsheet ...
October 23rd 2010 Demo    3,450k
Barcode Add in for Word and Excel
Easily generate barcodes in Microsoft Word and Excel with this add-in. The add-in changes the selected data to a barcode when applied. In Excel, it may be used to convert an entire column or row of data into barcodes. This ...
November 6th 2010 Freeware    4,224k
Barcode Add in for Excel
Easily generate linear and 2D barcodes in Microsoft Excel with this add-in. The add-in dynamically changes selected cells, rows and columns to barcodes using formulas and functions. The barcodes will dynamically change in the worksheet; when data in Excel changes, ...
July 9th 2011 Demo    4,224k
MacroRunner for Excel
MacroRunner is a powerful Excel add-in that enables users to easily automate the process of running Excel macros. MacroRunner provides two methods for automation. One method involves the addition of a user defined function called RunMacro which can be inserted ...
March 11th 2007 Shareware  5 stars 1k
Fix Broken Links for Excel
Microsoft Excel 2000-2007 add-on helps you to find and fix broken links in Excel linked files. Program key functions: search for documents with the broken links, fixing broken links, work with files stored on web-sites and SharePoint servers.
March 7th 2007 Shareware    1,762k
Doctors Calls for a Year with Excel
The Doctors Call Scheduler Excel spreadsheet schedules doctor's daily calls for a full year. It was developed with the assistance of a doctor responsible for scheduling 30 doctors to 5 calls per day for an anesthesiology clinic. You simply specify ...
May 3rd 2006 Shareware  5 stars 2,774k
Add-in Express Toys for Excel and .NET
This is a free sample COM add-in (ready to install and use) that adds a number of useful features to Microsoft Excel. The add-in is based on the advanced Add-in Express technology and is designed to show you how to ...
July 30th 2008 Freeware  5 stars 787k
Add-in Express Toys for VSTO and Excel
This is a free sample add-in (ready to install and use) that adds a number of useful features to Microsoft Excel. The add-in is based on the innovative Add-in Express technology and gives you an example of developing Excel add-ins, ...
July 30th 2008 Freeware    453k
Barcode XL
Barcode XL is three individual software solutions that will make it possible to paste barcodes into MS Excel. Barcode XL also support. - Save Barcodes directly from Barcode XL to a TIFF Image upto 4800 dpi - Pasted barcodes in ...
October 4th 2004 Shareware  5 stars 8,912k
FindReplaceExcel
FindReplaceExcel is a find/replace utility to search Excel files for text, values and comments and replace the text inside cells automatically without opening workbooks . The program can search ranges in worksheets. Multiple drives and directories can be searched. Individual ...
January 9th 2003 Shareware  4.5 stars 2,005k
Outlook Year View
The Outlook Year View is an ActiveX control that integrates with Microsoft Outlook to provide a full year view on any assigned calendar. This can be any local calendar (ideal for use by individuals requiring offline access), or on a ...
February 15th 2004 Shareware    2,491k
YearPlanner
YearPlanner lets you plan events on a single multi-month page from 1 to 12 months using the classic planner layout usually only available as a wall chart. Home users remember appointments, schedule holidays and plan special events. Schools and colleges ...
July 28th 2005 Shareware  5 stars 3,499k
Excel Recent & Recently Used Workbook File List Software
Quickly access your many recently opened files through this Add-in software that sits in Excel. By default, Excel provides a list of four recently opened files under the File menu, now you can see them all. This program is great ...
February 12th 2006 Shareware    392k
Excel MySQL Import, Export & Convert
Connect Excel to your MySQL database. This Excel Add-in allows you to import and export tables to (and from) MySQL while you work in Excel. No SQL query knowledge needed.
February 22nd 2006 Shareware    5,866k
Data Manager for Excel
Transform Excel into a fully functional database application with this powerful Excel add-in. Data Manager allows you to convert worksheets into tables, conduct queries, and create forms for data entry all within the Excel environment. It offers a wide range ...
July 27th 2006 Shareware    2,757k
Find and Replcae Tool for Excel
Find and Replace Tool For Excel takes ALL the hard work out of replacing text across multiple Microsoft Excel spreadsheets. Just imagine - next time your organization changes its phone number, address, web site or CEO - just run Find ...
May 13th 2007 Shareware    1k
Excel MySQL Import, Export & Convert Software
Use MS Excel as a front-end interface to a MySQL database. Use Excel to import and export tables to and from a MySQL database. Read and write tables to and from Excel without SQL knowledge. Excel 2000 or higher required.
August 22nd 2007 Shareware    2,645k
Code 128 Excel Barcode Add In
Are you interested in an Excel barcode Add-In solution? Well here it is! This is a fully functional shareware barcode add in for Excel. The free code 128 barcode font is included in the Excel barcode add in installer. It ...
August 16th 2008 Shareware    210k
ConnectCode SparkCode Professional
SparkCode Professional is an add-in for Excel that lets you create sparklines - data intense, design simple graphics that are as small as a cell - using TrueType fonts. It is a valuable tool for creating professional dashboard reports in ...
August 19th 2008 Commercial    1,243k
Budget Planner for Mac
The planner provides a graphical way of dealing with upcoming financial events in a "what if?" manner. It provides a means of defining an event as something that is going to happen in the future and that lasts for a ...
July 16th 2011 Shareware    911k
Related Scripts
Building a custom web control: a textbox and validator in one!
Building a custom web control: a textbox and validator in one! is a web based tutorial which is useful for web programmers to know how to create a custom text box control that is embedded with required field validator control. ...
December 20th 2005 Freeware     
Create a custom server control in .NET to serve data to different types of devices
Create a custom server control in .NET to serve data to different types of devices is a tutorial which helps you to build a custom server control for transforming the data to various devices such as the palm, pocket PC, ...
December 7th 2005 Freeware     
Create a Site Search Engine in ASP.NET
Create a Site Search Engine in ASP.NET is a perfect search engine. Using this search engine you have an option to search entire page and also dynamic pages. This search engine searches any types of file with any extension placed ...
November 29th 2005 Freeware     
Creating a Data Access Layer in .NET - Part 1
Creating a Data Access Layer in .NET -Part 1 is an article that describes you about how to create a Data Access Layer (DAL) in ADO.NET using the latest whiz-bang tools in Visual Studio. In this article the author also ...
December 13th 2005 Freeware     
Creating a Data Access Layer in .NET - Part 2
Creating a Data Access Layer in .NET -Part 2 is an article through which you can know about the Data Handler classes that has Connection, Command and DataAdapter objects. This article also gives you a brief explanation about configuring the ...
November 21st 2005 Freeware     
Here is a basic Queue implementation in C#
Here is a basic Queue implementation in C# is a tutorial in which the author discusses about the data structure called queue in C#. Queue manages the data in a 'First In First Out' basis. The author offers you the ...
December 3rd 2005 Freeware     
How to add a sequential order column in a datagrid
How to add a sequential order column in a datagrid is an useful tutorial which helps in adding a sequential order column in a datagrid control. In this article the author clearly explains the sample code to the users. This ...
December 20th 2005 Freeware     
How to Create a Conditional Edit Button in a DataGrid
How to Create a Conditional Edit Button in a DataGrid is a tutorial which helps you to build customizable edit buttons on each row of the datagrid control. In this article the author gives a sample code for creating the ...
December 8th 2005 Freeware     
How to implement a "Render this page in PDF"
How to implement a "Render this page in PDF" is a web based tutorial in which author describes the procedure for creating PDFs with the help of HTML page. Through this tutorial users can learn about creating a HTML template ...
December 7th 2005 Freeware     
HOW TO: Use a CheckBox Web Control in a DataGrid in Visual Studio .NET
HOW TO: Use a CheckBox Web Control in a DataGrid in Visual Studio .NET is a tutorial through which you can insert a checkbox web control in the datagrid using three ways such as using the Templatecolumn object, using the ...
December 17th 2005 Freeware     
Related Code
A good class to make any Window (NO MFC)
This is a base class to build any window type. Its easy to use and support Dialogs and Windows in the same class. You need create your own class to heredate WindowClass , and you can create a windows with ...
March 9th 2006     11k
FMSOUND is a simple library, written in response to a questi...
in alt.sb.programmer, that allows you to make tones on the OPL2 FM synthesizer. The OPL2 has nine audio channels, each capable of producing two operator additive or FM synthesis, with full attack/decay/sustain/release envelope, using one of four base waveforms as ...
June 22nd 2006     18k
A Basic JavaScript-Calculator
A Basic Calculator written in JavaScript
March 27th 2006     1k
A basic Calculator using Swing
It simulates a calculator. This is a simple 4 function calculator that supports +, -, *, and /. This is a good example with a supporting tutorial on how to build it. Src included.
March 27th 2006     43k
A good email validation
Here is a script that checks for the validity of email, avoiding invalid characters, position of @ and . dot and domian name is checked for the well known domains such as .com, .net or else and restricts the user ...
March 30th 2006     2k
New Software
Popular Software