Remove SaveAs prompt for Word 2007 VBA SaveAs in 64-bit Window 2008

We use VBA WordApp_DocumentBeforeClose(ByVal Doc As Document, Cancel As Boolean)
to save the word file to another name when user closes the file  .
We use SaveAs to implement this like this:
 Doc.SaveAs FileName:=lcMetaFileName,  AddToRecentFiles:=False
The lcMetaFileName is a file ame with full path.
This SaveAs works fine with word 2003 and with word 2007 in Wndow 2008 32-bit.
But with word 2007 in Wndow 2008 64-bit,every time this SaveAs is called ,
a saveas prompt will be showed up asking for file ame , type,etc.
We tried  adding 
   fileFormat:=wdFormatDocument97
in the SaveAs call and adding
Doc.Application.DisplayAlerts=wdAlertsNone
and checked 'allow back ground save' in the word setting
and we still get the prompt.
How can we get rid of the prompt?

Same here. My program uses demographics to create a filename and filetye as RTF, but it is ignored and a prompt pops up !!!! Frustating :(
OS - Win 8.1 64 bit
Office 365 32 bit (Word 2013)
Same code works for all other versions

Similar Messages

  • User is having a save issue with Word 2007 documents created from a template.

    I have 1 particular user, out of approx. 30, that is experiencing an intermittent problem when trying to save a Word 2007 document to a network drive.  The particular error is
    "Word cannot complete the save due to a file permission error. (xxx.docx)"  CTRL-SHIFT-I Error Code is: 701743
    This only happens while he is working in a document created from a template (.dotm) file I made a few months ago.  The problem has never occurred with any other Word docs or Excel, or any of the other users accessing the template to create documents. He
    also gets an error message stating
    "xxx.docx cannot be found.  Check your spelling, or try a different path."  CTRL-SHIFT-I Error Code is: 200635
    But this only occurs when trying to "Save As"  The odd thing is that if he renames the file to something like xxx1.docx, it will allow him to save on the network folder with no issues.  And as mentioned, this is intermittent - he may go weeks without
    seeing the message while doing nothing different.
    I have tried search for similar issues in the forums but they don't seem to match exactly what is happening to us.  Our 3-man IT department seems to be at a loss and I have had good luck solving other issues in this forum so I thought I would give it
    a try.
    Any ideas would be appreciated.
    Thanks,
    Adam

    Hi,
    It's seems temporary internet folder corrupted, please try to modify the location for temporary Internet files for Internet Explorer test this issue:
     1.In Internet Explorer, choose Internet Options from the Tools menu to display the Internet Options dialog.
     2.In the Internet Options dialog, click the General tab. In the Browsing history section click Settings to open the Temporary Internet Files and History Settings dialog.
     3.In the Temporary Internet Files and History Settings dialog, click Move Folder to open the Browse for Folder dialog.
     4.In the Browse for Folder dialog, select the following location.
    C:\Users\<user name>\AppData\Local\Microsoft\Windows\Temporary Internet Files
    5.Click OK to close the Browse for Folder dialog. Click OK to close the Temporary Internet Files and History Settings dialog. Click OK to close the Internet Options dialog.
    6.Reboot the computer.
    More detailed information you can refer to below link:
    http://blogs.technet.com/b/ryan_christiansen/archive/2008/04/28/word-2007-file-save-errors-an-error-is-displayed-when-attempting-to-save-a-word-document.aspx
    If this problem still persists, please refer to this article troubleshooting problems:
    http://support.microsoft.com/kb/921541
    Best regards.
    William Zhou
    TechNet Community Support

  • Word 2007 VBA vs Word 2010 VBA - Macro Failure

    Hi,
    I have a macro that when run in Word 2007 VBA works fine (Takes a Word Template, an Excel Spreadsheet and produces PDF output of merged documents).
    Sub mergethem_be() '
    ' merge1record_at_a_time Macro
    Dim fd As FileDialog
    'Create a FileDialog object as a Folder Picker dialog box.
    Set fd = Application.FileDialog(msoFileDialogFolderPicker)
    With fd
    'Use the Show method to display the Folder Picker dialog box and return the user's action.
    'The user pressed the button.
    If .Show = -1 Then
    For Each vrtSelectedItem In .SelectedItems
    'vrtSelectedItem is aString that contains the path of each selected item.
    'You can use any file I/O functions that you want to work with this path.
    'This example displays the path in a message box.
    SelectedPath = vrtSelectedItem
    Next vrtSelectedItem
    Else
    MsgBox ("No Directory Selected. Exiting")
    Exit Sub
    End If
    End With
    'Set the object variable to Nothing.
    Set fd = Nothing
    Application.ScreenUpdating = False
    MainDoc = ActiveDocument.Name
    ChangeFileOpenDirectory SelectedPath
    For i = 1 To ActiveDocument.MailMerge.DataSource.RecordCount
    With ActiveDocument.MailMerge
    .Destination = wdSendToNewDocument
    .SuppressBlankLines = True
    With .DataSource
    .FirstRecord = i
    .LastRecord = i
    .ActiveRecord = i
    docName = .DataFields("naam_mailing").Value & ".pdf"
    End With
    .Execute Pause:=False
    Application.ScreenUpdating = False
    End With
    ActiveDocument.ExportAsFixedFormat OutputFileName:=docName, ExportFormat:=wdExportFormatPDF, OpenAfterExport:=False, OptimizeFor:=wdExportOptimizeForPrint, Range:=wdExportAllDocument, From:=1, To:=1, Item:=wdExportDocumentContent, IncludeDocProps:=True, KeepIRM:=True, CreateBookmarks:=wdExportCreateNoBookmarks, DocStructureTags:=True, BitmapMissingFonts:=True, UseISO19005_1:=False
    ActiveDocument.Close SaveChanges:=False
    Next i
    Application.ScreenUpdating = True
    End Sub
    If there are 31 rows in the spreadsheet it produces 31 PDF documents named based on the Name field in the Mail Merge Template.
    However when I use the same Macro code in Word 2010, same mail merge template and same source excel, it produces the first PDF and then generates an error on the bolded line as if there was no longer a document available.
    Now I know I use ActiveDocument.Close before going through the loop again, but that seems fine for Word 2007.
    Am I missing something really obvious here?

    If Bernie's ideas don't work, single step thru the code. Does the first file get created properly?
    What is the error? If the file isn't created, then the ActiveDocument refers to the template which isn't good to close!
    I suspect there is a different behavior in how Word 2010 works and your VBA code probably needs to reflect that, though VBA is usually very good at providing backwards compatibility.
    Rod Gill
    Author of the one and only Project VBA Book
    www.project-systems.co.nz

  • Cannot install xmlp plugin for word 2007 on Windows 7 64bit

    I cannot install xmlp plugin for word 2007 on Windows 7 64bit. I keep getting a "java runtime not installed" error. I have applied the latest updates to word. Is there a fix to this?

    Hi,
    Even if you use a 64bit OS, the office version could be either 32bit or 64bit. Which one do you use? If already installed a 64bit version Office, try to switch to a 32bit one, because it will work fine and might solve your problem too.
    *[url http://www.java-forums.org/blogs/advanced-java/collection/]Java collection*

  • How to develop a plugin for 64-bit windows 2008 server?

    I have developed a plugin to open local application from web pages, but the plugin could only run on 32-bit windows and 32-bit and 64-bit windows 7, it couldn't work on 64-bit windows 2008 server. The plugin was compiled by vs2008 studio on 32-bit windows xp. Any instructions or advices, men of genius? Thanks

    Hi Gnittala,
    Thanks for your reply.
    I debug the javascript code in firebug on windows 8 and found that firefox would be not responding while executing "document.body.append(myPlugin)".
    My javascript code is below:
    function openLocalApp(cmdPath, cmdLine) {
    var npMyPlugin = navigator.mimeTypes["application/mozilla-npruntime-scriptable-plugin"];
    if (npMyPlugin) {
    var myPlugin = document.createElement("embed");
    myPlugin.style.visibility = "hidden";
    myPlugin.type = "application/mozilla-npruntime-scriptable-plugin";
    myPlugin.width = 0;
    myPlugin.height = 0;
    document.body.appendChild(myPlugin);
    myPlugin.foo(cmdPath, cmdLine);
    } else {
    alert("Failed to create the plugin!");
    And firefox plugin's source code copys from the following link:
    http://mxr.mozilla.org/seamonkey/source/modules/plugin/samples/npruntime/
    Just changed a little.
    I know the sample is very old, but newer proper sample couldn't be found. So if you can give me a newer sample, I'll appreciate.
    Thanks again.

  • Please help me to get Oracle 10.2.0.5 software for 64 bit Windows 2008 R2

    Hi All,
    Subject: Please help me to get Oracle 10.2.0.5 software for 64 bit Windows 2008 R2 operating system.
    I am looking for Oracle 10.2.0.5 software to install in windows 2008 server (64 bit) R2. I tried with oracle download repository but unfortunately I couldnt find this software. In the below link I can see the product Oracle 10.2.0.5 - 64 bit (Itanium). I have tried to download and install in the server but I received in-compatible error message.
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    From the oracle support certification site I have found that the Oracle 10.2.0.5 is the compatible version to installed in windows 2008 server(64) R2.
    I am trying very hard to find Oracle 10.2.0.5 - 64 bit. Can you please suggest me where I can download this software.
    Please do the needful.
    Regards,
    Jame

    Hi;
    Which means, do i need to install 10.2.0.4 and then to upgrade 10.2.0.5 using patchset?10.2.0.1 is base relase 10.2.0.x is patchest. 10.2.0.5 cover previous patchest errors which mean you do not need install 10.2.0.4 than upgrade it 10.2.0.5
    Regard
    Helios

  • ACS SE Agent aupport for 64 Bit Windows 2008

    Greetings All,
    Is there ACS SE agent support for a 64 Bit Windows 2008 Server. I was told there was not, I just want to confirm.
    thanks.

    there isn't sorry

  • I have had a trial version of Acrobat X1 Pro - I have decided not to buy at this stage - for some time it has been conflicting with opening PDF docs after saving as from word 2007 - I uninstalled Pro X1 and now when I save as from word 2007 to PDF it will

    Can anyone help with this - do I have to uninstall Reader and then reinstall?

    I have had a trial version of Acrobat X1 Pro - I have decided not to buy at this stage - for some time it has been conflicting with opening PDF docs after "saving as" from word 2007 - I uninstalled Pro X1 and now when I "save as" PDF from word 2007 to PDF it will save the document as a PDF but will not open the document to display after publishing - I have to got to where the file has been saved to view the new PDF document - this is really annoying - do I have to delete adobe reader and reinstall it - adobe needs to look at this conflict with acrobat pro as I have even gone it to properties and tried to have adobe reader as the default PDF program - the main issue is that I cannot view the PDF after publishing it from word 2007

  • Word 2007 cannot save

    Bit of an odd isasue here.
    Have a user who cannot save  any files
    Pressing CTRL + S does nothing
    When he clicks "Save As" nothing happens
    When closing the file it asks does he want to save, click yes nothing happens
    It seems to be only his profile affected.
    We have removed Normal.dot and tried the repair option.
    Is there something I am missing out on?
    Thanks
    Shane

    Hi,
    You can try the following steps:
    Rename the global template (Normal.dot)
    Follow the steps for the operating system that you are using:
    Windows Vista and Windows 7
    1.      
    Exit Word 2007
    2.      
    Click
    Start.
    3.      
    In the
    Start Search box, type the following text, and then press ENTER:
    %userprofile%\appdata\roaming\microsoft\templates
    4.      
    Right-click
    Normal.dotm, and then click Rename.
    5.      
    Type
    Oldword.old, and then press ENTER.
    6.      
    Close Windows Explorer.
    7.      
    Start Word 2007, and then open the document.
    Microsoft Windows XP
    1.      
    Exit Word 2007
    2.      
    Click
    Start, and then click Run.
    3.      
    In the
    Open box, type the following text, and then press ENTER:
    %userprofile%\Application Data\Microsoft\Templates
    4.      
    Right-click
    Normal.dotm, and then click Rename.
    5.      
    Type
    Oldword.old, and then press ENTER.
    6.      
    Close Windows Explorer.
    Sincerely,
    Harry 
    TechNet Subscriber Support in forum
    If you have any feedback on our support, please contact
    [email protected] 

  • SBS 2011 GPO for changing the default save location for Word/Excel 2013 not working

    So this is a strange one. I've got an SBS 2011 server that's the only domain controller in the org. I've created a GPO to change the default save location for Excel 2013 and Word 2013 using the Office 2013 ADMX files which were installed to the PolicyDefinitions
    folder.
    The GPO (U-Office2013 Default Save Location) only contains:
    1. User Configuration - Microsoft Excel 2013/Excel Options/Save - Default file location - Enabled - Z:\
    2. User Configuration - Microsoft Word 2013/Word Options/Advanced/File Locations - Default file location - Enabled - Z:\
    The GPO is linked at the OU that contains my users for my SBS organization.
    When I do a gpupdate /force on a windows 7 system with office2013 installed, and then run a gpresult/rsop, the policy appears to be applied successfully as it lists my GPO under the Applied GPOs list on the workstation:
    Applied GPOs
    Default Domain Policy dyndns.local AD (24), Sysvol (24)
    U-Office2013 Default Save Location domain.local/SBSusers AD (6), Sysvol (6)
    In the gpresult report, the applied settings appear under:
    Administrative Templates
    Extra Registry Settings
    software\policies\microsoft\office\15.0\excel\options\defaultpath Z:\ U-Office2013 Default Save Location
    software\policies\microsoft\office\15.0\word\options\doc-path Z:\ U-Office2013 Default Save Location
    BUT, when I go to the workstation, and check office->options-Save-default file path, the path has not been changed to what the GPO is pushing.
    The strange thing is that in my test environment running 2008R2 server and Win7 with Office 2013 and identical settings the default save location is applied and works as expected.
    Any ideas?
    I've already tried re-installing the ADMX templates and re-created the GPO's several times.
    I should also note that other GPO's on the SBS2011 server such as the folder redirection GPO work as expected on the same windows 7 system. It just appears to be an issue with the default save location in office2013 and other Office 2013 related GPOs which
    utilize the recently added ADMX template that don't seem to be working for me.
    Thanks in advance.

    Hi Justin,
    Thanks for your reply. I have tried several different user accounts (all have local admin privileges to the workstation) with the same issue. The default save path does not get applied from the GPO to any of the users i've tried. Here's the steps I took
    per your suggestion:
    1. log on as a user who has never logged onto the workstation before.
    2. run gpupdate /force (entered y for yes when prompted to log off).
    3. Log back in as the user and open Office and check the default save path. It has not been changed to match the GPO setting.
    4. Check rsop to see if the policy was applied. Rsop states the gpo was applied successfully.
    I have attached the gpsvc.log file from a the session described above. The GPO Guid in question is: {DC3C93EC-7C28-48E9-BA38-FCA1E275A207}. Its common name is: U-Word 2013 Default Save Location. It's only setting is:
    Policies\Administrative Templates\Policy definitions(admx files retrieved from central store\Microsoft Word 2013\Word Options\Advanced\File Locations\Default File Location = Enabled\Documents = F:\
    -------gpsvc.log sections containing the aforementioned GUID start---------
    GPSVC(410.1730) 09:10:51:186 ProcessGPO:  ==============================
    GPSVC(410.df0) 09:10:51:186 GetGPOInfo:  ********************************
    GPSVC(410.1730) 09:10:51:186 ProcessGPO:  Searching <cn={DC3C93EC-7C28-48E9-BA38-FCA1E275A207},cn=policies,cn=system,DC=gc,DC=local>
    GPSVC(410.1730) 09:10:51:186 ProcessGPO:  User has access to this GPO.
    GPSVC(410.1730) 09:10:51:186 ProcessGPO:  GPO passes the filter check.
    GPSVC(410.1730) 09:10:51:186 ProcessGPO:  Found functionality version of:  2
    GPSVC(410.1730) 09:10:51:186 ProcessGPO:  Found file system path of:  <\\gc.local\SysVol\gc.local\Policies\{DC3C93EC-7C28-48E9-BA38-FCA1E275A207}>
    GPSVC(410.1730) 09:10:51:186 ProcessGPO:  Found common name of:  <{DC3C93EC-7C28-48E9-BA38-FCA1E275A207}>
    GPSVC(410.1730) 09:10:51:186 ProcessGPO:  Found display name of:  <U-Word 2013 Default Save Location>
    GPSVC(410.1730) 09:10:51:191 ProcessGPO:  Found user version of:  GPC is 3, GPT is 3
    GPSVC(410.1730) 09:10:51:191 ProcessGPO:  Found flags of:  0
    GPSVC(410.1730) 09:10:51:191 ProcessGPO:  Found extensions:  [{35378EAC-683F-11D2-A89A-00C04FBBCFA2}{D02B1F73-3407-48AE-BA88-E8213C6761F1}]
    GPSVC(410.1730) 09:10:51:191 ProcessGPO:  ==============================
    GPSVC(410.1730) 09:10:51:191 ProcessLocalGPO:  Local GPO's gpt.ini is not accessible, assuming default state.
    GPSVC(410.1730) 09:10:51:191 ProcessLocalGPO:  GPO Local Group Policy doesn't contain any data since the version number is 0.  It will be skipped.
    GPSVC(410.1730) 09:10:51:191 GetGPOInfo:  Leaving with 1
    GPSVC(410.1730) 09:10:51:191 GetGPOInfo:  ********************************
    -------gpsvc.log start---------
    -------output of gpresult /r-------
    Microsoft (R) Windows (R) Operating System Group Policy Result tool v2.0
    Copyright (C) Microsoft Corp. 1981-2001
    Created On 5/30/2014 at 9:24:08 AM
    RSOP data for GC\ssanders on OPTI9020-01 : Logging Mode
    OS Configuration:            Member Workstation
    OS Version:                  6.1.7601
    Site Name:                   Default-First-Site-Name
    Roaming Profile:             N/A
    Local Profile:               C:\Users\ssanders
    Connected over a slow link?: No
    COMPUTER SETTINGS
        CN=OPTI9020-01,OU=SBSComputers,OU=Computers,OU=MyBusiness,DC=gc,DC=local
        Last time Group Policy was applied: 5/30/2014 at 9:10:47 AM
        Group Policy was applied from:      GCSBS.gc.local
        Group Policy slow link threshold:   500 kbps
        Domain Name:                        GC
        Domain Type:                        Windows 2000
        Applied Group Policy Objects
            Windows SBS CSE Policy
            Windows SBS Client - Windows Vista Policy
            Windows SBS Client Policy
            Update Services Client Computers Policy
            C-Create Syntiro Root Folders
            Default Domain Policy
        The following GPOs were not applied because they were filtered out
            Local Group Policy
                Filtering:  Not Applied (Empty)
            Windows SBS Client - Windows XP Policy
                Filtering:  Denied (WMI Filter)
                WMI Filter: Windows SBS Client - Windows XP
        The computer is a part of the following security groups
            BUILTIN\Administrators
            Everyone
            BUILTIN\Users
            NT AUTHORITY\NETWORK
            NT AUTHORITY\Authenticated Users
            This Organization
            OPTI9020-01$
            Domain Computers
            System Mandatory Level
    USER SETTINGS
        CN=Stephen Sanders,OU=SBSUsers,OU=Users,OU=MyBusiness,DC=gc,DC=local
        Last time Group Policy was applied: 5/30/2014 at 9:13:17 AM
        Group Policy was applied from:      GCSBS.gc.local
        Group Policy slow link threshold:   500 kbps
        Domain Name:                        GC
        Domain Type:                        Windows 2000
        Applied Group Policy Objects
            Windows SBS User Policy
            Windows SBS CSE Policy
            Small Business Server Folder Redirection Policy
            U-Word 2013 Default Save Location
            U-Office 2013 Disable Backstage
            U-Office Disable Start Screen
            U-Office Trust Center Settings
            U-Word Autorecover Location
            U-Word Autosave Interval
            U-Word Disable Capitalization First Word
            U-Word Set Arial Default Font
            U-Word UI Customizations
            U-Power Plan Settings
            Default Domain Policy
        The following GPOs were not applied because they were filtered out
            Local Group Policy
                Filtering:  Not Applied (Empty)
        The user is a part of the following security groups
            Domain Users
            Everyone
            BUILTIN\Administrators
            BUILTIN\Users
            NT AUTHORITY\INTERACTIVE
            CONSOLE LOGON
            NT AUTHORITY\Authenticated Users
            This Organization
            LOCAL
            Windows SBS Link Users
            Windows SBS Fax Users
            Windows SBS SharePoint_MembersGroup
            Windows SBS Folder Redirection Accounts
            Windows SBS Remote Web Workplace Users
            High Mandatory Level
    -------end gpresult output-------       
    Thanks in advance for any help. I also have a pps ticket open with Microsoft, but they're dragging their feet.

  • Using 'save as' in word 2007 corrupts a field in rtf template

    I am working on a cheque template using Word plug-in (Word 2007).
    I have created a number of fields to display the micr line. Examples of 3 of these fields are below. I am using micr mt font 12pt to display the micr line.
    <?if@inlines:PaymentAmount/Currency/Code='CAD'?>
    <?xdofx:'C' || lpad(PaymentNumber/CheckNumber,8,'0') || 'C'?>
    <?end if?>
    In most cases, if I make a change to the template and preview as pdf (which automatically triggers a save), the output of the micr line is fine.
    If I make a word only change (i.e add a carriage return) or if I use 'save as' (i.e. when I am making a back-up of the template with a different name) and preview using pdf, the Micr line does not display properly. Instead of the micr line, I see the text from the field itself (i.e. <?end if?>) displayed in micr mt font which means a bunch of boxes and other strange characters.
    It isn't just the preview output that is broken. If I generate and compare the actual xsl-fo stylesheet, there is a section missing in the broken version, and it is replaced by the strange characters.
    If I go in and re-enter the code into the fields, everything is fine again until I save using 'save as' or preview after a minor 'word only' type change such as a carriage return.
    Has anyone else experienced this?
    Thanks,
    Tam

    This does not sound right.
    I highly recommend you to report this to Oracle Support (open a SR).
    Include:
    - The product version (5 digit number)
    - Include steps how to reproduce the issue (if possible with screenshots)
    - Include example (either RTF and XML file and steps to reproduce).
    Give no excuses to Oracle Support to come back with a vague answer
    it seems you have found a bug.
    cheers
    Jorge

  • Can Saveas prompt for location, but still use a system generated filename

    I have a client that's wanting to save a pdf file of a datawindow.
    But, they want the program to prompt them for the location to save the file.
    It looks like you can do a saveas and leave the filename blank.
    and, it will prompt the user for the path/filename
    is there a way, that I can prompt them.... but, put the filename that was generated by
    the program, on the filename line
    I thought I had done something like this, for import of a file
    but, I don't think I've done a saveas
    does this make sense?
    basically.... I want the user to be able to chose the path
    but, not necessarily the filename... maybe just put, the generated one
    can this be done on the screen, that's prompted for... in the saveas routine?
    i guess I could have them specify both... if I had to

    Ask for the destination path with GetFolder() and then add the file name to the value returned by
    GetFolder()
    Best regards,
    AUS Julián Tagarro
    NeoSistemas SRL

  • RoboHelp 6 for Word 2007

    Hello,
    I am running Office 2007 and Word 2007. Yesterday I purchased
    and installed Robohelp 6 for Word. It doesn't seem to work with
    this version of Word.
    What it the latest version of Word that Robohelp 6 is
    compatible with?
    Can I uninstall just Word 2007, install the compatible
    version, and keep the rest of Office 2007 installed. Or, do I need
    to uninstall Office 2007?
    Thanks.

    Welcome to the forum.
    That'll be because the Getting Started guide indicates that
    RH6 supports up to Word 2003. :-)
    I'll be adding some instructions to my site over the weekend
    about having Word 2003 and Word 2007 installed and having RH6 work
    with Word 2003.
    In short, you have to uninstall Word 2007 (not the whole of
    Office 2007).
    Uninstall RH6.
    Install Word 2003
    Install Word 2007 (this assumes you have licences for both
    rather than having bought an upgrade)
    Open Word 2003 and then close it.
    Install RH6.
    Whenever you want to use RH, if you last used Word 2007 for
    something else, you need to run Word 2003.
    Each time you switch from one version of Word to the other,
    Word will go through a configuration routine that takes a minute or
    so. I found a registry change that will stop that and it will be on
    my site. For now, live with the configuration.

  • Robohelp for Word 2007 templates

    If you have Word 2007 installed, then install Robohelp for Word v7, are the templates used to build the help system by RoboHelp dot or dotx or dotm?

    It should not be necessary.
    See www.grainge.org for RoboHelp and Authoring tips

  • How to insert a Chart using Template Builder for Word 2007

    Hello,
    I am trying to insert a chart in my report, but the OK button in the Chart dialog box is disabled. I am able to move the data but OK button would never become available.
    Does anybody knows what happend?
    I' using BI Publisher 10.1.3.4 and Word 2007
    Any help would be really appreciated :)
    Regards,
    Blanca

    Hi,
    Probably this will help you.
    Uninstall the template builder for word and restart you system and re-install it.
    Because this is add in component in MS Word.So some times this installation is not perfect.Try it once.
    I hope this will work

Maybe you are looking for

  • Unable to Initialize video deck, you may still use capture now. ??

    Im trying to capture footage off my sony DCR-TRV900. Ive been able to do it before, but all of a sudden i cant. Ive tried all sorts of crap like switching cables, even sending the camera in. I dont know if settings got messed up or crap like that, bu

  • Performance tuning in t

    hi, I have to do perofrmance for one program, it is taking 67000 secs in back ground for execution and 1000 secs for some varints .It is an  ALV report. please suggest me how to proced to change the code.

  • How do I keep folder settings below the top level

    There's a certain Finder setting I prefer for folders regarding icon view. I use a size and arrangement that works very well for me. After replacing my older MacBook Pro with a new MBP and transferring all my data, the setting I prefer only works at

  • Reusability of Adobe form created in SFP in a WebDynpro Java application

    Hi Experts, Can some one advise me how I can use the pdf form created in ABAP side (Transaction SFP) in the WebDynpro Java application? What is the procedure to include this pdf object in the WebDynpro application development? Regards, Shobhit

  • Macbook pro - Trojan infection and Software errors?

    Dear Apple users and helpers, I am a Macbook pro user with only basic software skills and knowledge about hardware etc. I recently had a friend look at my macbook pro and together we found out that my Macbook pro had been infected with several trojan