Sorting data validation with VBA

ddoyle67

New Member
Joined
Apr 4, 2013
Messages
48
Office Version
  1. 365
Platform
  1. Windows
I am pretty new to using macros in my workbook to try and speed up using it. I have a data validation list (C2:C97) called "Description" that has 66 permanent items (C2:C67) that are alphabetized in it and another 30 items (C68:C97) that are added to the list via input on another sheet. When those 30 items don't have an item in the cells, they do have a formula, which returns a 0. What I would like to do is have that group(C2:C97) to automatically re-alphabetize its self when one of those 30 blank cells gets new data but to ignore the blank cells and to keep them at the end of the list. I have a code to alphabetize the list but its only working manually and it puts all the blank or 0 cells at the top. Any help with writing this code would be appreciated. Thanks in advance
 
I will try this tonight when I get home and let you know, never have time to play with it during the day.

All the info for C77 "lockers" would get sorted into the permanent section. A new formula would end up in cell C77 after the sort since the order of those formulas/Cells in C68:C97 doesn't matter, what matters is where the formula(='Calculator'!BJ60, Cell location changes for each row) in those cells is looking to on the other worksheet to get the info to populate it, that data will remain fixed in the cell on the other worksheet
 
Upvote 0

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
I put the code in and inserted a new column so it had a empty D column next to it and all it did was delete the first 2 items in the list I put a test lockers in C81 and it didn't move.
 
Upvote 0
Try the file that you sent me. In column C you will have the result
 
Upvote 0
Thanks, it worked when I put it in the first sheet I sent how ever it had to be run manually, not automatic like I would like. To run it manually would take more time than scrolling down to find in in the lower half of the validation list. So if it worked in that sheet why isn't it working in my full workbook?
 
Upvote 0
I understand that you will need, in addition to executing the macro automatically, other situations that I still understand, but I want you to review the result and tell me if it is what you need and we will improve it.
 
Upvote 0
It works in my workbook. I had forgotten to change the sheet name when I put it into the sheet in my workbook. still new at this. So now all I need is to get it to run automatically when I new item is entered in C68:C97.
 
Upvote 0

Forum statistics

Threads
1,223,958
Messages
6,175,636
Members
452,663
Latest member
MEMEH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top