F
fi.or.jp.de
Hi All,
I have one main macro,
I have to call another macro like this
if Cells(1,"A").value = "AUSTRALIA" then Call Main_AUSTRALIA
if Cells(1,"A").value = "UNITED STATES" then Call Main_UNITED STATES
similarly there are 40 macros need to call.
Can i code like this
if Cells(1,"A").value <> "" then Call Main_& cells(1,"A").value
thanks in advance
I have one main macro,
I have to call another macro like this
if Cells(1,"A").value = "AUSTRALIA" then Call Main_AUSTRALIA
if Cells(1,"A").value = "UNITED STATES" then Call Main_UNITED STATES
similarly there are 40 macros need to call.
Can i code like this
if Cells(1,"A").value <> "" then Call Main_& cells(1,"A").value
thanks in advance