I'm not sure what you're shooting for. This declares a string array that has 10 elements.
![]()
Dim LastCol As Long Dim orderMonth() As String LastCol = 10 '??? ReDim orderMonth(1 To LastCol) 'The string array orderMonth is set with 10 elements
I'm not sure what you're shooting for. This declares a string array that has 10 elements.
![]()
Dim LastCol As Long Dim orderMonth() As String LastCol = 10 '??? ReDim orderMonth(1 To LastCol) 'The string array orderMonth is set with 10 elements
Surround your VBA code with CODE tags e.g.;
[CODE]your VBA code here[/CODE]
The # button in the forum editor will apply CODE tags around your selected text.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks