Search:

Type: Posts; User: madbrit

Search: Search took 0.01 seconds.

  1. Using the "SMALL and Countif" command from EXCEL in VB6

    I am Re-Writing an EXCEL project into VB6

    In EXCEL I have a database 108 columns wide x about 60 Rows

    what happens is a user will type a figure into (L52) of 1 - 4000

    in L58 is this Excel...
  2. Re: Using text1.text as text(Variable).text

    I am posting the solution here in case anyone else needs to know how it was solved

    I=1
    Me.Controls("Textbox" & i).text = co

    (co being a variable from the .dat database)



    Thanks Again,...
  3. Re: Using text1.text as text(Variable).text

    I have an array of 12 x 15, going to take a bit of altering to set all the controls, but will be easier to understand and code in the end.

    Problem solved now, but thanks anyway
    ...
  4. Re: Using text1.text as text(Variable).text

    Problem now solved, like a DONUT I put the variable i changed into price sub in error.

    Thanks for your help
  5. Re: Using text1.text as text(Variable).text

    Well thanks for the tip, after a bit of searching and altering of another persons code i came up with this

    I=1
    Me.Controls("Textbox" & i).text = co

    (co being a variable from the .dat...
  6. [RESOLVED] Using text1.text as text(Variable).text

    I have not used VB for some time now and I am VERY rusty.

    I am using VB6

    What I want to do is use the numbers at the end of the textboxes to be declared a Variable

    I have a quote sheet I am...
  7. [RESOLVED] Using text1.text as text(Variable).text

    I have not used VB for some time now and I am VERY rusty.

    I am using VB6

    What I want to do is use the numbers at the end of the textboxes to be declared a Variable

    I have a quote sheet I...
Results 1 to 7 of 7



Click Here to Expand Forum to Full Width