Re: I Need VBA Assistance looking for End of a file
From: Myrna Larson (anonymous_at_discussions.microsoft.com)
Date: 02/26/05
- Next message: voip1234_at_mytrashmail.com: "10,000 element listbox possible? what about searching in it?"
- Previous message: Myrna Larson: "Re: Excel4Macro"
- In reply to: Brent E: "I Need VBA Assistance looking for End of a file"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 26 Feb 2005 12:46:55 -0600
Don't confuse EOF -- which refers to the end of a disk file -- with the end of
the data in a worksheet column.
On Fri, 25 Feb 2005 14:13:01 -0800, "Brent E"
<BrentE@discussions.microsoft.com> wrote:
>Good afternoon,
>
>I need to know a VBA command that will look at all cells in Column B until
>end of file or EOF. I tried DO UNTIL ... EOF, but didn't seem to work. Any
>suggestions? Thanks.
- Next message: voip1234_at_mytrashmail.com: "10,000 element listbox possible? what about searching in it?"
- Previous message: Myrna Larson: "Re: Excel4Macro"
- In reply to: Brent E: "I Need VBA Assistance looking for End of a file"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|