Word 2013 VBA Complie error in hidden module: frmabout

Cannot seem to find a resolution to this problem.
Happening on one system and weirdly only one user profile.
Each time the user of profile one opens or closes MS Word 2013 they receive a dialog box indicating the following.
VBA : COMPILE ERROR IN HIDDEN MODULE: FRMABOUT
THIS ERROR COMMONLY OCCURS WHE CODE IS INCOMPATIBLE WITH THE VERSION, PLATFORM, OR ARCHITURE OF THIS APPLICATION. CLICK "HELP" FOR INFORMATION ON HOW TO CORRECT THIS ERROR.
On the same system user, profile two opens and closes MS Word 2013 without any error. 
Word 2013 seem usable even with the error it's just annoying to the end user.
System is not connecting to a domain or external server.
Any assistance is appreciated.
Art

Hi,
For the error message, the FRMABOUT macro code in that template is not compatible with any recent version of Word. We may try to find the template and rename it.
The template is typically named FRMABOUT.dotm, although the number may be different depending on which version of the wizard you installed.
There are three possible locations to find the template:
%appdata%\Microsoft\Word\STARTUP
C:\Program Files\Microsoft Office\Office15\STARTUP
C:\Program Files (x86)\Microsoft Office\Office15\STARTUP
For the first one, paste the path into the address bar of the file explorer and press Enter, so the %appdata% part gets expanded to the proper place in your user profile.
The last of the locations will exist only if you're running 32-bit Office on 64-bit Windows.
Look in each place and rename the file wherever you find it. Then restart Word.
More reference:
http://support.microsoft.com/kb/921541/en-us
Regards,
George Zhao
TechNet Community Support

Similar Messages

  • Word 2013 VBA Runtime Error 4198

    I havea macro thataddsrows in a table(over 500rows)aftera bit ofinsertionsreturnsthe errorruntime
    error4198.
    my codeis as follows:
    For i = 1 To Wx
            Selection.PasteAppendTable
     Next i....
    Thanks
    Marzio

    Hi,
    I have a document with
    the following table:
    I mustadd at least1000 linesvia VBA,I try todo it withthe
    following code:
    'Sub AutoOpen()
    Sub Macro1()
    ' AutoOpen Macro
    ' Macro created 03/05/2013 by gary and roger
    Dim UsPath$
    Dim Wx As Integer
    UsPath$ = Environ("userprofile")
    Selection.Find.ClearFormatting
    Selection.Find.Replacement.ClearFormatting
    With Selection.Find
    .Text = "[#Tipo]"
    .Replacement.Text = fVal$
    .Forward = True
    .Wrap = wdFindContinue
    .Format = False
    .MatchCase = False
    .MatchWholeWord = False
    .MatchWildcards = False
    .MatchSoundsLike = False
    .MatchAllWordForms = False
    End With
    Selection.Find.Execute
    Selection.MoveRight Unit:=wdCharacter, Count:=5, Extend:=wdExtend
    Selection.Copy
    Wx = 1000
    Selection.MoveDown Unit:=wdLine, Count:=1
    Selection.PasteAppendTable
    For i = 1 To Wx
    Selection.PasteAppendTable
    Next i
    End Sub
    the error is random
    Thanks Marzio

  • MS Word Compile error in hidden module:  trav_surrogate, How do I correct this

    Every time I try to open MS Word on my iMac, I get the message:  COMPILE ERROR IN HIDDEN MODULE:  TRAV_SURROGAE.  Please tell me how to get rid of this message or clear up the problem. 

    Try asking your Microsoft Word question in the Microsoft Office forums where the Office gurus hang out. http://answers.microsoft.com/en-us/mac?auth=1

  • BIP in Word having 'Compile error in hidden module'

    Hi, I have a question refer to use BIP in Word.
    I installed BIP Desktop and I have BIP Toolbar, but when I try use Oracle BI Publisher -> Log On I see:
    Compile error in hidden module: UserForm_ProgressBar,
    When I try load data I see:
    compile error in hidden module: Class_TvwCommon
    and so on.
    I have Windows XP (SP3), BIP 10.1.3.4, Word 2002.
    Where is problem? Can anyone help me out?
    Thanks,
    Patrick

    Can you try this?
    1) Set the Template Builder for Word Language. After installing BI Publisher Desktop, go to BI Publisher Desktop program menu and set the UI language. Close any running Microsoft Office programs. Steps: All programs -> Oracle BI Publisher Desktop -> Template Builder for Word Language. Select your language and click OK.
    Rgds
    Chundi

  • BI Desktop - compile error in hidden module

    Hi,
    I realise this is a common and old problem, but I'm having trouble setting up BI publisher desktop on my laptop with:
    64 bit
    Windows 7
    Office 2007
    I started with this
    https://blogs.oracle.com/xmlpublisher/entry/template_builder_woes
    and I've tried these suggestions
    compile error in hidden module: module starter  (Urgent)
    even to the point of removing .NET 4 and re-applying v2
    I have re-installed BI desktop quite number of times now, and I've given up trying. Any tips?
    Scott

    Hi,
    I too was facing the same problem while clicking on the log in button on the Microsoft Word.
    I just executed the below command and now I am able to login to Bi Publisher through my Microsoft Word.
    Run command prompt as Admin
    For 64-bit operating systems, type the following:
    Regsvr32 "C:\Windows\SysWOW64\MSCOMCTL.OCX"
    For 32-bit operating systems, type the following:
    Regsvr32 "C:\Windows\System32\MSCOMCTL.OCX"
    Thanks,
    Ila

  • ADI 7.2.11 - Error "Compile error in hidden module Utils.1"

    Hi,
    I've got the following Error message , with ADI 7.2.11 , with Excel 2003 and Excel 2007 , while Uploading Journal :
    Microsoft Visual Basic Error : "Compile error in hidden module Utils.1"
    Note : The following has been checked :
    - In Excel 2003 : "Trust access to Visual Basic Project" has been Checked.
    - In Excel 2007 : "Trust access to the VBA project object model" has been Checked.

    Hi Octavio,
    Thank's for your Help.
    I've checked Note 796512.1 : the following security Updates are not installed : KB936507, KB958690, KB960225.

  • Getting Compile error in hidden module: Module_starter.

    Hi,
    I am trying to create a report from BIP using OBIEE.
    In OBIEE, I have created and saved an Answer.
    From MS Word, after logging into BIP, I chose Workspace as "Oracle BI". Then I select the Answer that I had created earlier. When I try to save this answer as Oracle BIP report, I get error "Compile error in hidden module: Module_starter."
    Any idea what's going wrong here?

    Security Update for windows XP (KB936021)

  • Compile error in hidden module:A_EEMain

    if I open Excel macros in excel 2010, it comes a Error message. Then it should go ahead with Press OK . that Error is there as per below.
    "Compile Error in Hidden Module:A_EEMain"
    Please give any solution.

    Make sure you didn’t miss any references.
    1. Open the VBE (Alt + F11)
    2. From the Tools menu click References
    Also you can refer to the links below:
    http://www.mrexcel.com/forum/excel-questions/544280-excel-2010-incompatible-code-error.html
    http://www.excelforum.com/excel-programming-vba-macros/388193-compile-error-in-hidden-module.html

  • Compile error in hidden module: Class_TvwCommon

    Hi,
    I installed BIP Desktop and I have BIP Toolbar, but when I try to use Oracle BI Publisher -> Log On I see:
    Compile error in hidden module: UserForm_ProgressBar,
    When I try load data I see:
    compile error in hidden module: Class_TvwCommon
    and so on.
    I have Windows XP (SP3), BIP 10.1.3.4, Word 2007.
    Kindly help.
    Thanks,
    Raj

    Abhishek,
    This thread might help : Re: Word Toolbar Missing
    Regards,
    Rownald

  • Compile error in hidden module: module starter  (Urgent)

    Hi Experts,
    I am trying to logon to my word document template which was working fine before and now i am getting the error compile error in hidden module: module starter any advise or help can be greatly appreciated. I am using word 2010 and OBIEE version 11.1.1.5
    Thanks,
    RC

    I was getting same error and able to resolve this problem by following below steps. I have windows 7 and office 2007.
    1. Uninstall BI Publisher. Check if all BI Publisher files are clean-up from your computer. Look for template file under C:\Users\UserID\AppData\Local\Oracle\BIPublisher\TemplateBuilderforWord and C:\Users\UserID\AppData\Roaming\Microsoft\Word\STARTUP. Recommended cleaning of temp folder under Window directory.
    2.     re-install BI publisher.
    3.     Rename MSComctlLib.exd file to MSComctlLib.exd_bak from “C:\Users\UserID\AppData\Roaming\Microsoft\Forms” directory. I have windows7, Path will not be same on other OS. Recommend searching for this file.
    4.     Restart MS Word, then click on Add-Ins->Oracle BI Publisher->Log On.
    Hope this will help.
    Edited by: user6107479 on Apr 25, 2012 1:47 PM
    Edited by: user6107479 on Apr 25, 2012 1:49 PM

  • Compile error in hidden module: AZWizardModul.

    Receiving the following error message when opening Office Word 2010:
    =========================================================
    Microsoft Visual Basic for Applications
    Compile error in hidden module:  AZWizardModul.
    This error commonly occurs when code is incompatible with the
    version, platform, or architecture of this application.  Click ‘Help; for
    information on how to correct this error.
    =========================================================
    Microsfot Office Word 10 has never been a problem.
    Recently purchased a new HP i7 laptop, have had problems since..
    Have attempted several online solutions but nothing has worked.

    Hello StanleyBogacz. I understand that you're encountering this error when launching Word 2010. Is this correct?
    The module it is referring to is an Avery Label Wizard template. Do you have Avery Label Wizard? It is not compatible with Office 2010.  Here is a Microsoft Answers thread on the topic.
    In any case, it would be a good idea to remove this template and attempt to use Word again. Follow these directions as this in a hidden folder within Windows.
    Click Start, type "C:\users\\appdata\roaming\microsoft\templates" and press Enter.
    Locate the AZWizardModul.
    Right click this module and delete it.
    Close any Word windows and re-open it.
    Verify that the error is no longer there.
    The easiest way to find your computer name is to click Start. Then right-click Computer and this will open the System Information window. In the middle area is a section labeled "Computer Name," it will be listed here.
    I hope you find this information helpful; have a great day!
    Please click the white star under my name to give me Kudos as a way to say "Thanks!"
    Click the "Accept as Solution" button if I resolve your issue.

  • Compile error in hidden module: modMainRoutines

    Dear All,
    When I generate EWA Report from Solution Manager, MS Word generate error message below:
    compile error in hidden module: modMainRoutines
    And it just generate up to System Configuration session.
    Is anyone got this problem before?
    Best Regards,
    Henry

    Definitely posted in the wrong forum!
    --- Rich Matheisen MCSE&I, Exchange MVP

  • Error message in excel 2003 : compile error in hidden module could be caused by Adobe Acroate add in

    The error message in excel 2003 : "compile error in hidden module AutoExecNew" could be caused by Adobe Acroate add ins, thats waht microsoft told me.I use windows xp service pack3.I have got reader newest version and photoshop 6.0. With this and also with an older reader version I got the error message when opening excel. what can I do?
    Best regards Ray

    If you have Adobe Reader, you (probably) don't have Adobe Acrobat, a
    commercial ($$) product. 5.0 is a very old release.
    But you can check if the files are there anyway from long ago. See
    http://support.microsoft.com/kb/307410
    Aandi Inston

  • Compile error in hidden module: Essbaselogon. This error commonly occurs when code is incompatible with the version, Platform, or architecture of this application

    Hi,
    I am getting below wrror while accesing the Ecel:
    compile error in hidden module: Essbaselogon. This error commonly occurs when code is incompatible with the version, Platform, or architecture of this application

    IIRC essbase is a financial reporting add-in (Hyperion, or something similar?).
    This message is telling you that the add-in is not compatible with your current software. You should check with the vendor who provided the essbase add-in. Tell them what version of windows and Excel (and maybe Hyperion) you are using, and get a compatible
    version from them...
    If you do not need or run essbase/hyperion/etc then you should just remove/disable the add-in. If it doesn't show in your add-in menu, then you may have to do a repair installation or re-install Excel

  • Microsoft XL Compile error in hidden module:

    When i start and stop MS XL ,it give me this error message i chicked help and got this
    Compile error in hidden module: <module name>
    A protected module can't be displayed. This error has the following cause and solution:
    There is a compilation error in the code of the specified module, but it can't be displayed because the project is protected. Unprotect the project, and then run the code again to view the error.
    How i can Unprotect the project, and then run the code again to view the error.

    Is this an Oracle Database General question?Does it count if Oracle is installed on the machine? What about if an installation CD is near the keyboard?
    :-)

Maybe you are looking for

  • WebHelp Search function

    Hi, I generated the webHelp in my computer. But when I use Search function, I find I can't seach the item I new added. It show "No topic found", and some item's search results which are independent of new added are not the same as before. I have no i

  • How do I switch out of bridge mode

    My airport is not working, I called apple and they said it is in bridge mood and I need to put it on a shared network, How do I do that?

  • All query views has been deleted??

    Hello We have the phenomen, that suddenly all our query views has been deleted. We checked table RSZWVIEW and we didn't found any 'active' one anymore. (system production 3.5) So fare we don't think, that the users have deleted the views, as they don

  • Adobe/Microsoft/IBM bug

    Hi, We've recently noticed the following bug on 2 of our corporate pc's. Not sure where the problem lies, so I'm posting this on all 3 vendors sites (IBM, Microsoft and Adobe): We are unable to change the default font in our mail client, i.e. Lotus N

  • Printing in Photoshop?

    Watching a Richard Harrington tutorial in I-Tunes where he recommends letting the Printer Manage the print job! Huh? Thot the idea behind Calibration was for Photoshop to manage printing once you have calibrated your monitor and loaded that calibrati