Quote:
Originally Posted by Kipru
It is not that complicated. Just use the "record macro" function on exel and you will get your macro done in no time, if you have any basic logical understanding. You can do the basic stuff with limited or none VBA skills.
|
Wrong answer.
I develop large applications in Excel and Access.
The "record macro" will not work in this case as there is human intervention to determine values that will then determine whether to delete a column or not.
If I was doing what I think the OP was doing, I would keep it as simple as possible (especially if it is a one off). If this is something more repetitive in nature, then you can look at the other options.
"Record macro" is NOT the answer.