##0.00

  1. J

    Adding a year today total textbox.

    hi, how can I add a year today total at the end of list each of the box in the code below represent amount per moth (January-December) here is the code: COGSform_All.TextBox_Results1.Value = .Cells(.Range(strAddress).Row, 2).Value COGSform_All.TextBox_Results2.Value =...
  2. D

    VBA code break line error

    HI everyone, im requesting you help to understand the followin issue, im learning about VBA and most of my formulas are translated into VBA by using the recorder, but with this one: =IF(A2="Dash Record"," -PO Title: "&CHAR(10)&B2&CHAR(10)&" -Item Description: "&CHAR(10)&U1&CHAR(10)&" -Cost...
  3. M

    VBA macro wont paste after migrating to Windows 10

    All it returns is 2 question marks like so: ??. It worked fine under Windows 7 but under Windows 10 Office 365 it no longer works. Formula: Sub Button11_Click() Dim clipboard As New MSForms.DataObject Dim Cmt1 As String Dim Cmt2 As String Dim Cmt3 As String Dim Cmt4...
  4. D

    VBA code to select multiple cells

    I want to format 3 cells as currency, what's wrong with this code? [CODE] With Worksheets(Combo) .Columns("K5").NumberFormat = "$#,##0.00" .Columns("L5").NumberFormat = "$#,##0.00" .Columns("M5").NumberFormat = "$#,##0.00" End With[CODE]
  5. D

    Combobox Column Formatting

    Hello, I've extended my sheet range formatting to a combobox column list indexes. All work as expected, except for column 4 where a list separator or ) is expected. I've futzed with this on several occasions and I'm just not getting it. Any ideas greatly appreciated. Option Explicit Sub...
  6. R

    Summing Text Boxes and Keeping Proper Formatting

    I have 5 text boxes that I want to total up in a 6th text box. The first 5 are formatted as such, upon initialization of the form. Me.txt_DPPaid = Format(0, "$#,##0.00") When I test the form, the default value of 0 is presented as I want it to be, as in $0.00. Now, I've googled a bunch, and...
  7. R

    Convert Formula to VBA

    I have a UserForm that looks for a sheet where the sheet name equals a combo box value. Once that sheet is found, I want certain elements from the sheet to populate the form from a specific row, based on this formula. I'm having trouble inserting the code so that it finds the correct row. I...
  8. C

    format number in textbox user form

    Hi I am trying to convert the value calculate in the textbox to $0.00. However it could not work. Are there anyone who can help me? Below is my syntax Me.Txtboxtotalamount.Value = Me.TxtBoxQuantity * Me.TxtBoxRate 'Me.Txtboxtotalamount.Text = Format(Me.Txtboxtotalamount, "$#,##0.00")
  9. V

    Some symbol in formula wanted to understand..

    Dear All Board Members, I need here help to understand in this formula... What is the meaning of this-
  10. L

    how to interpret this number formats

    Hi I just want to undestand how to read these 2 numbers formats and I think that would help me to understand the reset. I have struggled to understand these 2? why # and 0, and why 0.00 (the dot). and why both # and 0 in the same format? Would appreciate any hint 1) #,##0.00 2) #,##0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top