Results 1 to 7 of 7

Thread: mismatch error when use headers by arabic language

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Site Admin VBAX Wizard Aussiebear's Avatar
    Joined
    Dec 2005
    Location
    Queensland
    Posts
    5,507
    Location
    It seems strange that this line would cause the error, as it is written calculates the product of the accumulated quantity (column 3 of b) and the value from column "D" (price) and stores it in the fifth column of "b" (an array) .
    b(nRow, 5) = b(nRow, 3) * b(nRow, 4)


    When you say so have changed the English headers to Arabic, nothing else changed within the sheet?


    Sorry late question. Are you sure the values in columns are truely numeric?
    Last edited by Aussiebear; 05-09-2025 at 02:56 PM. Reason: Late question added to post
    Remember To Do the Following....
    Use [Code].... [/Code] tags when posting code to the thread.
    Mark your thread as Solved if satisfied by using the Thread Tools options.
    If posting the same issue to another forum please show the link

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •