Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 -- Emeric |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There's an OCX available at:
http://www.vbcodesource.com/control.html that gets good things said about it. in fact I was looking for a standard control or instruction (not "custom"). But thanks Gareth, if I ever don't find an other solution I will use this OCX ;) Else you could look into shelling out into Paintbrush - unless you want to makes shapes programmatically yes I want to draw programmatically ! -- Emeric |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Have you seen this?
http://www.andypope.info/vba/userformdraw.htm I haven't opened it but it looks like it might do what you need. Emeric wrote: There's an OCX available at: http://www.vbcodesource.com/control.html that gets good things said about it. in fact I was looking for a standard control or instruction (not "custom"). But thanks Gareth, if I ever don't find an other solution I will use this OCX ;) Else you could look into shelling out into Paintbrush - unless you want to makes shapes programmatically yes I want to draw programmatically ! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Connect a number to a picture bank and import that picture to exce | Excel Discussion (Misc queries) | |||
Excel spin box - no Control tab in Format Control dialong box | Excel Worksheet Functions | |||
How to extract a picture from an Excel worksheet into a picture fi | Excel Discussion (Misc queries) | |||
Programatically control picture property of Image control | Excel Programming | |||
Copy picture from image control | Excel Programming |