I have recently created a macro to pull specific information from a very large spreadsheet to a new page. Column A is all category codes, Column B is all Category Titles and column C is Dollar Amounts. In column B, I have Category Titles in all caps and Subcategory Titles starting with a capital then continuing in all lower case.
I have auto filters applied to A and C, one is to filter out 0 values and one to filter NULL values. What I need now is to sort through Column B and remove the entire row of data if column B's value is in all caps. If I could actually move them to a table beside the current one that would be preferable, maybe store the values removed in an array somehow?
Anyways I am a beginner and apologize if this has been asked before but I couldn't find it. All help is appreciated.
I have auto filters applied to A and C, one is to filter out 0 values and one to filter NULL values. What I need now is to sort through Column B and remove the entire row of data if column B's value is in all caps. If I could actually move them to a table beside the current one that would be preferable, maybe store the values removed in an array somehow?
Anyways I am a beginner and apologize if this has been asked before but I couldn't find it. All help is appreciated.