Results 1 to 6 of 6

Add UserForm textbox values

Threaded View

  1. #1
    Registered User
    Join Date
    09-15-2012
    Location
    South Africa
    MS-Off Ver
    Excel 2016
    Posts
    33

    Add UserForm textbox values

    Hi

    Im trying to add values which have been entered into a user form to get a grand total:

        Me.txtGrandTotal.Value = CDbl(txtTotalCost1.Value) + CDbl(txtTotalCost2.Value) + CDbl(txtTotalCost3.Value) + _
                                           CDbl(txtTotalCost4.Value) + CDbl(txtTotalCost5.Value) + CDbl(txtTotalCost6.Value) + _
                                           CDbl(txtTotalCost7.Value) + CDbl(txtTotalCost8.Value) + CDbl(txtTotalCost9.Value) + _
                                           CDbl(txtTotalCost10.Value)
    I've tried it without converting to Double as shown above too and still no luck.

    e.g. adding 567.78 and 12.32 gives me 567.7812.32 in the grand total text box.

    Any help appreciated!!!
    Last edited by Leith Ross; 10-06-2012 at 10:20 PM. Reason: Added Code Tags

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