Picture automation in excel -
i have 2 sheets in excel. in 1st sheet make 3 pictures i.e (oval or square ) , rename a, b, c , put in different colum a, b, c in different cell. , make list in validation. in 2nd sheet use validation option 1st sheet a, b, c. want if select picture should display name same b , c. how happen, don't know please me because knew basic of excel. [email snipped].
if understand correctly can give want:
go tools>macro>macros , create macro named clicka, change macro code this:
sub clicka() sheets("sheet2").range("a1").formula = "a" end sub sub clickb() sheets("sheet2").range("a1").formula = "b" end sub sub clickc() sheets("sheet2").range("a1").formula = "c" end sub now close macro editor, rightclick each of ovals or squares had , assign corresponding macros them. luck!
Comments
Post a Comment