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: no filters

with filters (top row) filters - top

with filters (last row , "ghost") enter image description here

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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -