Hi,
Ich habe Labelfelder die so bezeichnet sind: lbl_1 bis lbl_15
while int_zahl<=15
lbl_** = 5 * int_zahl
int_zahl = int_zahl + 1
Wend
versuche es mal so:
Controls("lbl_" & int_zahl).Caption = …
Viele Grüße
Jörg
Hi,
Ich habe Labelfelder die so bezeichnet sind: lbl_1 bis lbl_15
while int_zahl<=15
lbl_** = 5 * int_zahl
int_zahl = int_zahl + 1
Wend
versuche es mal so:
Controls("lbl_" & int_zahl).Caption = …
Viele Grüße
Jörg