Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.391.905 Times

Excel Macro Unlocker freeware
Filter: All | Freeware | Demo
 

Excel Macro Unlocker

1 2 3 4 5 > 
Released: September 13, 2012  |  Added: September 13, 2012 | Visits: 732

Table Comparator Table Comparator is a small, simple, very easy to use tool specially designed to offer users an Excel Macro to help them to quickly compare two flat tables with each other. for WindowsAll



Platforms: Windows

License: Freeware Download (47): Table Comparator Download

Released: December 11, 2005  |  Added: April 25, 2006 | Visits: 7.482

Select to Excel This small Excel macro allows you to execute SQL commands on any ODBC data source directly in Excel and will paste the results in an Excel sheet where you can sort, filter and further manipulate the data. Useful to quickly extract data from a database and manipulate it within excel. No need to...





Platforms: Windows

License: Freeware Size: 21 KB Download (847): Select to Excel Download

Added: August 12, 2008 | Visits: 1.666

Basic Math Problems This Excel workbook generates basic math problems. It can be customized to many individual settings to make it challenging for a wide range of age groups. A history is maintained for all activity. IMPORTANT: It is strongly recommended that you print out and read the instruction workbook. The...


Platforms: MS Excel

License: Freeware Size: 236 KB Download (222): Basic Math Problems Download

Released: April 01, 2015  |  Added: April 15, 2015 | Visits: 1.239

CL Searcher CL Searcher is free Excel app that scans Craigslist for emails, phone #'s and any specific text you may want to find. http://thing2.ws/clsearcher/ CL Searcher is an Excel macro file written in VBA ... no software installation needed, just Excel - it scans the entire post, including...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 623 KB Download (49): CL Searcher Download

Released: August 01, 2012  |  Added: August 30, 2012 | Visits: 1.903

FREE Word Excel password recovery Wizard It can be very stressful if you forget a password to an important Microsoft Word or Excel file, but fortunately, there are ways to recover passwords, with a high chance of allowing you to regain access to your files. Most applications which recover passwords are expensive, since the producers are...


Platforms: Windows

License: Freeware Size: 2.11 MB Download (214): FREE Word Excel password recovery Wizard Download

Added: July 28, 2013 | Visits: 525

Handling MATLAB Events in Excel The Global Temperature Explorer application demonstrates how to integrate MATLAB GUIs into Excel by writing Visual Basic callbacks that can respond to events generated by the GUI.The application consists of two parts, a COM component generated by MATLAB Builder for .NET, and a Visual Basic class...


Platforms: Matlab

License: Freeware Size: 3.31 MB Download (47): Handling MATLAB Events in Excel Download

Added: March 20, 2006 | Visits: 2.849

Complete Excel Names Complete Excel Names is a COM add-in that allows you to set the width of the Name Box in Excel.


Platforms: Windows

License: Freeware Size: 534 KB Download (181): Complete Excel Names Download

Added: January 24, 2006 | Visits: 4.742

ADX Toys for Microsoft Excel ADX Toys for Microsoft Excel is a COM add-in that adds several useful features to Microsoft Excel (see screenshot). The add-in is based on Add-in Express technology (http://www.afalinasoft.com/) and designed to show you how to create add-ins, how to manage add-in's toolbars and controls, and...


Platforms: Windows

License: Freeware Size: 534 KB Download (460): ADX Toys for Microsoft Excel Download

Added: January 24, 2006 | Visits: 2.874

Seria-A Statistics in Excel (Season 2005-06) Here you can see an Italy Seria A. This is a file for Microsoft Excel. It consists of all matches of the season 2005-06. You can easily keep an eye on the whole season. In this table you can manualy add results of matches. Calendar with dates of all matches is also in this file. Intellectual...


Platforms: Windows

License: Freeware Size: 131 KB Download (574): Seria-A Statistics in Excel (Season 2005-06) Download

Released: June 15, 2008  |  Added: April 27, 2010 | Visits: 3.424

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, including advanced options for Excel styles, merging cells and special paste options. The add-in is based on the innovative Add-in Express technology and gives you an example of...


Platforms: Windows

License: Freeware Size: 452.99 KB Download (210): Add-in Express Toys for VSTO and Excel Download

Released: January 14, 2008  |  Added: October 08, 2008 | Visits: 30.705

Excel Recovery Assistant Excel Worksheet Recovery Assistant lets you repair damaged MS Excel files without special efforts. You do not have to download an amount of demo software for try outs. Excel Worksheet Recovery Assistant will do all work relating to the possible recovery variants. Repair utility will provide you...


Platforms: Windows

License: Freeware Size: 437.5 KB Download (14384): Excel Recovery Assistant Download

Added: October 01, 2010 | Visits: 1.190

Filter::Macro Filter::Macro is a Perl module to make macro modules that are expanded inline. SYNOPSIS In MyHandyModules.pm: package MyHandyModules; use Filter::Macro; # lines below will be expanded into callers code use strict; use warnings; use Switch; use IO::All; use Quantum::Superpositions;...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (104): Filter::Macro Download

Added: July 22, 2010 | Visits: 1.668

DateTime::Format::Excel DateTime::Format::Excel is a Perl module that can convert between DateTime and Excel dates. SYNOPSIS use DateTime::Format::Excel; # From Excel via class method: my $datetime = DateTime::Format::Excel->parse_datetime( 37680 ); print $datetime->ymd(.); # 2003.02.28 # or via an object...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (198): DateTime::Format::Excel Download

Added: November 06, 2010 | Visits: 1.699

XML::Excel XML::Excel is a Perl extension converting Excel files to XML. SYNOPSIS use XML::Excel; $excel_obj = XML::Excel->new(); $excel_obj = XML::Excel->new(%attr); $status = $excel_obj->parse_doc(file_name); $status = $excel_obj->parse_doc(file_name, %attr); $excel_obj->declare_xml(%attr);...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (112): XML::Excel Download

Added: May 04, 2010 | Visits: 1.223

MillScript-Excel MillScript-Excel project is a Java library for reading and writing Excel spreadsheets. The goal of the library is primarily to support all versions of Microsoft Excel, but other spreadsheet formats should also be added. The API is geared towards easy integration with other applications..


Platforms: *nix

License: Freeware Size: 512 KB Download (126): MillScript-Excel Download

Added: April 03, 2010 | Visits: 1.048

HTML::Macro HTML::Macro can process HTML templates with loops, conditionals, macros and more! SYNOPSIS use HTML::Macro; $htm = new HTML::Macro (template.html); $htm->print; sub myfunc { $htm->declare (var, missing); $htm->set (var, value); return $htm->process; } ( in template.html ): < html...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (95): HTML::Macro Download

Added: February 01, 2010 | Visits: 1.038

Text::Macro Text::Macro Perl module is a template facility whos focus is on generating code such as c, java or sql. While generating perl code is also possible, there is a potential conflict between the control-symbol and the perl comment symbol. Perl is excelent at manipulating text, and it begs the...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (94): Text::Macro Download

Added: July 09, 2010 | Visits: 1.341

Autoconf Macro Archive Autoconf Macro Archive aims to provide a collection of reusable Autoconf macros as free software. The archive currently features more than 300 macros which perform portability tests ranging from compiler support for weird language extensions to automatic generation of sophisticated Automake...


Platforms: *nix

License: Freeware Size: 542.72 KB Download (127): Autoconf Macro Archive Download

Released: September 24, 2010  |  Added: November 09, 2010 | Visits: 2.459

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 product may be used royalty free with a valid license to any of...


Platforms: Windows

License: Freeware Size: 4.13 MB Download (283): Barcode Add in for Word and Excel Download

Released: December 03, 2010  |  Added: December 06, 2010 | Visits: 3.182

Online Excel Converter Online Excel Converter converts XLS to PDF, ODS, DOC, JPEG, TXT, CSV in 2 clicks. You browse for your excel file and select the target format. In few seconds you get your new file in the browser. You do n't have to install any software to your pc. You do not have to show your email address....


Platforms: Windows

License: Freeware Size: 4.21 MB Download (751): Online Excel Converter Download

1 2 3 4 5 >