P
pswanie
hi..
i need a macro to run when a user open the workbook.
should be something like.
if sheet1 range a1="a"
Application.Run "INVENTRY.xls!newday.newday"
if sheet1 range a1="b"
Application.Run "INVENTRY.xls!update.update"
if sheet1 range a1="c"
select sheet1 rangec115
i allready got the 2 macros (update & newday) working but need the workbook
to check the condition of range a1 in order to perform the various tasks
i need a macro to run when a user open the workbook.
should be something like.
if sheet1 range a1="a"
Application.Run "INVENTRY.xls!newday.newday"
if sheet1 range a1="b"
Application.Run "INVENTRY.xls!update.update"
if sheet1 range a1="c"
select sheet1 rangec115
i allready got the 2 macros (update & newday) working but need the workbook
to check the condition of range a1 in order to perform the various tasks