close

I'm dealing with a weekly list that is broken into various segments,
separated by a header line. I'm trying to build a macro that will copy
all the data in say the first segment to another sheet for sorting, etc.

Bill
If you use End - Down on a continuous column of data (header rows are
filled) Excel will go to the last entry in the column. Maybe I'm missing
what you are saying.
If your data is continuous and you want to copy (or whatever) just a
portion of it with VBA, you will have to write the code so that Excel can
find the extremities of what you want copied. For instance, if you want to
copy from here to the next header row, but not the header row itself, you
have to use a search routine to find the next header row. For instance, say
the next header in a column is quot;Header1quot;, you would write code to search for
quot;Header1quot; and to start the search after some cell of your choosing. That
way, Excel will find only the next header even if the header text is
repeated in the data. Then you can write the code to copy just what you
want.
Not knowing any more about your data layout than what you said, I can't
give you any more. Post back with more details about your data if you need
more. HTH Otto
quot;Bill Aquot; gt; wrote in
message ...
gt;
gt; I'm dealing with a weekly list that is broken into various segments,
gt; separated by a header line. I'm trying to build a macro that will copy
gt; all the data in say the first segment to another sheet for sorting, etc.
gt; .
gt; My previous Lotus experience (say 6 years ago) would let me do a
gt; quot;endquot;, quot;dn arrowquot; to get to the next header line, then copy back up to
gt; capture my data. When I do that with excel in captures the cell
gt; address at the end of the quot;endquot; quot;dn arrowquot; sequence and stores that
gt; cell address as part of the macro (eg. G51). If I use the macro on a
gt; new list where the next header line is at say row 45, the macro will
gt; still go to line 51 and copy from that point.
gt; Maybe my quot;end , downquot; is the wrong approach. Any suggestions??
gt; Thanks
gt;
gt;
gt; --
gt; Bill A
gt; ------------------------------------------------------------------------
gt; Bill A's Profile:
gt; www.excelforum.com/member.php...oamp;userid=31480
gt; View this thread: www.excelforum.com/showthread...hreadid=511577
gt;

Thanks for the response. I wasn't clear about my data layout. My headers
that separate segments only occupy 3 cells horizontal so I went to
column quot;Dquot; in the data amp; did quot;End-Dnquot; so it would stop when it came to
the open cell in the header row. If the number of rows of data in the
first segment changed ,the macro would still go to the original
stopping point in column D. I hope that is more clear.
Meanwhile I'll try to incorperate the search routine you suggested.
Thanks a lot.--
Bill A
------------------------------------------------------------------------
Bill A's Profile: www.excelforum.com/member.php...oamp;userid=31480
View this thread: www.excelforum.com/showthread...hreadid=511577Bill
If you wish, send me a small file direct via email showing your data
layout and an explanation of what you want to happen (copy what to where,
followed by copying another what to another where, etc.). I'll work up some
code for you. My email address is . Remove the quot;nopquot;
from this address. HTH Otto
quot;Bill Aquot; gt; wrote in
message ...
gt;
gt; Thanks for the response. I wasn't clear about my data layout. My headers
gt; that separate segments only occupy 3 cells horizontal so I went to
gt; column quot;Dquot; in the data amp; did quot;End-Dnquot; so it would stop when it came to
gt; the open cell in the header row. If the number of rows of data in the
gt; first segment changed ,the macro would still go to the original
gt; stopping point in column D. I hope that is more clear.
gt; Meanwhile I'll try to incorperate the search routine you suggested.
gt; Thanks a lot.
gt;
gt;
gt; --
gt; Bill A
gt; ------------------------------------------------------------------------
gt; Bill A's Profile:
gt; www.excelforum.com/member.php...oamp;userid=31480
gt; View this thread: www.excelforum.com/showthread...hreadid=511577
gt;

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()