+ Reply to Thread
Results 1 to 4 of 4

Help with debugging a VBA code

Hybrid View

  1. #1
    Registered User
    Join Date
    01-17-2011
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Help with debugging a VBA code

    [


    This is where i get an error:

    Private Sub CommandButton1_Click()
    Dim fdate As Date
    Dim sdate As Date
    Dim n As Integer
    fdate = DateValue(startDate)
    sdate = DateValue(sendDate)
    n = DateDiff("d", fdate, sdate)
    MsgBox n
    End Sub
    Last edited by davesexcel; 01-21-2011 at 09:27 AM.

+ Reply to Thread

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