+ Reply to Thread
Results 1 to 4 of 4

Macros for Graphical User Interface

  1. #1
    Registered User
    Join Date
    04-10-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    7

    Macros for Graphical User Interface

    I want to develop a GUI for a Pavement Management System. PMS is a tool for decision makers about the pavement.

    we have road section 2101, 2102, 2103,.........etc,

    different pavement treatment alternatives are
    A, B, C, D, E

    and their unit costs are 1,2,3,4,5


    [U]Details that I want to incorporate in GUI are :-

    For each pavement section user have to enter the following details

    (1) The user have to enter Pavement Condition data
    In pavement condition data user have to enter SN, MSN, RF

    (2) The user have to enter traffic data
    In traffic data user have to enter Tveh/day, CESAL

    (3) The user have to enter Periodical data
    In perodical data user have to enter SDR, PCI, IRI

    (4) The user have to enter distress data
    In distress data the user have to enter RUT, CRA, LD, RAV, PH

    (5) Budget available

    (6) Priority ranking of pavement section
    In this the user have to select the rank from the choice
    ( if total vehicle/day <500=0.8,500-1000=0.9,>1000=1.0)

    (7) the GUI should give the result i.e A, B, C, D, E
    (by calculating
    if CRA < 3 , result A
    if 3< CRA < 6 , result B
    if CRA > 3 , result C
    if RAV < 3 , result A
    if 3< RAV < 6 , result B
    if RAV > 3 , result C
    f IRI < 3 , result A
    if 3< IRI < 6 , result B
    if IRI > 3 , result C
    f LD < 3 , result A
    if 3< LD < 6 , result B
    if LD > 3 , result C
    f RUT< 3 , result A
    if 3< RUT < 6 , result B
    if RUT> 3 , result C
    f PH < 3 , result A
    if 3< PH < 6 , result B
    if PH > 3 , result C

    AND

    Expenditure = sum of (result * unit cost)

    AND
    COMPARE total Expenditure and Budget

    IF (total Expenditure < Budget)

    show result as

    CRA= A
    RUT=B
    IRI=C
    for each section

    else show "Budget < Cost"






    I am a beginner. So please help me in writing macros.

  2. #2
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: Macros for Graphical User Interface

    As far as I can see, you wouldn't need any macros for that - just formulas

  3. #3
    Registered User
    Join Date
    04-10-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Macros for Graphical User Interface

    Quote Originally Posted by Kyle123 View Post
    As far as I can see, you wouldn't need any macros for that - just formulas
    Is it not necessary to write macros for developing graphical user interface?

  4. #4
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: Macros for Graphical User Interface

    that depends on what you mean by a "graphical user interface". Excel is a graphical user interface - if you are trying to make things look fancy, have a look at chandoo.org

+ 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