If the combobox is on a userform, maybe adding:
me.repaint
would help
If the combobox is placed on a worksheet, maybe adding
do Events
would help
Or turning off screenupdating, then turning it back on.
Or minimizing the window and resizing (maximizing?) would help....Sometimes,
finding a solution can be a pain.
vbasean wrote:
>
> I'm iterating through values on a combobox control and at each value I'm
> copying the picture into Powerpoint. The code changes the combo value to
> reflect data changes on the sheet but it doesn't show the value change on the
> combo box
> --
> ~Your Friend Chris
> http://myvbastuff.blogspot.com/
> thinking out loud
--
Dave Peterson