Flipx99
5,000+ posts
Violator of Terms
If you work in excel daily, something you may work with is Macros. It is great to oraganize data that is similar every day...and reduces mundance tasks.
One thing I cannot figure out how to do with marcos is this:
Let's say you have 10 columns, and column A -> J
And all the data in columns B - J are tied to column A.
However, column A changes (is grouped together but still changes, thing of it like a category) and at each change in column A, the data is put into a new tab.
Currently, everything is formatted, but we must manually move all the column A's to seperate tabs.
In my mind, there is a function that seems like
With change in (A), highlight, move, tab (B), etc.
Getting VB to recognize the changes in column A is where I am having difficulty.
-------
For $5 getting excel to recognize "Last"....as the last column and row are junk info...getting the macro to delete this will be nice.
Payment will be rendered at 10:00 CST tonight, providing I can get it to work.
One thing I cannot figure out how to do with marcos is this:
Let's say you have 10 columns, and column A -> J
And all the data in columns B - J are tied to column A.
However, column A changes (is grouped together but still changes, thing of it like a category) and at each change in column A, the data is put into a new tab.
Currently, everything is formatted, but we must manually move all the column A's to seperate tabs.
In my mind, there is a function that seems like
With change in (A), highlight, move, tab (B), etc.
Getting VB to recognize the changes in column A is where I am having difficulty.
-------
For $5 getting excel to recognize "Last"....as the last column and row are junk info...getting the macro to delete this will be nice.
Payment will be rendered at 10:00 CST tonight, providing I can get it to work.
