Everybody –
I have had great success with my status report everyone helped me put together. Thank you, Thank you.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
I do have one item that I need your help with.
Column C has the company name in it.
<o></o>
I need to be able to insert headings at the top of every company name.
<o></o>
C1=”ABC”
C2=”ABC”
C3=”XYZ”
C4=”XYZ”
C5=”123”
C6=”123”
<o></o>
I need to read through this and then in Row 1 insert a Row, then read until C changes, then insert another Row, etc.
Output would be:
C1=”Company -ABC”
C2=”ABC”
C3=”ABC”
C4=”Company-XYZ”
C5=”XYZ”
C6=”XYZ”
C7=”Company-123”
C8=”123”
C9=”123”
<o></o>
I have looked at group by and it does not seem to do the trip. Is there a built in way to do this? If not, can someone please help me with a code segment for a Macro/VBA?
<o></o>
Thanks again to everyone for their help.
I have had great success with my status report everyone helped me put together. Thank you, Thank you.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
I do have one item that I need your help with.
Column C has the company name in it.
<o></o>
I need to be able to insert headings at the top of every company name.
<o></o>
C1=”ABC”
C2=”ABC”
C3=”XYZ”
C4=”XYZ”
C5=”123”
C6=”123”
<o></o>
I need to read through this and then in Row 1 insert a Row, then read until C changes, then insert another Row, etc.
Output would be:
C1=”Company -ABC”
C2=”ABC”
C3=”ABC”
C4=”Company-XYZ”
C5=”XYZ”
C6=”XYZ”
C7=”Company-123”
C8=”123”
C9=”123”
<o></o>
I have looked at group by and it does not seem to do the trip. Is there a built in way to do this? If not, can someone please help me with a code segment for a Macro/VBA?
<o></o>
Thanks again to everyone for their help.