Selecting colours for Autoshapes via a Userform and VBA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Folks

I'm building a slide via a userform and options the user selects in it.

The VBA code adds lots of autoshapes to the slide. I know I can control the
colour of the shapes using the RGB function in the code, but I would like to
allow the user to select their own colours on the userform.

Is there a neat way of doing this? Any suggestions would be welcome!

Thanks

Gavin
 
Hi Folks

I'm building a slide via a userform and options the user selects in it.

The VBA code adds lots of autoshapes to the slide. I know I can control the
colour of the shapes using the RGB function in the code, but I would like to
allow the user to select their own colours on the userform.

Google this:

"common dialog" color
 
Back
Top