View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
LuisE LuisE is offline
external usenet poster
 
Posts: 133
Default CommandBar image remains in Clipboard after PasteFace

I'm creating a new command bar for a custom menu of an Add-In. The image is
in one of the sheets but after creating the menu the image remains in the
clipboard.


Obviously Application.CutCopyMode=False doesn't work.

Thanks in advance.