Results 1 to 1 of 1

Adding one TextBox with weeks to text box with date to give final Date

Threaded View

  1. #1
    Registered User
    Join Date
    08-12-2012
    Location
    Sydney
    MS-Off Ver
    Excel 2010
    Posts
    1

    Adding one TextBox with weeks to text box with date to give final Date

    Hi,

    Im very new to this whole VBA thing and i have searched long and hard for this type of solution, perhaps it so simple that no one has bothered ever asking.

    I have created a form whereby i am trying to automatically give an end date based on a commencement date and the value of another text box which will have number of weeks. The commencement date uses the monthview function to provide date in text box as follows:

    Private Sub MonthView1_DateClick(ByVal DateClicked As Date)
    
    UserForm1.DesignCommence.Value = MonthView1.Value
    
    Unload Me
    
    End Sub
    Activated by:

    Private Sub DesignCommence_Enter()
    Calendar.Show
    End Sub
    Any suggestions would be greatly appreciated
    Last edited by davesexcel; 02-21-2013 at 08:34 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1