Most things done with VBA are short enough that execution time is not a problem
unless they are written in a very inefficient way.
Are you doing huge amounts of computation?
Care to post the appropriate parts of your code? There might be some
inefficiencies that can be eliminated easily.