Pages

Search

Microsoft Word - Formatting Issues while working in compatibility mode in Word 2013

Microsoft Word - Formatting Issues while working in compatibility mode in Word 2013


Formatting Issues while working in compatibility mode in Word 2013

Posted: 18 Jun 2014 04:11 PM PDT

Opened an older document in compatibility mode in Word 2013.  Random spacing issues keep coming up when the document is saved, closed then re-opened later.  Random paragraph spaces will show up in the middle of a paragraph or indents or other spacing will be changed to something else when it looked fine before saving and closing the document. 

Does anyone have any idea why this is happening?

Thanks,

J

Has the Encarta Dictionary been discontinued?

Posted: 18 Jun 2014 04:07 PM PDT

It appears that this dictionary is no longer functioning, but I cannot find any solid information on this.  Users in the office are complaining about it, and I don't know what to tell them.

I can see that there are a lot of complaints about this, so I know that it is not exclusive to our office.  I tried the "Fix It" solution, but that didn't change anything.

Can someone please give me some definitive information about this?

Thank you.

I just want to delete some pages from a Word 2013 document

Posted: 18 Jun 2014 04:03 PM PDT

I am trying to delete some pages from a large(44 pages) Word document.  I guess I'm the first person in the world to ever need to delete a page that isn't blank or at the end of the document.  It's unbelievable that I spent 30 minutes chatting with support and almost an hour on the phone with two different 'pro' support persons and none of them have ever encountered this problem.  How can I just select a page and delete it.  It's not rocket science but seems to be a very difficult thing to do, why is that?

Set Reference to Word Template in VBA

Posted: 18 Jun 2014 03:35 PM PDT

Hi all,

I am looking to find the most efficient/simplest way to reference a newly added Word template object. My code is as follows:

    Dim appWord As Word.Application
    Set appWord = CreateObject("Word.Application")
    appWord.Visible = True
    appWord.Documents.Add Template:= _
        "H:\Documents\Misc Assignments\Template.dotx" _
        , NewTemplate:=False, DocumentType:=0

I wan to do something similar to:

Set objWord = appWord.Documents.Add

How would I do this with templates as there is already an "="? Can I avoid using ActiveDocument?

Thanks

Print layout shows postage stamp size pages

Posted: 18 Jun 2014 02:31 PM PDT

I'm using Word 2010 Starter Edition on a Win 7 computer.

I'm looking at a multi page document and the Print Layout shows all pages as postage stamp size images, instead of a single page where I can scroll down (or up) to see the remaining pages.

The Draft Layout displays the pages normally, but images I pasted using IRFANVIEW are missing.

How can I change the Print Layout display?   Can images be displayed when the Draft Layout is used?

Text boxes disappear in Office 2013 after saving to a new format

Posted: 18 Jun 2014 01:11 PM PDT

Hi, I created a document in Word 2007. It included images, text boxes, and automatic links. It was opened in Word 2013, and a copy of it was saved. When the copy was saved, Word asked if the user wanted to save it in a new format, and once it was saved, the text boxes all disappeared. They weren't simply hidden behind the image, because I tried deleting the image that they were in front of. They were just gone. However, by opening the saved copy in Word 2007, the text boxes appeared again. Does anybody have any idea why this would happen, and how to prevent it from happening other than checking of the checkbox to maintain compatibility with previous versions of Word? I don't want to rely on my users to remember to check that box for these certain documents.

Send an Word document as attachment - have cursor in to-box

Posted: 18 Jun 2014 12:46 PM PDT

When I'm looking at a Word document I often want to forward it on to a colleague. In Word 2013 I would click on "forward as an attachment". In the window that opens, the cursor is in the message box instead of in the "To:" box.
A minor irritation but it's very frustrating that a simple process has been made more complicated.
Any help?

WORD 2010 Multiple DOcs open keeps reverting to doc I just copied text from - changes on its own

Posted: 18 Jun 2014 12:07 PM PDT

I have a user, with multiple documents open in a dual-monitor environment.  He is working in Doc A, he then chooses Doc B, copies or cuts some text, goes back to Doc A, pastes it in.  Between 5 and 10 seconds later,  Word will revert to Doc B and make that one active.  What is awful is that the user, if he hasn't noticed this change, is typing into the wrong document!  I saw this with my own eye or else I would have definitely thought user error.  Has anyone had this experience?  Thank you.

Headings, Pictures, and tables have weird gray brackets around them

Posted: 18 Jun 2014 10:04 AM PDT

I'm using Word 2010 and must have accidentally clicked on something as my headings, pictures, and tables now have weird gray brackets around them. Please let me know how to get rid of them. I have attached a picture showing the heading, table, and picture, respectively. Thanks

problem with opening documents

Posted: 18 Jun 2014 09:22 AM PDT

     I have Microsoft Office 2003 and 2013 on my Windows 7 computer..  I have Always been able to double click a Word Document and it opened in 2013 version... same with Excel... would open in 2013 version.   IF I right clicked the document, I could choose to open with 2003 version and it would open...

   suddenly, I can no longer do this... it does not give me an error message .. it just will not open the document. 

   I have a program on the computer also called OpenOffice which is compatible to Microsoft Office and will open word docs and excel files...IF I right click my document and choose to open in OpenOffice, it opens right up as read only.. 

  I can open Microsoft Word Or Excel and then click File/Open and then go to the document and click to open and it opens fine... WHY is it NOT opening anymore when I double click it or right click and choose 2003 version???

 HOW do I fix this so it will open

Leave a non-printable note in Word

Posted: 18 Jun 2014 08:52 AM PDT

Hello people of the forum!

I am somewhat curious of the idea to leave a note to someone in a Word document.

This I would utilize in specific instructions on printing, as the file might be distributed between people.

Therefore, it also has to be quite visible when someone opens the document.

However, it should under no circumstances be printed out with the rest of the document, like comments.

I did try to move a textbox outside of the paper like in PowerPoint, but it became completely transparent.

Any good ideas?

Unable to open Word program

Posted: 18 Jun 2014 08:39 AM PDT

Ever since I downloaded the Windows App repair tool, I have been unable to open Word on my computer.  I keep getting an error message about temp environmnent settings.  What might be wrong??  I used it to fix me e-mail program, and now Word doesn't work.  Please help!!

Create a macro that searches for a case sensitive word and then changes the case for every word following it until another key character is found.

Posted: 18 Jun 2014 08:07 AM PDT

Hi All,

I would like to create a macro that will search the contents of a file to change the case of all words that fall between two sets of quotes following a keyword that is case sensitive.

 

First example: Here is my current test:

Label "THIS IS A TEST"

I would like search for the case sensitive literal "Label "" (Label-space-quote) and make sure that every word encased in the quotes retain the only first letter of each as a capital letter. The output should be:

                Label "This Is A Test"

 

 Second Example:

                Label "This is not a Test"

I would like search for the case sensitive literal "LABEL "" (LABEL-space-quote) and make sure that every word from the first quote to the second quote in the string is all capitalized. The output should be:

                LABEL "THIS IS NOT A TEST"  

Any help you can provide would be great!!!

Thanks in advance,


Wayne                                                    

Search for email addresses.

Posted: 18 Jun 2014 08:06 AM PDT

I have a folder with several hundred .RTF documents that have contacts information inside. I need to find how to extract the email addresses from the documents without having to open each one. Is this possible? Or can these files be converted to  some kind of contacts file in oder to do this. I need to send a flyer out and it would take countless hours to open all these and get the addresses.

Word 2010 & 2013 Fonts

Posted: 18 Jun 2014 07:33 AM PDT

The font Calibri Light works great on word 2013 but does not appear on word 2010.

Will it be possible to add this font to machines with word 2010 installed?

Type in all text as a different color

Posted: 18 Jun 2014 07:30 AM PDT

I have a long document of questions from a review.  I would like to respond to each of those questions using text that is a different color from the original document.  Is there a way that I can have all the text that I enter be green if the existing document has all black text.  I can highlight the text and change the color but I don't want to do that a hundred times.  I have been using track changes, but if someone accepts the changes the color is changed from green to match the existing document. 

Printing

Posted: 18 Jun 2014 07:08 AM PDT

 I cannot print anything direct to the printer as everything defaults to onenote. How do I work round this 

Display names of compared files in Word 2010 comparison document

Posted: 18 Jun 2014 06:36 AM PDT

Unlike WordPerfect, when Word generates a comparison document, it does NOT automatically generate an introductory blurb which displays the file names of the two documents being compared. Is there any way to generate such a summary?

Forms in MS Word 2010

Posted: 18 Jun 2014 05:59 AM PDT

I have created several Word documents/templates using the restricted editing mode for form filling. Since yesterday, when I open a document and test if text can be inserted, the field is blocked and nothing can be inserted. This problem exists on two different computers at two different locations. Has anything changed? My updates are current so I am not sure what the problem is.

Regards

Ivan Carney

problem caused program to stop working when trying to open documents in word, excell etc.

Posted: 18 Jun 2014 02:48 AM PDT

I have recently bought a new computer and installed Office home & student 2013.  Then I discovered that the CD Drive was not working so I returned it to the shop/manufacturer.  I am now using the repaired computer, and after a few hiccups, it is running OK.  However, when I try to open or create a document in word, excell etc. I get the message that Microsoft has stopped working.  Problem caused program to stop working and instructs to close program.

Numbered paragraph styles synchronized with Heading X styles

Posted: 18 Jun 2014 01:17 AM PDT

Hallo everybody.

I have a problem creating outline numbered lists bound to the corresponding Heading X styles. In Word 2010, I need to create a group of styles (let us name them HL1, HL2, ... HL9). These styles are intended for numbering paragraphs in multi-level list. At that, the styles should not have outline level. The main requirement is that the styles should comply with the corresponding styles of outline-leveled headings (i.e., Heading 1, Heading 2, ... Heading 9).

An example of a target block of paragraphs is listed below (the corresponding style name is shown in brackets at the beginning of each paragraph):

1 (Heading 1) text of heading of level 1
1.1 (HL2) text of numbered paragraph
1.2 (HL2) text of numbered paragraph
1.3 (Heading 2) text of heading of level 2
1.3.1 (HL3) text of numbered paragraph
1.3.2 (HL3) text of numbered paragraph
2 (Heading 1) text of heading of level 1
2.1 (HL2) text of numbered paragraph
2.2 (Heading 2) text of heading of level 2
2.2.1 (HL3) text of numbered paragraph

As it shown in the example, the HL2 style is synchronized in numbering with Heading 1, the HL3 style is synchronized with Heading 2 and so on. At that, the style of equal "position", for example, HL2 and Heading 2 have the same numbering flow. Such fragments of text are typical in legal documents or in description of requirements.

To implement such styles, I tried several approaches:
1. I created style HL1 on the base of style Heading 1, style HL2 - on the base of Heading 2, etc. The created styles do not suit me because I cannot change number format in the styles (via Format>Numbering...), so the number format remains inherited from the corresponding Heading n style, which is not admissible for numbering body paragraphs.
2. I created paragraph styles HL1, HL2, ... HL9. Then I created multi-level list with references to the corresponding HLn style on the list levels. In the result, the HLn do synchronize between each other, but they do not synchronize with the corresponding parent Heading n styles.

I need a solution (detailed instruction) that I would be able to reproduce both manually and then in VBA code. Is it feasible?

Regards, Yuri.

paragraph hanging

Posted: 18 Jun 2014 01:06 AM PDT

hello i'm writing a text in several document and when every part finishes i copy  and paste it into a main document . in all these documents i set the hanging property to 0.5 cm but in some copy and paste procedures when i add the copied document to the main document i lose my hanging format (i use paste keep source formatting) and even after pasting when i choose all document and want to set hanging format , it doesn't work at all. what is cause and  solution?

How to make make picture watermark less visible

Posted: 18 Jun 2014 12:59 AM PDT

Well, as the title already told you, I want it to be somewhat less visible.

How would I format the picture in order to do that? It stands out quite strong just now.

Edit: What exactly is the difference between lightning and contrast? I have found some options, but I don't know what they do.

resource sheet - max unit column's and calculation of duration Microsoft Project

resource sheet - max unit column's and calculation of duration Microsoft Project


resource sheet - max unit column's and calculation of duration

Posted: 20 Jul 2005 12:18 AM PDT

Thanks for the immediate answer and feedback.

Yes agreed, it does change the max units for this resources assignment for
all activities, but it would be of great help if you could
confirm whether the change in max units will have impact on the finish date,
since the duration is same , and percentage allocation varies.,
we feel the start and end dates shoud get re-calculated.

example ....


Activity - Design
duration - 2 days with 100% allocation of 8 work hours
start date - 20th July working day
finish date - 22 July working day
Resource assigement done


Now changing the Max units for the resource to less than 100 units will it
have impact on finish date ?

in case u need any further details, we can provide the same for our
understanding.

Thanks and regards



"Rod Gill" <rod AT project-systems DOT co DOT nz> wrote in message
news:phx.gbl... 
the 


Critical path does not trace to beginning of project

Posted: 19 Jul 2005 06:38 PM PDT

Hi,

When a task on the critical path gets a constraint, and hence is postponed,
the preceeding tasks now have slack (since they can now be postponed) and
thus are no longer critical.
HTH

--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
http://users.online.be/prom-ade/
+32-495-300 620
"David" <microsoft.com> schreef in bericht
news:com... 
this 
cases 
the 
back to 


Summary Task Durations

Posted: 19 Jul 2005 11:30 AM PDT


Try Tools/Options.../Schedule tab and Durations in entered in minutes. If
you have small durations, this should show the Duration in minutes. if it
stll zero, you have other problems.

We need to discover whether your project is at fault, whether it is Project
at fault, or whether it's your PC. Does the symptom occur with other
projects on this PC? Does it occur with this project on other PCs? Does it
occur with other projects on other PCs?


Mike Glen
MS Project MVP




Mike wrote: 



Pocket PC version of Project

Posted: 18 Jul 2005 03:03 PM PDT

stupidquestion wrote:
 

Not from MS but CyWren systems has some cool stuff. I have not tried
anything from them in a very long time but I have heard good things.
www.cywren.com

--
Brian K - Project MVP
http://www.projectified.com
--
Senior Trainer - Electronic Arts
--
QuantumPM Associate
http://www.quantumpm.com

Export Time Phased Data

Posted: 18 Jul 2005 12:37 PM PDT

In article <com>,
Cheryl <microsoft.com> wrote:
 


Cheryl,
Sorry if this is duplicate post - I had a power outage last night and it
messed up my clock.

Unfortunately the "Analyze" utility exports data by assignment.
Therefore, unassigned task data is not exported. There are two choices.
The easiest is to temporarily assign a dummy resource to "unassigned"
tasks and then use the utility, or use an advanced feature of Project,
namely VBA, and create a custom macro to export the exact data you need.
I prefer the latter because it gives me total flexibility, but then, not
everybody knows how or wants to use VBA.

Text fields are another matter. They are not timescaled so the utility
will not work for them. Again you have two choices. One simple method is
a cut and paste from Project to Excel. The second is to use an export
map to export the static (i.e. non-timescaled) data from Project to
Excel. Once in Excel the timescaled and static data can be combined as
desired.

Hope this helps.
John
Project MVP

Protecting the detail

Posted: 18 Jul 2005 08:48 AM PDT

Jon,
There may be another way that you can also automate. Couple of questions
first:
Are you required to send them the gantt chart?
Can you send only the task names and dates?
Cheryl

"Mike Glen" wrote:
 

Error msg - overwrite default version of a project

Posted: 18 Jul 2005 07:16 AM PDT

Thanks Julie... I posted over there.

"JulieS" wrote:
 

Adding an Enterprise Project Text Field to the Timesheet View

Posted: 18 Jul 2005 07:00 AM PDT

its easy,,
create that code and go to Tools> Customize and select Published Fields..
Found ur field in the list and say ok



"JulieS" wrote:
 

resource availability conflict - Project doesn't show me!!!

Posted: 18 Jul 2005 01:58 AM PDT

Thanks for your support. I guess a smart formula would do the trick,
but that's too complex for me.
I fully agree that Project should show a red flag in this case. Is
there any way to ask Microsoft directly?
Wim

properly close ms project file opened by other user

Posted: 15 Jul 2005 03:09 PM PDT

No I don't

I just store projects in sql database and use a ressource project

CB

"Gérard Ducouret" wrote:
 

Can you disable row/ID numbers from printing on a Project Report?

Posted: 15 Jul 2005 11:01 AM PDT

I'm certain that you have good reasons for not printing ID's and row
numbers, but having done this myself, let me explain what happened.

This was a 600 task file that we mailed to suppliers [without ID's] and then
over the phone, had many discussions about those tasks. Trying to find and
discuss particular entries without a row number became almost impossible.
Never did it again.


"Will" <microsoft.com> wrote in message
news:com... 
not 
this?


Adding an additional resource that is available after the task sta

Posted: 15 Jul 2005 09:12 AM PDT


Hi Rickey,

I think Gérard misses a step for you . From the Gantt Chart view,
Window/Split will give you the Task form in the bottom pane. Right click in
the pane and select Resource Schedule.


Mike Glen
Project MVP