problems between sub and functions
I write custom functions that work well; I write macros that work well too; but when both are installed in the same VBA project(in separated modules), the execution becomes erratic: for ex. the focus jumps from one line in the middle of macro#1 to another line in a custom function......
What is wrong ? Should I provide a copy of the code, or is the problem at another level?
|