Login
File Exchange
MATLAB Newsgroup
Link Exchange
  Blogs  
Contest
MathWorks.com

MATLAB CentralFile Exchange > Utilities > External Code Interfacing > Handling MATLAB Events in Excel
 Handling MATLAB Events in Excel   
  I am interested in collaboration.
 
Download Now:
  Rating:
  Author: Peter Webb
  Summary: Source code for Sept. 2006 News and Notes Programming Patterns article.
  MATLAB Release: R2006a
  Required Products: MATLAB Builder NE,MATLAB Compiler
  Description: 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 module that integrates the COM component into Excel. The COM component consists of M-files and data files; it displays a data navigation GUI and exports two events: "DisplayLocation" and "PlotTempData". The Visual Basic
code contains callbacks that respond to the exported events and a macro used to launch the data navigation GUI.
   

File Details  
 
  File Id: 11868 Average rating: 5.0
  Size: 3391 KB # of reviews: 2
  Submitted: 2006-08-02 Downloads: 1042
  Subscribers: 0  
  Keywords: Compiler Builder .NET Excel Events Programming Patterns Global Warming
  Other Requirements: Tested on Windows XP, Service Pack 2. Microsoft Visual Studio 2003 or later (to compile COM component). Microsoft Excel (to run the application).
   
  Zip file contents: TempAnomaly.cls, TempAnomData1880.mat, TempAnomTool.bas, Cities.csv, DisplayLocation.m, GlobalTemp.m, PlotTempData.m, README.txt


User Reviews
Number of Reviews: 2
Date: 2006-12-16
From: Hipson Israel (www.hipson@gmail.com)
Rating: N/A
Comments: please excel programing note sent


By Hipson Israel
Date: 2006-12-16
From: Hipson Israel (www.hipson@gmail.com)
Rating:
Comments: VB excel Programing work book


Review this Submission
Bold Indicates Required Information
Overall Rating:
 General Comments  
 1  Poor
 2  Needs Improvement
 3  Fair
 4  Good
 5  Excellent
 
Comments:    
First Name:  
Last Name:  
E-mail:  
Organization:  
 
Spam Prevention:  
Please type the characters you see in the picture above.  
   
 

 
  Download Now:



Public Submission Policy
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Disclaimer prior to use.

Related Topics