Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i found the solution ... i have to use stdole ...
an example : Dim picPicture As IPictureDisp Set picPicture = stdole.StdFunctiond.LoadPicture("c:\icon_example.b mp") .... some more code ... With newItem .Caption = "..." .OnAction = "runMenu" .Picture = picPicture .Style = 3 End With "Nader" wrote in message ... Hello, I created a toolbar using vba but know I need to import via vba 3 icons I made for my toolbar. How can I do that ? Thanks in advance. Nader |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Toolbar Button Image Question | Excel Worksheet Functions | |||
How do I create a custom image for a toolbar? | Excel Programming | |||
Image Click Invokes Picture Toolbar | Excel Programming | |||
Control Toolbar Image Resizes on Print | Excel Programming | |||
Extract image from toolbar button | Excel Programming |