Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Im in the middle of executing code. I have put a break point just after the code has Read through the values in an Array called - arrwords. I wanted to check whether the reading of array has been done properly, so opened up the immediate window (Ctrl + G) and wrote the following as it is (Stole from Chip's site) ? For N= LBound(arrWords) To UBound(arrWords): Debug.Print arrWords(N) : Next N I get a -- compile error : expected expression But if i read through the array element by element then I dont get any error. ? arrwords(4) microsoft ? arrwords(3) basic ? arrwords(2) visual ? arrwords(1) objects ? arrwords(0) net What am I doing wrong in the method of combining several lines of code in to one single line of code. Thanks a lot, Hari India |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Solver - error - Compile Error | Excel Discussion (Misc queries) | |||
help with this error-Compile error: cant find project or library | Excel Discussion (Misc queries) | |||
How do I get rid of "Compile error in hidden module" error message | Excel Discussion (Misc queries) | |||
Compile error in hidden module error | Excel Programming |