Copypicture Combobox Changes does not work

V

vbasean

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
 
D

Dave Peterson

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.
 
V

vbasean

Maybe if I added some more info it might help.

we're changing the value of the combobox and doing a copypicture and when we
copypicture, the refresh occurs with the data but it's not reflected in the
combo box value.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top