Thread: Ghost image
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David David is offline
external usenet poster
 
Posts: 153
Default Ghost image

Hi Group,

Doing a macro with a chart. Creates the chart just fine,
but then I try and do formating and moving it. It moves
ok, but then there is a ghost image left on the screen
and the rest of the formating is not done. I have tried
turning ScreenUpdate = True, tried even selecting the
worksheet and then going back to the chart, which made
the ghost image go away, but I could still not finish the
formating. If i run the formating portion of the code by
itself, it seems to do ok, but I am unable to incorporate
it into the code. Any ideas?

Thanks guys and gals.