D
Dave Neve
Hi
The code below should produce a table if I am to believe the help pages but
it doesn't.
I have the feeling that something has completely escaped me with 'array'.
Thanks in advance
Sub TableManners()
Dim A As Variant
A = Array(10, 20, 30)
End Sub
The code below should produce a table if I am to believe the help pages but
it doesn't.
I have the feeling that something has completely escaped me with 'array'.
Thanks in advance
Sub TableManners()
Dim A As Variant
A = Array(10, 20, 30)
End Sub