Results 1 to 10 of 10

Thread: What's wrong with it?

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2011
    Posts
    110

    Question What's wrong with it?

    I have a form here that, when it's opened, we selected a property in a combobox and we click "search. "
    When such property is found, it is highlighted in another color in spreadsheet and the form shows the maximum, minimum and average.

    However...

    1. I can't add items to combobox (there are some blanks).

    2. Moreover, in the original workbook, it can not understand that
    Code:
    "numcol = Cells (myfinded.Row, Columns.count). End (xlToLeft). Column"
    is used to take the last column of the table, though, I don't have idea why, it's ok on the sample file I did to this forum.

    3. Is not calculating the maximum, minimum and average interval correctly, although the function is apparently right.

    Can, please, somebody teach me how to fix these things?
    Attached Files Attached Files

Tags for this Thread

Posting Permissions

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



Click Here to Expand Forum to Full Width