I received a "procedure too large" error which, according to web search result, can be solved by splitting codes into smaller subroutines. In my case, I don't know how to do it.
My error occurs in "select case". I have more than 200 cases to process. Any idea how to split cases into smaller unit?
My error occurs in "select case". I have more than 200 cases to process. Any idea how to split cases into smaller unit?