Yes, I have heard of "Ln74" but not the "Col 25" variant...
It does raise a question regarding the programming environment since most
error messages in VBA won't provide the line and column numbers like some
other applications. You would need to do a fair amount of investigation to
find the specific line number and column number.
All of that investigative talent suggests it wouldn't be too difficult to
copy and paste the lines of code around the erroring line in a reply. Either
that or we are not talking about Access VBA...

Signature
Duane Hookom
MS Access MVP
--
>You would need to do a fair amount of investigation to find the specific
>line number and column number.
Actually, that info is displayed (with exactly that syntax) on my VBE
Standard toolbar (both Office XP & 2003), so it's not a huge problem to
provide it. Helpful to make sure looooong sections of code indentations
start & end with the same column#.
However, "Col 25" indicates that the info box was specifying the cursor's
current position, not necessarily the current line of code. My experience is
that "Col 1" is always specified when a break in running code is initially
encountered and the current line is highlighted (The cursor isn't "anywhere"
until you click in the code pane). Once you do "click in", the info refers
to the cursor position, which may have nothing to do with the highlighted
line. So who knows...

Signature
George Nicholson
Remove 'Junk' from return address.
> Yes, I have heard of "Ln74" but not the "Col 25" variant...
>
[quoted text clipped - 26 lines]
>>>>> debug
>>>>> and compile the same error comes up. Does anyone have any help?
Klatuu - 02 Sep 2005 21:25 GMT
LINE NUMBERS!!!
Wow I haven't worked with line numbers since 1986.
I really miss them. It is really hard to write good spagetti code without
them.
> >You would need to do a fair amount of investigation to find the specific
> >line number and column number.
[quoted text clipped - 42 lines]
> >>>>> debug
> >>>>> and compile the same error comes up. Does anyone have any help?
Tim Ferguson - 03 Sep 2005 10:33 GMT
> Wow I haven't worked with line numbers since 1986.
> I really miss them. It is really hard to write good spagetti code
> without them.
<homer>MMMmmmm spaghetti code </homer >
Tim F