Topic: "Sorting but merged ?" (page 1 of 1)

1
Author Post
sniperkid
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
I have read a few tutorials about sorting (in excel) with the columns merged (yes they are different sizes), so i was wondering if anyone has a possible solution to this. I have tried copying the info somewhere else, un-merging then re-merging but it doesn't seem to like it (because they are different sizes).
Here is an example of my document:

linkhttp://img93.imageshack.us/img93/8319/screeniemu0.jpg

As you can see i need to sort via 'Column G' but when i try it get the error "This operation requires the merged cells to be identically sized".

I have read that this is one of the most common problems with merged cells and have yet to find a solution that works.

Thanks
private message Website
unknown user
just write in quickly in vba and be done with it, would be my advice
EMail
sniperkid
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
Yea thats what im doing now, just wondering if there was a nice and simple way (or will you tell me that after i've spent ages writing it - as usual :P)

private message Website
sniperkid
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
What is the correct vba to select the next 8 columns ?

Range(Selection, Selection.End(xlToRight)).Select
(8 times)



doesn't seem to work

private message Website

Topic: "Sorting but merged ?" (page 1 of 1)

1