I think I’m about to reorgainize my libraries of VBA code. I’ve read from time to time, various articles about VB.Net as it differes from, say VB6.
Although I’m still writing in VBA, it seems as if this might be a good time to clean up my act just in case I want to move to .NET down the road.
What basic, general, things can I clean up as I go, based on your (dear reader) experience?
1) ByVal or By ref are now required as explicit declarations for parameters to Function and Subroutine procedures
2) On Error no longer exists (hooray!)
3) other?