Infinite opportunities?  Endless problems?  Limited resources?  Talk to us!
Operations
Consulting
Software
Consulting
Publishing and
Training
Applied
Solutions
Excel add-ins
and tutorials
Charts Excel and VBA
Case Studies
VBA
tutorials
PowerPoint
Add-Ins
Miscellenia
You are on the Home/Excel/Add-Ins/VBA Calendar page

Developer deployment calendar

This add-in allows a developer to add a calendar to a userform with almost zero programming.  The supported calendar is shown in Figure 1.
Figure 1

 

Download the XLA file.  By downloading the file you agree that you understand the software is copyright � Tushar Mehta and you will make no attempt to reverse engineer or in any other way attempt to access the source.

After downloading the file, unzip it and save the XLA file in a folder of your choice.

About this site

What's new

Google
Web
This Site
 

 

Use by the developer

This add-in makes it extremely easy for a developer to add a calendar capability to a userform.  Consider the demonstration userform in Figure 2.  Clicking either of the ... buttons brings up the calendar of Figure 1.  When the user makes a selection, that date is returned to the developer.  If the user cancels the dialog box, the function returns False.

The developer can choose to connect to the add-in either by using Application.Run or by establishing a reference to the add-in.  In either case, the total code required to use the add-in's capability is one line!

To directly call the add-in (i.e., without establishing a reference) and assuming the add-in is installed in the user library location, the code would be:

    Me.TextBox1.Text = Application.Run("'" & Application.UserLibraryPath _
        & "tm vba calendar.xla'!getDate")

With a reference to the TM VBA Calendar.xla file, the code would be:

    Me.TextBox2.Text = TMCalendar.getDate

Use by the user

The user sees a familiar layout for a month-by-month calendar.  Making any selection changes the highlight for that date.  The user can choose to OK the final selection or Cancel the dialog box.

Installation

Distribution and Pricing

For use by a developer for development and testing of her/his own software the add-in is free.

For distribution with the software that uses the add-in, the cost is $49.95.  This entitles the developer to distribute the add-in.  It does not give her/him access to the source code.

For the source code, the cost is $99.95.

 

 

 

 

For custom technology solutions, operations consulting, or training contact web-underscore-contact@tushar-hyphen-mehta-dot-cee-oh-em.
By accessing any page or link on this web site other than this page, you agree to the terms and conditions.

Ads from amazon.com

[Optional] Survey (current rating of site: 3.7 out of 4)  If you will take a moment to provide your comments, it will help improve the site both for you, and for other visitors.

On a scale of 4 (just what I need)
to zero (totally useless)

How do you rate the information

on this page?

  on this site?

[Optional]

Your name
Your email address
Other comments
 
Monitor page
for changes
    
   it's private  

by ChangeDetection
A comment selected at random:

 

 

Copyright © 2000-2008 Tushar Mehta.
Send comments and suggestions about the web site to webmaster@tushar-hyphen-mehta-dot-cee-oh-em
Last edited April 14, 2008