vba - Hide images with excel filter -
i have table range lists products , picture of product shown in 1 of cells. when filter products, images of products removed filter end behind other images rather hiding them, or images end being shuffled bottom of list, bit "ghost" product, picture , no info.
is there easy way have these images disappear on filter? assume there way of doing vba, check intersect ranges , see if hidden, or renaming images correspond product code , see if still visible, there simpler way (as both methods may end me having rewrite fair chunk of code)
example screnshots
without filters:
with filters (top row)
with filters (last row , "ghost")
figured out. setting images move , size cells ensure hidden (i have done through code when adding picture adding line .placement = xlmoveandsize
, can done manually in menus too.
Comments
Post a Comment