Enrico has attended:
Excel Advanced course
Macros
Is there a list of macros ready to use? Is it possible to download and use/modify macros from somewhere?
RE: Macros
Hi Enrico
Thanks for your question
There are a huge number of web sites where macros can be obtained. It is usually a case of copying the code into the VBE.
If you Google your requirements, this is normally sufficient to track down what you need.
However, I would be extremely cautious. You need to be sure that the code is coming from a reputable source, it is common to see code passed off as a macro, which is in fact malicious and potentially harmful. As a general rule, you should never run a macro written by a stranger if you do not understand the code.
Regards
Stephen