Hello,
I have a question:
I have a sheet with companies, names and some other data. Now I want to sort the data on the companies, but when the next company is in the next row I want a blank row between them.
this is the sheet now :
UPC John Smith
UPC Jane Do
Ziggo Jack Jones
XS4All Lara Croft
And I want It to be like this :
UPC John Smith
UPC Jane Do
Ziggo Jack Jones
XS4All Lara Croft
Can someone please tell me how to do this in Excel VBA
I have a question:
I have a sheet with companies, names and some other data. Now I want to sort the data on the companies, but when the next company is in the next row I want a blank row between them.
this is the sheet now :
UPC John Smith
UPC Jane Do
Ziggo Jack Jones
XS4All Lara Croft
And I want It to be like this :
UPC John Smith
UPC Jane Do
Ziggo Jack Jones
XS4All Lara Croft
Can someone please tell me how to do this in Excel VBA