+ Reply to Thread
Results 1 to 2 of 2

vb drop down menue

  1. #1
    Registered User
    Join Date
    05-17-2006
    Posts
    2

    vb drop down menue

    hi i have a problem trying to show data from a excel file up into a dropdown menue in vb, the problem is that it works ok when the selected woorksheet is selected in excel but when in another excel worksheet the data does not show up in the dropdown menue.

    sSheet = Application.ActiveSheet.Name
    lCaseRow = ExcelRowExist(tb_Case.Value, sSheet)

    cb_EscTeam.Value = Cells(lCaseRow, 14).Value

    i think here where the problem is "ActiveSheet" i tried

    ssheet="NameOfSheet"
    lCaseRow = ExcelRowExist(tb_Case.Value, sSheet)

    cb_EscTeam.Value = Cells(lCaseRow, 14).Value

    but the same problem, any1 with any ideas?

  2. #2
    Registered User
    Join Date
    05-17-2006
    Posts
    2
    never mind i got it.,ta.

+ Reply to Thread

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