使用Visual Basic使用For..Next的数字的多维数据集

时间:2018-03-07 14:50:47

标签: vba visual-studio

这是我提出的,但它似乎没有编译。 http://rextester.com/live/AHLL27136

dim n, var As integer
For var = 1 to 10
n=InputBox("enter")
msgbox "The cube of number is" & n^3
Next var

0 个答案:

没有答案