PC Review


Reply
Thread Tools Rate Thread

Copypicture Combobox Changes does not work

 
 
vbasean
Guest
Posts: n/a
 
      3rd Nov 2008
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
 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      3rd Nov 2008
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
 
Reply With Quote
 
vbasean
Guest
Posts: n/a
 
      3rd Nov 2008
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.


--
~Your Friend Chris
http://myvbastuff.blogspot.com/
thinking out loud


"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

 
Reply With Quote
 
vbasean
Guest
Posts: n/a
 
      3rd Nov 2008
We'll give these a try and see what happens.

Thanks

--
~Your Friend Chris
http://myvbastuff.blogspot.com/
thinking out loud


"Dave Peterson" wrote:

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

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Range CopyPicture() GS80 Microsoft Excel Charting 8 30th Jan 2008 03:41 PM
CopyPicture ????? Paul Smith Microsoft Excel Charting 3 15th Feb 2005 10:49 PM
CopyPicture ????? Paul Smith Microsoft Excel Programming 3 15th Feb 2005 10:49 PM
documentation on the copypicture method? Colleyville Alan Microsoft Excel Discussion 0 14th Dec 2003 01:32 AM
CopyPicture Remi Microsoft Excel Programming 8 13th Nov 2003 02:13 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:34 AM.