Pages

Search

Microsoft Word - Endnote X6 tab disappeared from Word 2007

Microsoft Word - Endnote X6 tab disappeared from Word 2007


Endnote X6 tab disappeared from Word 2007

Posted: 08 Aug 2013 02:42 PM PDT

I am using Endnote X6 with Word 2007 on Windows 8 and both the Endnote tab and add-in in Word options have disappeared. Have tried doing a repair on Office through set up but no good. Can anyone help please?

Compiling information from several different documents onto the macro document.

Posted: 08 Aug 2013 11:54 AM PDT

We have created a macro that has two parts to it.  The first part allows users to click on their name which will then open up a document for them to enter their information.

 

The second part allows the supervisor to select the users and then take the information the users put on their document and copy and paste it to the master document (macro that is running).

 

This works great when we test it, because we have full access rights to the macro.  The supervisors don't have saving rights to the directory where the macros are located, so it seems to cause an error when the supervisor tries to compile it.

 

We then tried having the macro do a save as to  the master document and save it to a directory where the supervisors do have saving rights.  Then we encountered a problem with the macro trying to go back to the previous macro and it couldn't find the current macro open because we had done a save as.  (For example, the user clicks on an icon called TS which will open up a macro with several choices on it.  From there, the user will select I and E Section Forms which will then open up another macro listing more choices, then the user will select Management Report which will bring up the macro that will be doing the compiling.)  As I said before, for some reason, the macro is going back to the I and E macro and wants to look for the Management Report macro which we have renamed.

 

Any suggestions on how we can make this work?  I have attached the code for the Management Report macro.  I have blocked the code that we were trying to use to resave the macro.  Any help will be greatly appreciated.

 

**********************

 

Private Sub cmdCancel_Click()
   
    Unload Me

    MsgBox "Canceling all changes on the form.", _
    vbInformation, "Canceling Changes"

    ActiveDocument.Close
   
End Sub

 

Private Sub cmdCompile_Click()

Dim rng As Range

' ChangeFileOpenDirectory "S:\IANDESTAFF\"
'    ActiveDocument.SaveAs2 FileName:="S:\IANDESTAFF\IandE Daily Report.dotm", FileFormat:= _
'        wdFormatXMLDocument, LockComments:=False, Password:="", AddToRecentFiles _
'        :=True, WritePassword:="", ReadOnlyRecommended:=False, EmbedTrueTypeFonts _
'        :=False, SaveNativePictureFormat:=False, SaveFormsData:=False, _
'        SaveAsAOCELetter:=False, CompatibilityMode:=14

    If chkBill.Value = True Then

            Application.Templates.LoadBuildingBlocks
            Set rng = ActiveDocument.Bookmarks("Bill").Range
            rng.InsertAfter "Bill: "
           
        Word.Application.Documents.Open "S:\IANDESTAFF\Staffmeetingform.Bill.docx"
       
       
        ActiveDocument.Tables(1).Rows(2).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("Bill1").Select
        Selection.Paste
       
        Windows("Staffmeetingform.Bill.docx").Activate
        ActiveDocument.Tables(1).Rows(5).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("Bill2").Select
        Selection.Paste
       
        Windows("Staffmeetingform.Bill.docx").Activate
        ActiveDocument.Tables(1).Rows(8).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("BillCom").Select
        Selection.Paste
       
        Windows("Staffmeetingform.Bill.docx").Activate
        ActiveDocument.Tables(1).Rows(11).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("BillInfo").Select
        Selection.Paste
       
        Windows("Staffmeetingform.Bill.docx").Activate
        ActiveDocument.Tables(1).Rows(14).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("BillOth").Select
        Selection.Paste
       
        Windows("Staffmeetingform.Bill.docx").Activate
        ActiveDocument.Tables(1).Rows(17).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("BillNotes").Select
        Selection.Paste
       
        Windows("Staffmeetingform.Bill.docx").Activate
        ActiveDocument.Bookmarks("BillDate").Select
        Selection.EndKey Unit:=wdLine, Extend:=wdExtend
        Selection.Copy

        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("BillDate").Select
        Selection.Paste
       
        Windows("Staffmeetingform.Bill.docx").Activate
        ActiveDocument.Close
    End If
       
    If chkChuck.Value = True Then

            Set rng = ActiveDocument.Bookmarks("Chuck").Range
            rng.InsertAfter "Chuck: "
           
        Word.Application.Documents.Open "S:\IANDESTAFF\staffmeetingform.Chuck.docx"
     
       
        ActiveDocument.Tables(1).Rows(2).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("Chuck1").Select
        Selection.Paste
       
        Windows("staffmeetingform.Chuck.docx").Activate
        ActiveDocument.Tables(1).Rows(5).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("Chuck2").Select
        Selection.Paste
       
        Windows("staffmeetingform.Chuck.docx").Activate
        ActiveDocument.Tables(1).Rows(8).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("ChuckCom").Select
        Selection.Paste
       
        Windows("staffmeetingform.Chuck.docx").Activate
        ActiveDocument.Tables(1).Rows(11).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("ChuckInfo").Select
        Selection.Paste
       
        Windows("staffmeetingform.Chuck.docx").Activate
        ActiveDocument.Tables(1).Rows(14).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("ChuckOth").Select
        Selection.Paste
       
        Windows("staffmeetingform.Chuck.docx").Activate
        ActiveDocument.Tables(1).Rows(17).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("ChuckNotes").Select
        Selection.Paste
       
        Windows("staffmeetingform.Chuck.docx").Activate
        ActiveDocument.Bookmarks("ChuckDate").Select
        Selection.EndKey Unit:=wdLine, Extend:=wdExtend
        Selection.Copy

        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("ChuckDate").Select
        Selection.Paste
       
        Windows("staffmeetingform.Chuck.docx").Activate
        ActiveDocument.Close
    End If
       
           
    If chkLance.Value = True Then

            Set rng = ActiveDocument.Bookmarks("Lance").Range
            rng.InsertAfter "Lance: "
           
        Word.Application.Documents.Open "S:\IANDESTAFF\staffmeetingform.Lance.docx"
       
       
        ActiveDocument.Tables(1).Rows(2).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("Lance1").Select
        Selection.Paste
       
        Windows("staffmeetingform.Lance.docx").Activate
        ActiveDocument.Tables(1).Rows(5).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("Lance2").Select
        Selection.Paste
       
        Windows("staffmeetingform.Lance.docx").Activate
        ActiveDocument.Tables(1).Rows(8).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("LanceCom").Select
        Selection.Paste
       
        Windows("staffmeetingform.Lance.docx").Activate
        ActiveDocument.Tables(1).Rows(11).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("LanceInfo").Select
        Selection.Paste
       
        Windows("staffmeetingform.Lance.docx").Activate
        ActiveDocument.Tables(1).Rows(14).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("LanceOth").Select
        Selection.Paste
       
        Windows("staffmeetingform.Lance.docx").Activate
        ActiveDocument.Tables(1).Rows(17).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("LanceNotes").Select
        Selection.Paste
       
        Windows("staffmeetingform.Lance.docx").Activate
        ActiveDocument.Bookmarks("LanceDate").Select
        Selection.EndKey Unit:=wdLine, Extend:=wdExtend
        Selection.Copy

        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("LanceDate").Select
        Selection.Paste
       
        Windows("staffmeetingform.Lance.docx").Activate
        ActiveDocument.Close
    End If
       
    If chkRuss.Value = True Then

            Set rng = ActiveDocument.Bookmarks("Russ").Range
            rng.InsertAfter "Russ: "
           
        Word.Application.Documents.Open "S:\IANDESTAFF\staffmeetingform.Russ.docx"
      
       
        ActiveDocument.Tables(1).Rows(2).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("Russ1").Select
        Selection.Paste
       
        Windows("staffmeetingform.Russ.docx").Activate
        ActiveDocument.Tables(1).Rows(5).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("Russ2").Select
        Selection.Paste
       
        Windows("staffmeetingform.Russ.docx").Activate
        ActiveDocument.Tables(1).Rows(8).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("RussCom").Select
        Selection.Paste
       
        Windows("staffmeetingform.Russ.docx").Activate
        ActiveDocument.Tables(1).Rows(11).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("RussInfo").Select
        Selection.Paste
       
        Windows("staffmeetingform.Russ.docx").Activate
        ActiveDocument.Tables(1).Rows(14).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("RussOth").Select
        Selection.Paste
       
        Windows("staffmeetingform.Russ.docx").Activate
        ActiveDocument.Tables(1).Rows(17).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("RussNotes").Select
        Selection.Paste
       
        Windows("staffmeetingform.Russ.docx").Activate
        ActiveDocument.Bookmarks("RussDate").Select
        Selection.EndKey Unit:=wdLine, Extend:=wdExtend
        Selection.Copy

        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("RussDate").Select
        Selection.Paste
       
        Windows("staffmeetingform.Russ.docx").Activate
        ActiveDocument.Close
       
    End If
       
    If chkVance.Value = True Then

            Set rng = ActiveDocument.Bookmarks("Vance").Range
            rng.InsertAfter "Vance: "
       
        Word.Application.Documents.Open "S:\IANDESTAFF\staffmeetingform.Vance.docx"
       
       
        ActiveDocument.Tables(1).Rows(2).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("Vance1").Select
        Selection.Paste
       
        Windows("staffmeetingform.Vance.docx").Activate
        ActiveDocument.Tables(1).Rows(5).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("Vance2").Select
        Selection.Paste
       
        Windows("staffmeetingform.Vance.docx").Activate
        ActiveDocument.Tables(1).Rows(8).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("VanceCom").Select
        Selection.Paste
       
        Windows("staffmeetingform.Vance.docx").Activate
        ActiveDocument.Tables(1).Rows(11).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("VanceInfo").Select
        Selection.Paste
       
        Windows("staffmeetingform.Vance.docx").Activate
        ActiveDocument.Tables(1).Rows(14).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("VanceOth").Select
        Selection.Paste
       
        Windows("staffmeetingform.Vance.docx").Activate
        ActiveDocument.Tables(1).Rows(17).Cells(1).Select
        Selection.Copy
       
        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("VanceNotes").Select
        Selection.Paste
         
        Windows("staffmeetingform.Vance.docx").Activate
        ActiveDocument.Bookmarks("VanceDate").Select
        Selection.EndKey Unit:=wdLine, Extend:=wdExtend
        Selection.Copy

        Windows("IandE Daily Report.dotm").Activate
        ActiveDocument.Bookmarks("VanceDate").Select
        Selection.Paste
       
        Windows("staffmeetingform.Vance.docx").Activate
        ActiveDocument.Close
       
        ChangeFileOpenDirectory "S:\IANDESTAFF\"
    ActiveDocument.SaveAs2 FileName:="S:\IANDESTAFF\IandE Daily Report.dotm", FileFormat:= _
        wdFormatXMLDocument, LockComments:=False, Password:="", AddToRecentFiles _
        :=True, WritePassword:="", ReadOnlyRecommended:=False, EmbedTrueTypeFonts _
        :=False, SaveNativePictureFormat:=False, SaveFormsData:=False, _
        SaveAsAOCELetter:=False, CompatibilityMode:=14
       
    End If
       
     Unload Me
    
     MsgBox "This document will now be turned over to you" _
     & vbCrLf & "for saving, editing, or printing as needed." _
     & vbCrLf _
     & vbCrLf & "Please save as a docx file.", vbInformation, _
     "Please Note"

End Sub


Private Sub cmdBill_Click()

    MsgBox "Please remember to change the date on the form.", _
    vbInformation, "Change Date"

    Unload Me
    ActiveDocument.Close
    Word.Application.Documents.Open "S:\IANDESTAFF\Staffmeetingform.Bill.docx"
  

End Sub

Private Sub cmdChuck_Click()

    MsgBox "Please remember to change the date on the form.", _
    vbInformation, "Change Date"

    Unload Me
    ActiveDocument.Close
    Word.Application.Documents.Open "S:\IANDESTAFF\staffmeetingform.Chuck.docx"

End Sub

Private Sub cmdLance_Click()

    MsgBox "Please remember to change the date on the form.", _
    vbInformation, "Change Date"

    Unload Me
    ActiveDocument.Close
    Word.Application.Documents.Open "S:\IANDESTAFF\staffmeetingform.Lance.docx"
 

End Sub
Private Sub cmdRuss_Click()

    MsgBox "Please remember to change the date on the form.", _
    vbInformation, "Change Date"

    Unload Me
    ActiveDocument.Close
    Word.Application.Documents.Open "S:\IANDESTAFF\staffmeetingform.Russ.docx"
   

End Sub
Private Sub cmdVance_Click()

    MsgBox "Please remember to change the date on the form.", _
    vbInformation, "Change Date"

    Unload Me
    ActiveDocument.Close
    Word.Application.Documents.Open "S:\IANDESTAFF\staffmeetingform.Vance.docx"
  

End Sub

Private Sub UserForm_QueryClose(Cancel As Integer, CloseMode As Integer)

    frmTSPrep.Hide

    If CloseMode = 0 Then
    MsgBox "Canceling all changes on form.", vbInformation, _
    "Canceling Changes"
    Unload Me
    End If
End Sub


 

Blurred fonts Office 2013 again

Posted: 08 Aug 2013 11:51 AM PDT

Office 2013 on Win7, upgraded a few days ago from Office 2010 and fonts are blurred out. Read it has sth to do with a new engine implemented in Office2013.
I tried what people suggested:
- disable hardware acceleration in Office2013
- disable 'use subpixel positioning... in Office2013

I upgraded drivers for my Radeon card as well. Nothing...

I noticed I can make all fonts look great in Outlook if in Windows settings I disable 'smooth edges of screen fonts' but then - fonts in all other applications look horrible but great in Office 2013 :/

I read people disabled FXAA but I have got a Radeon card...


Any way to fix it? It is weird

Looking for Word MVP for short-term consulting gig in NY/NJ area

Posted: 08 Aug 2013 10:45 AM PDT

Involved in a project where data from Excel needs to feed an 85-page Word document. Bookmarks, Links, tables, whatever. Looking to hire a consultant who's fairly fluent in Word &/or Excel macros to do this kind of assignment. Location is Montvale, NJ.

Please RSVP to me at bobumlas at hotmail.com

How to Modify "Fall Flyer" Template?

Posted: 08 Aug 2013 10:39 AM PDT

In Word 2013 I downloaded the "Fall Flyer" template which is available online.

 

I am trying to move the text areas around on the document to make more room for text in some of the boxes. But I can't find out how to move any of the text fields on the template. They seem to be locked into place.

 

Is there some way I can unlock these fields so that I can move them to other areas of the document?

 

Thanks for any suggestions.

 

Ed

changing number of columns in normal.dotm does not change the number of columns in new opened documents

Posted: 08 Aug 2013 10:38 AM PDT

When I open a new document it always has 3 columns. I found the normal.dotm file and changed the number of columns to 1 and saved. It still shows 3 columns in all new documents I open. Need to know how to change it so there are no columns in new documents.

Problemen nmet office 2007 en firefox

Posted: 08 Aug 2013 09:49 AM PDT

Sinds ik onlangs mozilla firefox 23.0 geïnstalleerd heb, kan ik geen enkel onderdeel van microsoft office draaien ( word, excel...) Opstarten lukt nog wel maar verder niets. Geen enkel document kan openen,niets plakken, kopiëren  enz...)
Wie heeft een oplossing ?
Systeem : Windows 2007 met alle updates geïnstalleerd.

MS Office 2013 - Envelops

Posted: 08 Aug 2013 09:04 AM PDT

When I try to print envelops the text is always double space and I cannot figure out how to fix this.. Help!

Thanks

Microsoft Word 2010

Posted: 08 Aug 2013 08:57 AM PDT

I do a lot of heavy document editing and work with the Show/Hide feature turned on at all times. Lately I've run into the problem where the paragraph marks that display at the end of each line do not act as paragraph marks, i.e., I hit the END key to go to the end of the line and the cursor will move beyond the paragraph mark, as shown in the image below. When I try to select individual lines of text using CTRL-SHIFT and the down arrow, multiple lines are selected rather than just the one line, so these "paragraph marks" are acting more line manual line breaks. I have tried copying and pasting the symbol at the end of each line into replace (it doesn't paste in as a paragraph mark, but rather appears as blank space) and then replacing it with an actual paragraph mark, but that has resulted in each word in the document being on its own line, which means that this paragraph mark also acts like a space.  The only way I have been able to remove them from the document is to manually delete them and pressing the enter key to end the line. Can anyone help - what are they and is there an easier way to get rid of them? It's very frustrating to work in a long document with multiple headings where each line may need to be formatted differently and not be able to select individual lines other than by using the mouse. I tend to work mostly on the keyboard, using keyboard shortcuts because it is faster.

 

round up

Posted: 08 Aug 2013 08:51 AM PDT

A1 has 17340   so  I input = A1*3/100  the answer is 520.2   but I want 520   OR   if 
A1 has 20570   so  I input = A1*3/100  the answer is 617.1   but I want 620
I also want to add 520 or 620 in A2 in the above formula


please help above problem !

word 2007 the pointer & hour glass keep running

Posted: 08 Aug 2013 08:38 AM PDT

When I open word 2007 the pointer & hour glass keep running even on a blank document.  You can work on the document but it is not correct.

Getting old plus/minus widgets in Word 2010 Outline View

Posted: 08 Aug 2013 08:06 AM PDT

The plus/minus widgets in Word 2010's Outline View are less distinguishable than in Word 2003 because they are both enclosed in a gray circle with a circular outline.  There doesn't seem to be any reason for this change in symbology.  Is there a way to get the much more functional symbology of Word 2003 back?

Additional highlighting colours in 2007

Posted: 08 Aug 2013 07:16 AM PDT

Is there a way to add additional colours to the highlighting pallette in Word 2007?  If so, will the options "stick" to the document when opened on the next PC?

clip art and Word 2013

Posted: 08 Aug 2013 06:46 AM PDT

I recently had Word 2013 installed on my computer.  I use clip art a lot, and am distressed to find that most of the time when I try to download an image I receive an Error message.  Another time I'll be able to download the same image without an issue.  What is going on?  I also don't like the way the program to select clip art disappears with every download.  I know I can select several images in one category to download, but sometimes I want to look through and select many images from different categories.  Ideas?

Microsoft and ePub

Posted: 08 Aug 2013 04:03 AM PDT

Hello

I would love to know if Microsoft's Office Desktop Publishing Suite will ever support and integrate ePub/ePub3. Sincerely, I have tried using Adobe Indesign but I end up with a throbbing forehead, QuarkXpress is not that different. An office ePub maker from the scratch or integrated with Microsoft Office will really be a game changer for making PROFESSIONAL ebooks in the ePub format especially. Microsoft, please.

Issues when using an Excel object to insert rotated headers for a table in Word 2007

Posted: 08 Aug 2013 03:42 AM PDT

Hello everyone,

I am currently trying to work around MS Word's lack of 45-degree rotated text by inserting an Excel object into a page, and using Excel's 45-degree rotated text feature in order to achieve my goal.

The table looks perfect when double-clicking (thus opening the 'Excel-view' in Word), however, when not inside the Excel object, the alignment of the text is way off, causing some text to be rotated ~40 degrees or sometimes even ~35 degrees. When printing the standard (non-excel) view of the table, thus with the wrong alignment. An initial misalignment was improved by clicking 'reset' on the format object dialog.

How am I able to print / view an excel file, exactly as-is in an MS Word Document? I currently inserted it using Insert>Object\Excel Spreadsheet with Macros.

Please note that I'd love to work around having to do this 45-degree text, but I have been asked to check into it.


Quickly Add Hyperlinks

Posted: 08 Aug 2013 01:06 AM PDT

Hi All,

Here is my Question. I have the data in the below format.


TEXT A   TEXT B   APPENDIX 1

TEXT C   TEXT D   APPENDIX 2

TEXT E   TEXT F   APPENDIX 3 
----------
---------
up to some Appendix 100.


At the end of the document, I have

Appendix 1

Appendix 2

Appendix 3
---------
-----------
up to Appendix 100.


My Question is When I click on Appendix 1 (next to Text B) the control has to go to Appendix 1(At the end of document) and the same applies for all the Appendix. I know that I have to create a Hyperlink for all of them . But I need a quick way to do it all at once as my document had almost 100's of appendix . Could you please help me .

Please revert if you need any further description. 


Thanks,
Siva.


Stuck on opening documents from Skydrive Pro

Posted: 08 Aug 2013 12:12 AM PDT

Having hard time opening Word documents from my clients Office365 environment. I have synched the files using Skydrive Pro, but when I try to open a file there is a 50/50 chance that Word get stuck at the splash screen opening the file:


It works opening the file again when I end the process. I haven't percieved any difference if I start Word in Safe Mode. I have no problems opening the files if I copy them to another folder or so.


Read somewhere it might have something to do with documents using an old template, but I don't know how to verify this. Is there a good workaround for this problem?


Regards,

Joakim.

Defeat persistent 'Automatically update document styles'

Posted: 07 Aug 2013 10:24 PM PDT

Some -- not all -- of my document templates have 'Automatically update document styles' already checked (in the Templates & Add-Ins dialog). I can uncheck it and save, but if I reopen it, it's checked again. And when I launch a new document from it, that box is checked for the document too.

What causes this? I virtually never want that checked by default, and I don't see how to make it stop. These are macro-free ('.dotx') templates, birthed recently and from scratch; that is, they have no code-carrying ancestors. And I don't see much difference between these templates and other quite similar ones that are not thus afflicted.

Cannot alter spacing for "Normal" style in Word 2013

Posted: 07 Aug 2013 09:04 PM PDT

Word 2013 refuses to set "Don't add space between paragraphs of the same style" as the default setting for documents created using the normal or default style. I have set it dozens of times, but every time I open a new document it is unchecked. I hate extra spaces between paragraphs. Please help me fix this!

Incorrect paper size from PDFs converted to .docx

Posted: 07 Aug 2013 09:01 PM PDT

When I convert a PDF document to DOCX and then open it in Word 2010, the paper size (Page Layout > Size) is displayed incorrectly.

The first time I had a look, it was set to A4 while the document was clearly smaller (probably A5). The second time I opened the document, it was set to Letter.

What is going on here? And what can I do about it?

How to repair Microsoft Word 2010 Starter?

Posted: 07 Aug 2013 08:46 PM PDT

How do I repair the product on my Microsoft word stater 2010?

 

Original title: Programs Compatibility Application Applications App Apps Game Games Legacy Crash Crashes Hang Hangs

Footer continue numbering not tab settings

Posted: 07 Aug 2013 06:25 PM PDT

My document is a mixture of Portrait and Landscape pages.  Therefore, I would like to continue numbering from previous section, but not the Tab settings.  My footer has left, centre and right tab points.  These tab settings need re-alignment on the landscape pages without disrupting the tab settings on the portrait pages.  However, numbering needs to continue throughout.  Please advise how this is achieved?

 

thanks,

Sharon

Exporting to PDF - Page size larger than A4

Posted: 07 Aug 2013 05:45 PM PDT

When I export to pdf using Word 2013, the scale of everything on the page is automatically increased if the page size is set to larger than A4.  This includes font sizes and images.  If there is a mix of paper sizes (A4 and A3, for example) the A4 pages come out normally, only the content on the A3 pages is scaled up.  When I open the pdf file in Word, I can see that size 11 font text has increased to size 16 font.  If the mix is A4 and a smaller page (A5 for example), or if all the pages are A5, no scaling occurs at all and all text appears correctly.  My default page size is A4.

 

Does anyone know if there is there a setting that controls this behaviour, or is this a bug?

Shortcut key to display list of templates

Posted: 07 Aug 2013 05:08 PM PDT

To access the list of templates in Word 2013, you click the FILE tab, New. Is there a shortcut key you can use to move directly to the list of templates?

What is the correct terminology for various template fields

Posted: 07 Aug 2013 04:46 PM PDT

When you click in a template field (for lack of a better name), a tab (for lack of a better name) appears and the field is highlighted. (See the image.) I'm writing steps to use this template. Is the terminology correct for the words shown in bold?

"Click in the Document Subtitle field; note that a Subject tab appears above the field; with the field still selected, type the desired subject. Click outside the field when you are finished."

word 2010 quick access toolbar link to a document in sharepoint

Posted: 07 Aug 2013 04:19 PM PDT

Is there a way to add a quick access icon to send a link via email to a document stored in SharePOint? I ofent write documents and want them to be reviewed in SharePoint and need to go back to the SharePoint library in order to do so... Would be so handy to have this from Word and Excel... Even Adobe PDF has this option!

Word 2013 overrides paper size in print to PDF

Posted: 07 Aug 2013 03:49 PM PDT

I have found that I can get a better-quality PDF from Word when I print to PDF than when I save as a PDF within Word, but for some reason, when I try to print to PDF in A4 format, Word seems to override my choice and make it an 8.5x11.  If I choose legal size instead, Word gives me what I wanted.

I've already:
* Ensured that the paper size for the entire document is properly set as A4 (and if I save to PDF, that's what Word produces).
* Looked at the paper size that shows up under "settings" when I go to print, and it shows A4.
* Manually selected A4 in the printer settings, which for some reason still start with letter-size by default.

Nothing works.  I even tried installing a new print-to-PDF plugin but it didn't make a difference.

What do I need to do to fix this?  It's not a problem I had with Office 2010, and given how crucial it is for me to be able to produce A4 documents, I may have to uninstall Office 2013 and go back to 2010 if I can't resolve this.

Printing problem with labels merged from Excel data source

Posted: 07 Aug 2013 09:28 AM PDT

I am trying to print labels (1x4) (20 to a page) from an excel spreadsheet.  The print is all screwed up.  I have tried making adjustments with the right click but to no avail.