PC Review


Reply
 
 
leovh
Guest
Posts: n/a
 
      15th Oct 2007
Hello



I have a sorted alphanumeric array with names and want to introduce a
blanc line each time that the name changes. Merci for help.


 
Reply With Quote
 
 
 
 
Don Guillett
Guest
Posts: n/a
 
      15th Oct 2007
try this idea

Sub insertrowsif()
mc = 1 '"a"
For i = Cells(Rows.Count, mc).End(xlUp).Row To 2 Step -1
If Cells(i, mc) <> Cells(i - 1, mc) Then Rows(i + 1).Insert
Next
End Sub


--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
"leovh" <(E-Mail Removed)> wrote in message
news:47136eb0$0$27366$(E-Mail Removed)...
> Hello
>
>
>
> I have a sorted alphanumeric array with names and want to introduce a
> blanc line each time that the name changes. Merci for help.
>
>


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sum below until blanc TheNxSyS Microsoft Excel Worksheet Functions 0 12th May 2009 07:56 PM
Mont Blanc Watches - Hot Shop Mont Blanc Low Price yxs086@gmail.com Microsoft ASP .NET 0 5th May 2008 09:02 AM
Explorer right pane blanc Snowie Microsoft Windows 2000 1 17th Feb 2004 11:00 PM
Explorer right pane blanc Microsoft Windows 2000 0 17th Feb 2004 09:59 PM
nearly blanc webpage wim zadel Windows XP Internet Explorer 1 7th Feb 2004 04:10 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:11 AM.