+ Reply to Thread
Results 1 to 2 of 2

Textbox Display

Hybrid View

  1. #1
    Registered User
    Join Date
    10-23-2006
    Posts
    84

    Textbox Display

    I have 3 textboxes, 2 to input and 1 to display. box1 input a value onto the sheet as say txtInvVal.Text = Cells(Currentrow,1).Value.
    box2 as txtVat.Text = Cells(Currentrow,100).Value

    The output is then calculated as
    Cells(Currentrow,1).Value * Cells(Currentrow,100).Value = txtPayVat

    Even though the inputs to the boxes are 2 decimel places, say, box1 39.5
    box2 0.175 the resultant display can be 5 or 6 decimal places long.

    Is there anyway to correct this please.

  2. #2
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    Try ROUND

    ROUND(Cells(Currentrow,1).Value * Cells(Currentrow,100).Value, 2)
    Mangesh

+ 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