rookie here. I'll keep it short:
b = "C:\Users\Pedro Allen\Desktop\PROG\cm\heroes\alchemist_sb.jpg" ' specific image
c = 0 'specific button
For a = 0 To 19
If Val(Text3.Text) = a Then
Set picture(a).picture = LoadPicture(b)
Command(c).Visible = False
End If
Next
Error: picture gets highlited and it says invalid qualifier. Sorry for bothering.