Insert a picture in excell

Hello,
is there anyone know how to insert a picture from a front panel indicator into a excel sheet, I tried Addpicture (ActiveX) method, but it needs the filename of the picture, how can I get this filename of this indicator.
thanks a lot

Patience... patience...
What kind of indicator? Is this a graph indicator, or a numeric indicator? I'm not familiar with the AddPicture method, but if it's looking for a filename then you need to save the image to disk. For a graph indicator you can get the graph image using an Invoke node and then use the picture functions to save the image to disk. 
Attachments:
save graph_BD.png ‏4 KB

Similar Messages

  • How to insert a picture into excel file using ALE AUTOMATION

    Hi every body,
    I have to write report that export data from abap to exel the data contain a logo but I don't know how to insert picture to excel using ALE AUTOMATION.
    Please help me!
    Thank you!

    Hi,
    you have to join into SAP Code Exchange and download this zip:
    [ABAP2XLSX_daily.nugg.zip|http://code.sdn.sap.com/spaces/abap2xlsx/documents/btFzHQ3vKr36tCeJe7bhNc/download/btFzHQ3vKr36tCeJe7bhNc]
    Regards,
    Ivan

  • How to insert a picture to excel?

    How to Insert a picture into a excel report?
    The picture I got from a oscilloscope and saved to hard disk.

    Hi,
    you have to join into SAP Code Exchange and download this zip:
    [ABAP2XLSX_daily.nugg.zip|http://code.sdn.sap.com/spaces/abap2xlsx/documents/btFzHQ3vKr36tCeJe7bhNc/download/btFzHQ3vKr36tCeJe7bhNc]
    Regards,
    Ivan

  • How to insert pictures into Excel?

    Hi, all
    I want to insert pictures with hyperlinks into excel files. Could you give me some sample code of this function? The code used abap ole, to insert pictures into excel.  ^ - ^   Thank you very much~~~
                                                                                    Voldemort.

    Hi, I had referred these code before, but it seems I still could not solve my problem...
    I could not understand the line:
    CALL METHOD OF gs_cells 'Select' = select.
    Is it used for insert picture? It does not seems to be...
    And in my program, the SY-SUBRC is 4 after run:
    CALL METHOD OF gs_picture 'Insert'
    EXPORTING
    #1 = 'C:\TEMP\Picture.bmp'.
    Of course my file path is correct, and the picture path is in my own coumputer rather than SAP server. Is that the problem?

  • Inserting pictures in excel file

    Hi,
    I want to create an excel file and insert some data and images in the file
    thru LabVIEW. There is no problem in writing data but I am not able to insert
    the pictures into the file. I got the following code for inserting picture in
    excel thru the VB editor but I am not able to find the corressponding
    property/method to implement it in LabVIEW. Can anyone help me?
    VB code:
    ActiveSheet.Pictures.Insert( _
    "C:\Documents and Settings\Administrator\Desktop\green.bmp").Select
    Regards,
    Srini.

    You need to work with the invoke node range (from the worksheet) and the propery shapes of Excel to insert a picture. Here is a little screenshot of how I did it.
    Hope this helps !
    Julien
    Attachments:
    insertpicture.JPG ‏42 KB

  • Place the links(Pictures and Excel table) to Indesign

    Dear All,
    We need place some Microsoft Word files into Indesign. and in the word files, contain some link for pictures, Microsoft excel tables. and we need use the C++ to build a InDesign add-in to do the following things( Indesign CS5, Windows 7, VS2008):
    Place the word files into InDesign
    Find and automatically insert the pictures link files into Indesign
    Find and automatically insert the Microsoft Excel table into Indesign.
    My Questions are:
    Does Indesign CS5 SDK provide those APIs?
    Can we build a standalone application to do those jobs?
    if C++ can't do this, what kinds of Development tools can do those jobs.
    Great thanks for any inputs.
    My Best Regards,
    Jerome

    Hi Pudgesan,
    You can paste data from an Excel spreadsheet into an InDesign or document. The Clipboard Handling preference settings determine how text pasted from another application is formatted.
    If Text Only is selected, the information appears as unformatted tabbed text, which you can then convert to a table.
    If All Information is selected, the pasted text appears in a formatted table.
    If you want more control over formatting the imported table, or if you want to maintain spreadsheet formatting, use the Place command to import the table. If you want to maintain a link to the spreadsheet, select the Create Links When Placing Text And Spreadsheet Files option in File Handling preference settings.
    Hope this helps.
    Regards,
    Sumit Singh

  • How to insert a picture(bmp,gif,jpg) to the pdf at specific rect?

         i want to insert a picture to the pdf,and tried use the addwatermarkfrom file,but failed.who can help me?

    Why did you fail?  That is indeed an excellent way to do it...

  • How do I insert a picture into iMovie regardless of aspect ratio

    When I insert a picture, i either have the choice of cropping the picture or having black bars on the sides. How can I insert a picture into imovie and not be dictated based on the aspect ratio. thanks

    Klaus1 wrote:
    Must be one of the wonderful improvements introduced in iMovie 11.
    nope, never.
    look:
    example #1: a 1:1 pic in a 16:9 screen
    option A bars l/r
    option B cat-off
    example #2: a wiiiide screen pic in a 16:9 screen
    option A bars t/b
    option B catcut off
    and you don't want kitty look like that:
    (1:1 aspect ratio distorted to make fit onto a 16:9 screen)

  • Acrobat form field that allows Reader user to browse and insert a picture into a predefined area

    Is there a way to do insert a form field into an AcroForm that allow Reader users to browse and insert a picture into that form field?
    I know that LiveCycle can do this, but I need to do this using an AcroForm. Or maybe there's a third-party plug-in that can be used in an AcroForm to do this?

    Jay,
    The new version of Reader, which was announced today (see AcrobatUsers.com), will now allow you to use the field.buttonImportIcon method: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.737.html
    For a bit more information, see: http://forums.adobe.com/thread/743823
    Here's the minimum code that can be used in the Mouse Up event of a button that's configured with a layout that's something other than "Label only":
    // Mouse Up script for a button
    event.target.buttonImportIcon();
    Since this isn't backwards compatible with Reader, you'll probably want to add additional code to test what version is being used and alert the user if it's pre-11. You should also check the return value to see if anything went wrong. The hard part is getting everyone to upgrade, but this and a number of other features should make it worth it.

  • How can I insert a picture into a AbsoluteLayout ?

    Hi everybody.
    I am using a null layout and I don't know how to insert a picture.
    public static void addComponentsToPane(Container pane) {
            pane.setLayout(null);
           JButton b1 = new JButton("one");
           /* ... the rest of the elements...*/
          pane.add(b1);
         Insets insets = pane.getInsets();
         Dimension size;
         size = b1.getPreferredSize();
            b1.setBounds(250 + insets.left, 40 + insets.top,
                         size.width , size.height);
       /* and the rest of the program with createandshowgui and main */Can I do with a picture the same thing that I did with this button (setBounds etc?)
    If yes, how can I do that?

    blackblack13 wrote:
    Thanks for the answer but why you say no to use null layout?what is the disadvantage?The disadvantages are having an app that is completely inflexible and does not adapt well to different operating systems and desktops. Please read the Sun tutorial on using layout managers.
    And I tried using a JLabel and then make a new ImageIcon(the target of the picture) but I have an error when I add it to the pane with pane.add(picture); where the picture is the JFrame of the photo and pane is the name of the container.because you're doing this all wrong. You shouldn't add a JFrame to a container. Have you looked at the JLabel tutorial in the Sun tutorials as was suggested above?
    Can you write me the exact commands that I should use?No, but we all can guide you to do what you want to do, but first we need to know exactly what this is. So, what exactly are you trying to do here? Details are very important.
    Thank you very much.You're welcome.
    edit: the tutorials can be found here:
    [Really Big Index|http://java.sun.com/docs/books/tutorial/reallybigindex.html]
    [How To Use Labels|http://java.sun.com/docs/books/tutorial/uiswing/components/label.html]
    [Laying Out Components Within A Container|http://java.sun.com/docs/books/tutorial/uiswing/layout/index.html]
    Edited by: Encephalopathic on Jul 11, 2009 11:47 AM

  • How to save a picture from Excel

    Who nows as to save to HD a picture from excel. A picture in excel is small. It is necessary to save a picture with the present sizes

    Who nows as to save to HD a picture from excel. Excel?
    A
    picture in excel is small. You mean data size? I doubt you know what you are talking about.
    It is necessary to save a
    picture with the present sizesGood luck with that. I am sure it is embedded as some OLE crap and that's why you think it is small (because the data isn't actually embedded in the sheet).
    But seriously.. good luck... sounds like a real whiz-bang of a project. Lord knows I have often wished to use Excel as a image database ?!?

  • Copied a chart as picture in Excel 2007, but picture size goes out of whack in InDesign

    I copied a chart as picture in Excel 2007 (selected as shown when printed), but the picture expands across the whole page when I paste into Indesign. Pls help

    To place an Excel chart, first convert it to PDF. Then place the PDF file in InDesign.
    Copying objects from Excel isn't reliable.

  • How or can I insert a picture to an exsisting photo album in between other pictures?

    How or can I insert a picture to an exsisting photo album in between other pictures?

    The easiest is to use 3rd party apps like Photo Manager Pro; you can drag pictures to any position.
    Before
    http://i1224.photobucket.com/albums/ee374/Diavonex/5cd4653fb07b9aa0ef10642dc01c3 26a.jpg
    After
    http://i1224.photobucket.com/albums/ee374/Diavonex/c276e25c9f93f43081b79db6d309d c6d.jpg

  • Is it possible to insert a picture in a form?

    The person filling out the form would insert a picture in a space provided.... all of which could then be distributed.... Or if I can't do this in a PDF form, how else can it be done? What I'd really like to have (but is probably not doable) is a thumbnail of the picture on the form where it expands upon clicking on it. Can anyone point me in the right direction. Obviously I'm new to this and just trying to help a friend out in his new business. Thanks!

    An html widget (created with adobe edge or other means) would take up the whole screen when the user taps on the widget. Probably not the localaized effect you're looking for. Another way could be to use a keynote presentation with an animation that starts when the user taps on it. None of these solutions are ideal. If your book has a lot of these types of effect, you're better off developing an app or using another tool than IBA.

  • How to send a picture to excel using active X with Labview

    I would like to create a report in excel that would have a picture and various information about each picture, but I don't see a property for sending a picture to excel. Is it possible?

    Darrenb,
    I am sorry if I wan not verry clear on this answer. Here is a screen shot on how this is implemented in the Report Genration Toolkit for Microsoft Office. I would suggest purchasing this Toolkit as an add-on for LabVIEW as it has this functionality already built in for both Microsoft Excel and Microsoft Word.
    Randy Hoskin
    Applications Engineer
    National Instruments
    http://www.ni.com/ask
    Attachments:
    ExcelPicture.gif ‏12 KB

Maybe you are looking for

  • Can we use SELECT statement within IF..?

    DECLARE A NUMBER; BEGIN IF (SELECT '2' FROM DUAL) = 2 THEN A := 2; END IF; DBMS_OUTPUT.PUT_LINE(A); END;

  • Mobile me gallery not showing any pics

    i just uploaded a gallery and while changing some pic comments i did something and now none of my galleries will show any pics. just grey. any idea what i did and how to undo it?

  • First Map - Newbie Question

    I am trying to create my first map. I thought I had what should be the most basic one to try but I cannot get it to work as I would like.  I am trying to display potentially 2 data points for a location and I don't want it to show as a pie chart.  I

  • From iBook to mini to Windows?

    I'm hoping someone can help me... I was previously using itunes on my ibook, and had my ipod mini configured for that computer. However, my ibook has died and I am now using a Windows machine. I've lost my entire music library, except what is still o

  • Homepage Photo Gallery preview

    Hi, I am trying to find out what the proper term(s) is to describe a Flash homepage, photo gallery preview...such as the one shown on the following website: http://spotted.shelbycountyreporter.com/. Does anyone know where I can download a template of