Skip Bisconer
Who Me?
- Local time
- Today, 07:01
- Joined
- Jan 22, 2008
- Messages
- 285
Is there an advantage one way or the other to converting Macro's to Class Modules?
That's probably because an experienced developer can write a macro command faster than he/she can find the "create macro" button.i think most experienced devleopers here would tend to go with code
There is also *no* error handling in a macro!
I don't do it, but I know a tiny bit about it.Thanks everyone best opinions in my point of view are the ones doing it. This input is quite valuable to me.
Amen to that!It's not just about the lack of error handling (pre-2007) and the ability to see what the code does in the VBA module. It's about a much greater flexibility and power available to you in VBA. Anything that you can do with a macro can be done in VBA, but the reverse is NOT true.