Zum Hauptinhalt gehen

Suche

Suche

Create Vb Script For Total Price With Scale

Kommentare

1 Kommentar

  • Avatar
    Fernando Ramos Miracle

    Hello Fubolz,

     

    *Could you attach a simplified version of your document so I can take a look at what exactly you are trying to do?

     

    In any case, from your description I've got a couple suggestions for your to try:

     

    1. When referencing a named data source (named substring in old versions) please try using the full reference, not only its name: Format.NamedSubStrings("<Name>").Value

     

    2. If you are multiplying different values that are initially strings of text, you'll need to convert them to a numeric value. As you want to maintain the decimal values you'll need to convert the value to a "double" type number using the CDbl() function.

     

    Regards.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.