C
cimento cola
Hello.
I have an array filled with data (within excel - vba). If i set this code:
For k = 1 To L
MsgBox Prompt:="Number: " & numdoc(k) & ".", _
Title:="Display number", _
Buttons:=vbInformation
Next k
i get L msgbox´s. Is there a way to display the array information all at
once? With this code, if L = 1000, i will get 1000 msgbox; i only want 1!
Thsnks in advance,
I have an array filled with data (within excel - vba). If i set this code:
For k = 1 To L
MsgBox Prompt:="Number: " & numdoc(k) & ".", _
Title:="Display number", _
Buttons:=vbInformation
Next k
i get L msgbox´s. Is there a way to display the array information all at
once? With this code, if L = 1000, i will get 1000 msgbox; i only want 1!
Thsnks in advance,