Hide Excel from popping out when creating slide in PowerPoint

Hi, l have an application that will generate PowerPoint and create some chart within the PowerPoint.
i've been using Interop.Powerpoint.Slide.Shapes.AddChart() to create chart in PowerPoint. The momment this function is called, an Excel window will pop out for us to fill in the data. Is there any way to tell Excel window open
in minimize mode/behind other application instead of popping out and became the active window? Even if I doChart.ChartData.Workbook.Application.Visible = false, Excel window still shows up a little while. Some of the device the Excel
window will automatically open behind other application but some don't.

I guess open excel first in background won't work. When we call AddChart() method, an Excel will be pop out for us to fill in the data. By the way, the Excel will be close after a chart is created successfully and another new Excel Window will pop out again
if we call AddChart() method again.

Similar Messages

  • Cannot send email from pop account when in 3G, will send in WIFI

    I cannot send email from pop account when in 3G, will send in WIFI.
    I thought it was the SMTP server first.. but when i config my WIFI, suddenly the emails that i tried to send, left my outbox and sent.
    Any idea's

    The SMTP server you are using with Wi-Fi would be the outgoing server of your internet service provider... this is likely why that's working.
    SMTP servers specific to a ISP would not work on the 3G network. You would probably need another SMTP server. One from your cell provider?

  • Prevent "Save As" dialog box from popping up when signing a form

    Is there a way to prevent the "Save As" dialog box from popping up when clicking on a Signature Field?  I have a form with multiple signature fields and I would like to disable this action from happening.

    Hi rus-tee,
    That's interesting--what are you using to convert your file to PDF? Are you using Word? Or are you using the Adobe PDF Pack online service. Please describe your process for converting to PDF, and we'll get to the bottom of this!
    Best,
    Sara

  • Why is it when i download the software update for iphone an error pops out when downloading is finish and processing file is being done...i've already tried several time but still the same result.

    why is it when i download the software update for iphone an error pops out when downloading is finish and processing file is being done...i've already tried several time but still the same result.

    Disasble the computer's security software during the download and update.

  • HT5163 sim doesnt pop out when i use the paperclip for my iphone5

    My SIM card won't pop out when I use the paper clip, not sure what to do. I cant get it to respond to itunes, it said could not detect device.   I have a "locked SIM" on top of phone. Yes it was a crazy weekend.  (but fun)

    It is a bit of an angle to eject it and you have to push hard. If your weekend included immersing your iPhone in liquid it could be even a bit harder.

  • Can you prevent Procurement Wizard from popping up when Procurement Documen

    Can you prevent Procurement Wizard from popping up when Procurement Document is checked on the Logistics tab?
    We would like to handle all Procurement Documents in a process separate from entry of the Sales Order. Is there a way to not have the Procurement Wizard pop up automatically when a Sales Order has Procurement Document checked and is then added?
    Alan

    Hi Alan,
    Please check Note No. :1524113. There is a change in working of Procurement Wizard as follows which is mentioned in the Note.
    In the "Customer" window of the procurement confirmation wizard, the "Include All Open Sales Orders" checkbox was added. If you select this checkbox, all open sales orders with unfulfilled purchase quantities for the selected business partners are displayed.
    If you do not select this checkbox, only those sales orders are displayed for which the "Procurement Document" option was checked or that use a drop-ship warehouse and have unfulfilled purchase quantities.
    Check in Demo if you do not tick the checkbox 'Procurement Document' and in the Procurement Confirmation wizard, use the 'Include All Open Sales Orders, whether the same helps.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • Category ID value display (in pop-up)when creating follow-up Oppt from Lead

    System - SAP CRM 7.0 EHP 1
    At the time of Lead creation the USER might not know the exact product
    which the customer will buy.  Hence, the user should put the Category
    of the products in a Lead
    In out scenario, we are using Category ID (say ABC_12) and also the
    products in a Lead transaction.
    When we create the FOLLOW-UP from Lead to Opportunity, on the
    pop-up where we see the list of products, their quantity, but NOT THE
    CATEGORY ID which we have mentioned in the LEAD
    Why is it so?  The user should see all the line items in the selection
    pop-up when we create the opportunity as a follow-up from Lead
    Kindly revert.

    Hi Punit,
    SAP has released sap note 1671091 for the same.
    Please implement the same and you problem will be solved.
    Thanks & Regards,
    Kapil Kumar

  • How to get rid of the properties tab popping out when I create a new shape?

    Hi! I am having a bit of trouble getting rid of the properties tab that pops out everytime I create a new shape in Photoshop CC.
    Are there some settings to stop this from happening? I have my space strictly organized, as most of you probably, and I need to close it each time I create new shape... so it's frustrating.
    Thank you!

    After you draw out a shape, then go to the Properties panel fly-out menu and uncheck Show on Shape Creation

  • How do I stop the onscreen keyboard from popping up when I click on a text box?

    I have a yoga 2 pro and the onscreen keyboard is irritating. How do I stop it from popping up every time I touch the screen? I am only touching the screen to get to the spot where I want to type--- I don't want the onscreen keyboard.
    Sometimes it obscures the screen so I can't get to the right spot. Usually it disappears when I start typing, but sometimes I'm not even trying to type-- I'm trying to select something and I can't see it any more because the keyboard has popped up. I close the keyboard to get it out of the way, but it pops up when I try to touch the screen again. So I can never get to the spot I want unless I absolutely hit the exact spot on the first try. It happened even while typing this. I wanted to touch a certain spot in the paragraph, but then the onscreen keyboard popped up and I couldn't see the paragraph any more.
    Thanks,

    Hoov wrote:
    Did you turn off any of the Lenovo software?
    I closed a random McAfee process via the task manager in an attempt to stop the notification from popping up every ten minutes telling me to restart. 
    I also deleted a lot of the tiles from the colorful windows screen. I think some of them were Lenovo apps. They all seemed to be for some specific purpose though, that I knew I would not use. I have forgotten what they were. I did not delete many-- only a few that I knew right off that I would never use. Could that have affected something?

  • How to derive the notification id from APEXP WF when creating Expanse report in 11i

    Hi,
    I am new to WF, I need to derive the notification id when creating AP Expanse report, I can achieve this by creating trigger on WF_NOTIFICATIONS table, but I need to derive this by creating custom procedure and that procedure need to be called from WF node. Here I am not getting when this notification id getting creating into WF_NOTIFICATION table.
    I have created custom procedure as below and calling this procedure from WF node.
    PROCEDURE insert_notif_details( p_item_type    IN VARCHAR2,
                                    p_item_key    IN VARCHAR2,
                                    p_actid        IN NUMBER,
                                    p_funmode    IN VARCHAR2,
                                    p_result     OUT NOCOPY VARCHAR2) IS
    BEGIN
            lv_report_header_id := p_item_key;
            l_notificationID    := wf_engine.context_nid;
            BEGIN
                     WHILE (l_notificationID IS NULL)
                     LOOP
                        DBMS_LOCK.sleep(1);
                        BEGIN
                         SELECT notification_id
                           INTO l_notificationID
                           FROM apps.wf_notifications
                          WHERE item_key = TO_CHAR(lv_report_header_id)
                            AND notification_id =(SELECT MAX(notification_id)
                                                    FROM apps.wf_notifications
                                                   WHERE item_key = TO_CHAR(lv_report_header_id));
                        EXCEPTION
                          WHEN no_data_found THEN
                               l_notificationID := NULL;
                               l_error_message := SQLERRM;
                          WHEN others THEN
                               l_notificationID := NULL;
                               l_error_message := SQLERRM;
                       END;
                     END LOOP;
            END;

    Hi,
    I'm not sure I'm reading your requirements correctly - do you want the process to move on as soon as anyone responds to it, or move on once everyone has responded to it?
    In the first case, it sounds like what you really need is a notification activity, which requires a response, sent to the role (or create an adhoc role which is assigned to everyone assigned to role 1 and role 2). As soon as one person responds to it, the notification is closed and the process moves on.
    In the second case, you should do the same but expand the roles. You will then need to write a post notification function to tally the votes and determine when to move on - have a look at the standard voting activity for an example of how to do it.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://thoughts.workflowfaq.com ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • HT3910 Install disc pops out when computer restarts???

    Trying to wipe out hard drive and Install disk keeps popping out on restart. Software is now Mavericks, but it was Snow Leopard (I think) before.
    Also I am using a Logitech wireless keyboard and alt/c key will work when holding down on restart.
    HELP!!

    Are you sure it is 10.6?
    Retail discs of:
    10.6 will only boot Macs older than August 28, 2009.
    10.6.3 will only boot Macs older than March 29, 2010.
    System specific discs will only boot the Mac model in question that they shipped with it, and not any other age of Mac.
    Macs newer than July 20, 2011 will only boot off 10.7 or later, except when their hardware didn't change until a later date.  In those cases system specific discs may be available from AppleCare to boot them into 10.6.
    Why are you erasing 10.9?
    Why can't you possibly use 10.6 Server in this configuration to resolve your difficulties:
    https://discussions.apple.com/docs/DOC-2295#ROSETTALION
    And if they aren't with compatibility, what makes you think running 10.6 will be better?

  • Assign account from Service Request when creating a New Task

    When creating a new task from within a Service Request the SR # is defaulted we would also like to default the account associated with the SR on to the Task. How can you do this?

    This is not working in WF.
    Refer this thread
    Re: Contact record not pupulated when Task created using Workflow.

  • How do I 'remove' a dimension from a cube when creating a crosstab?

    I have a CUBE with 9 dimensions and one measure, This is based of a fact table that has a Materialized View with just 4 dimensions.
    In JDeveloper I used the wizard to create a new crosstab using just the four dimensions that exist in the MV (removing the others).
    ....eventually the page was generated but it takes minutes....
    Q. Is there a way to 'DROP' a dimension from JDeveloper crosstab when you query a CUBE?
    [It looks like Oracle is internally using all 9 dimensions when some are "Hidden"  or not required!]
    The only solution I have found is to create an extra CUBE using just the 4 dimensions (this works within couple of seconds)! But I will end up with 6 CUBES holding different dimensions combination, this feels wrong?
    Q2. Is it bad practice to have multiple CUBES all based on one fact table, just to improve performace?
    I hope you can help.
    Steve

    i think this question is more for the technical teams at the olap forum ;)
    nevertheless: if you have a cube defined with 9 dimensions,all of them are necessary for retrieving the data, "hiding" some of them is possible by the means of "hidden dimensions"
    nevertheless you have to specify which dimension, value gets substitued for those dimensions: usually it is a TOTAL level.
    otherwise your results may be misleading or wrong, so specifying a dimension value for those hidden dimensions is the only choice to be consistent with the OLAP data model
    btw: you can easily use a materialized view in this environment as well, when using the concept of a TOTAL dimension value
    regards,
    thomas

  • How can I stop disc images from popping up when connecting a drive?

    Hello,
    I have an external hard drive with several partitions, all formatted as Mac OS Extended. Two of the partitions are disc images of the install CD's for Drive Genius and Data Rescue from Prosoft Engineering. When I connect the drive using a FW800 cable to any Mac running Leopard or Snow Leopard, all of the partitions on the drive are mounted in the Finder and these two partitions pop up the window for the installer, as if I had inserted the CD. Is there a way to suppress these windows from popping up every time I connect the drive? Thank you!
    -Mike

    See http://discussions.apple.com/message.jspa?messageID=12561402

  • Strange messages from SAP GTS when creating purchase orders (POs)

    Hello gurus,
    we use SAP GTS to check against sanctioned party lists (SPLs) only. We already transferred all our master data to GTS and our partners were checked okay. Now we just activated the document check in our test system. The system produces two different messages we do not quite understand:
    1. When creating a purchase order with an item without material master, the system gives the message:
    Legal Control: Custs Prod. Mast. Required
    Material
    Obviously GTS tries to find a matching material master, which naturally fails. My question is: Can I disable this check somewhere? In our case it is not important what the material is, we just want to check if our vendor is on some SPL.
    2. In some POs there is the message
    Legal Control: Partn. Function Mapping not Maintained
    Partner Function: DA
    I think I understand what the system is trying to say, but fact is, only one partner function is used in that order (VN). We do not even have a partner function u201CDAu201D in our ERPu2026
    At least in the first case, the PO is not checked against the SPL by SAP GTS, which means we would not detect if we ordered from someone on the SPL. This is not acceptable.
    Any ideas on any of those messages?
    Thanks
    Alicia

    Hello again,
    I found the solution myself:
    1. see Re: Goods receipts into GTS are blocked
    2. was a known problem solved by a patch (check OSS).
    Thanks anyway
    Alicia

Maybe you are looking for

  • New changes are not getting reflected in the bam reports.

    Hi I have created a BPEL process and it polls the data from a table and populate an object created in Bam.I have accomplished the above task by createing two database adaptors.One is on 10g database and another one is on Bam database.I have created a

  • Mod-JK compilation on Sun Solaris 10 (SPARC)

    HI, Can any one help me for sucessful compilation of tomcat-connector-1.2.26-src i.e mod-jk on sun solaris platform 10 sparc server. I followed below steps ./configure --with-apxs=/usr/apache2/bin/apxs make in make this gives following error: Making

  • Errors in EM

    I was trying to enable SMTP_MAIL on my server (set initialization parameter) and rebooted. Now I can't get EM to come up. The emoms.log is huge: here's a snippet: 2008-07-10 08:02:04,765 [HttpRequestHandler-13214581] ERROR conn.ConnectionService veri

  • ITunes 7 is being screwy...

    Ever scince i have installed iTunes 7 on my computer, the audio on it has been very staticy, but it isn't on any other program with audio (games, etc.). Im having a lot of trouble. The music that i had on it before iTunes 7 was sounding just as it sh

  • How do I get Messages to stop sending from my email address instead of my phone number?

    I've had several people tell me that texts I've sent from my iPhone have been showing up as <myemailadd>@mac.com instead of my phone number. It started doing that under iOS7. I don't want my email address sent with my phone-originated texts. I don't