Re: [HELP] How to use command buttons in cycles

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



> for i = 1 to 30
> userform1.Controls("CommandButton" & i).Caption = _
> Range("A" & i).Value
> Next i


really thanks.

i've another quick question:

if i would declare an array of command buttons how i should
do that??

again thank for your answer you've solved me a lot of
problems!
.



Relevant Pages

  • Re: multidimensional array
    ... TYPE command IS ARRAY (NATURAL range ) OF NATURAL; ... Then declare a signal, variable or constant of that type... ...
    (comp.lang.vhdl)
  • Re: multidimensional array
    ... But since my 'command' is ... I am getting compile time error. ... "Array element type can not be unconstrained array type ... Then declare a signal, variable or constant of that type... ...
    (comp.lang.vhdl)
  • Re: Spooling print jobs in VFP6
    ... >> What are the contents of the array aP if you do this command? ... >>> tray ... Prev by Date: ...
    (microsoft.public.fox.vfp.reports.printing)
  • Re: portable sizeof solution
    ... integerdoesn't give you a single-byte ... o There is no need to declare such a big array. ... Prev by Date: ...
    (comp.lang.fortran)
  • Re: cant read "expect_out(buffer)": no such variable
    ... To declare a variable as global, ... early inside the proc body. ... Prev by Date: ...
    (comp.lang.tcl)