View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jac Tremblay[_3_] Jac Tremblay[_3_] is offline
external usenet poster
 
Posts: 30
Default Bottlenecks in an Excel VBA application

Hi Harald,

What you say is right and I am exactly that person. But I am not an MVP nor
an expert and I thought that a tool could speed up my work.

Do you (or anyone) know of Internet sites where would be listed the dos and
don'ts in good Excel VBA development?

Thank you again for your concern.

"Harald Staff" wrote:

Hi Jac

I think you need a skilled person for this. An experienced Excel developer
should be able to do this within reasonable time -assuming the code is
"somewhat standard" and not spaghetti.

Best wishes Harald

"Jac Tremblay" skrev i melding
...
Hi everyone,

I need to evaluate what parts of an Excel Application are slower than

others
so that I can work on them to make the overall performance better. The
application was built over a 5 year period by someone I don't know and is

now
in Excel 2000.

Is there a tool (an application) that can easily identify the lines of

code
in an Excel application that cause (or may cause) a performance problem.

I'm
looking for a tool like Golden that can be used to evaluate an Oracle
application or query.

If that does not exist, is there another way to pinpoint the parts of an
application that should be optimized or checked?

The application contains about 24000 lines of VBA code in 22 modules and
uses many Excel files with different extensions (.xls, .xlt, .xla).

Thank you for your help.
--
Jac Tremblay