Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Comment déclarer un tableau statique à une dimension contenant 10 éléments de type string en VBA ?
Dim tab(1 to 10) as string
Dim tab[10] as string
Dim tab(10) as string
Dim tab as string(10)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!