Hi,
I have a sheet which contains 1 main macro and 19 sub macros.
from the main macro i need to call any one of the sub macros using the
call function.
However is there any way i can write the names of those 19 sub macros
in a cell and accordingly the macro should be called depending upon
what is the value in the cell.
like.
Call (value in the cell) instead of Call Macro1
Thnks in advance
Bob Phillips - 07 Dec 2007 14:26 GMT
Application.Run Range("A1").Value

Signature
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> Hi,
>
[quoted text clipped - 12 lines]
>
> Thnks in advance