Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just caught a typo.
In Excel 97 VBE, the following general module code doesn't generate a compile error. '---- begin VBA ---- Option Explicit Sub foo() Dim n As Long n = 5 ReDim y(1 To 5) '<- !! MsgBox n End Sub '---- end VBA ---- Is the ReDim line an array variable declaration similar to Dim, or a statement, or a hybrid? Does this work the same in 2K and XP? -- Never attach files. Snip unnecessary quoted text. Never multipost (though crossposting is usually OK). Don't change subject lines because it corrupts Google newsgroup archives. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Remove explicit formatting only | Excel Discussion (Misc queries) | |||
conditionl format overrides explicit format | Excel Discussion (Misc queries) | |||
Option Explicit | Excel Discussion (Misc queries) | |||
how to create a chart from the source which does not have explicit numbers | Charts and Charting in Excel | |||
option explicit | Excel Discussion (Misc queries) |