User Profile

Collapse

Profile Sidebar

Collapse
TensE
TensE
Last Activity: Aug 14 '14, 03:22 PM
Joined: Nov 7 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to pass a variable from 2 different subs to a 3rd?

    So lets say I have 3 subs. Sub 1, Sub 2 and Sub 3. How do I pass a variable from Sub 1 (that calls Sub 2) AND Sub 2 to Sub 3?
    See more | Go to post

  • Check a checkbox when an item in a combobox is selected

    How do I make specific checkboxes be checked when I select an entry in a combobox? Like if I select entry 1 checkbox 1 and 3 will be checked if entry 2 then 3 and 4 be checked? So far I'm encountering a problem that when I change the combobox entry the checboxes that were checked stay checked.

    Here's the code from the sub it's related to if that helps

    Code:
    Private Sub getProgramsNamount(strProgID As String, dblDuration
    ...
    See more | Go to post

  • Enter Data based on a letter in a string?

    So lets say I have a column that could have either A,B,C,D in it in whatever order. How would I make it so depending on what letter or combination of letters there is it would output for example:
    A for Apple
    B for Bubble
    C for Cute
    D for Dunk
    (really random words i know)

    if its AB
    Apple Bubble with a space in between or if its CB
    Cute Bubble

    Do I use Select Case or an If statement?...
    See more | Go to post
No activity results to display
Show More
Working...