I need help with my macro. I am not too familiar with tables.
First the user will filter "Application" by name. Then the user will run the macro (ctrl+m) from there.
The macro will:
- Sort Sub-Category in ascending order
- set the range to sub-category, but applies only to post-filtered data (we don't want it to include all the pre-filtered data)
- Generate html tags
- If the sub-category name is mentioned only once, display the name as "[SUB-CATEGORY]"
- Otherwise display the name as "[MANUFACTURER]" when there is multiple occurances of sub-category names
I know I'm doing it wrong but I don't know much about tables.
Bookmarks