Results 1 to 16 of 16

using vba coding need to prepare the following chart

Threaded View

  1. #1
    Registered User
    Join Date
    09-20-2012
    Location
    wb
    MS-Off Ver
    Excel 2007
    Posts
    26

    using vba coding need to prepare the following chart

    i have a report card data with names ,roll no. and scores of students. i want to write a program so that this data is set up and the dates where student were not there(represented by n/a) no score is given and should not be there in the report card data.attached the files.
    Sub report_card()
    Dim givendate As Date
    t = InputBox("enter any givendate")
    If givendate = "n/a" Then
    MsgBox "do not show"
    Else
    MsgBox score
    End If
    End Sub
    i have done it like this but it is showing error.please help.
    Attached Files Attached Files
    Last edited by amu; 09-28-2012 at 11:56 AM.

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