View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gareth[_7_] Gareth[_7_] is offline
external usenet poster
 
Posts: 28
Default Picture control in Excel/VBA ?

Hey Emeric,

There's an OCX available at:

http://www.vbcodesource.com/control.html

that gets good things said about it.

Else you could look into shelling out into Paintbrush - unless you want
to makes shapes programmatically (which from your email I guess you to)
in which case could you use Excel's drawing functionality? (On a
worksheet that is - not a userform AFAIK.)

HTH,
Gareth


Emeric wrote:
Hello,

I would like to insert a Picture control in a Userform (to draw inside) but
it does not appear in the control toolbox (in the extra control list
either...).
I am not sure it is available in VBA. Any idea ?

More generally, is there any way to use VB instructions such as 'Pset, Line,
Circle...' in a Userform ? (or possibly other ones that give the same
results...)
Thanks for any help

PS : I have an Excel 2002