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





 



Microsoft Word - Change Default "Save As" Format for Existing Documents

Microsoft Word - Change Default "Save As" Format for Existing Documents


Change Default "Save As" Format for Existing Documents

Posted: 17 Jun 2014 05:39 PM PDT

Is it possible to change the default format in the drop down box of the "Save As" dialog when using "Save As", as opposed to just "Save"? Word is clever enough to detect the kind of document it is trying to "Save As" and chooses the appropriate type. However, I want to force Word to always "save as" a specific format. Again, this is for an existing document that one would copy using the "Save As" command.

Thank you

word 2013 saving autorecover file is very slow

Posted: 17 Jun 2014 04:44 PM PDT

Hi,

Not so much a problem as a solution.  I had been working with a large document for a long time and noticed that the process of AutoSaving the recovery file was starting to takes minutes to complete, and was starting to interfere with document editing. 

Some web research reminded me of problems with temp file clutter and so I ran the Windows disk cleanup utility, which found and removed 6GB of clutter, including temp file directories.  Autosave is now pretty much instantaneous. 

The reason why this became a problem for me is that the computer is only a year or so old, running Windows 8 (upgraded to 8.1 and then Update1) and so I didn't think that a. it had been running for long enough to generate such clutter and b. that the clean-up would not be running automatically.   Still, easy to fix if that's the problem.

Trouble with resume template

Posted: 17 Jun 2014 04:41 PM PDT

When using the Word resume template, I keep making errors and can't 'go back.'  If I backspace too far, I remove the bullet I need and can't put one back in.   When I type in the box opposite Summary, my paragraph shows up above the word 'Summary' Because of this I can't use the template, because I can't fix these things.

How can I add a "textless" entry to the Navigation Pane?

Posted: 17 Jun 2014 04:38 PM PDT

I'm writing a book, and I want to have an entry in the Navigation Pane for the primary organizational elements of the book. I'm using styles, of course, so this generally happens automatically, but I'd also like to have an entry in the Navigation Pane for the book's dedication page. I want the entry to say "Dedication", but there will be no text in the book with this word in it. I considered using white text on a white background so it'd be invisible, but I'm concerned that that will lead to problems when the book is published in various digital formats; I don't want searches for the text "dedication" to match anything, nor do I want the word "dedication" to show up if a reader sets the background color to something other than white.

What I'm essentially looking for is a way to bookmark the dedication page and to give the bookmark a name that will show up in the Navigation Pane. Is there a way to achieve this effect?

Thanks.

Flood fill page number field

Posted: 17 Jun 2014 02:47 PM PDT

I have Office 2007 on a computer running Windows 7 SP2.  I have recently learned how to create my own headers since Word 2007 doesn't have any like how I want my headers to look.  Now I'm looking to see if anyone can tell me how to create a page number field that is a solid color with white numbers.  The colored page number field itself will be .4 high by .8 wide.  The numbers are formatted Ariel, size 20, and bold.  This is what I want the page numbers to end up looking like:

MS Word and the Navigation tab for writing scenes?

Posted: 17 Jun 2014 02:30 PM PDT

I've had an issue with MS Word for years.  I've never purchased it because of this issue, and I know many writers such as myself who are in the same position.

I write in scenes, and I really want to use the Naviation panel of Word 2013. I select my heading styles and highlight the scene titles and I see a nice 'tree' outline visual in the Navigation panel for managing my book.

However, when one reads or prints the final word document, you don't want to see the scene titles - they are only for a writer to organize his structure. Obviously, this needs to be hidden. When I change the style's font - to make it "hidden" as someone suggested, stupidly the scene title in the navigation panel also becomes hidden as well. 

I want to smash my head against the wall.  How could such a all-encompassing writing tool be so absolutely useless when it comes to writing novels in scenes?

Is there a REAL solution to this?  Or does Microsoft put up a middle finger to all of us novel writers, and we simple can't have a book navigation capabilities without having our scene titles scattered across our final book output?

Table borders shift randomly

Posted: 17 Jun 2014 01:45 PM PDT

Hello!  I frequently use tables within my Word documents.  (I use Word 2010.)  Recently I started having a strange problem.  The borders don't line up on the right hand side of the table.  They are staggered from cell to cell.  I manually fix them so they are all lined up again, save the document, reopen the document and the borders go right back to being staggered.  I can't figure out why this is happening when it has never happened before.  It doesn't just happen within one document either.  EVERY document that I use tables in is now doing this.  I'm guessing that I accidentally changed a setting somewhere, but I can't figure out for the life of me what it is.  I'd really appreciate any ideas on how to fix this.  Thanks!

Can't open any office docs again.

Posted: 17 Jun 2014 01:25 PM PDT

Why do I get problems opening word or excel. This has happened several times this year. I can't access any office programs. I also get problems opening Outlook.

Office says it's disabled: error code 1058-4

Posted: 17 Jun 2014 01:16 PM PDT

I can't open my Word programs. When I try to, Office says it's disabled. Help!

Spurious vertical lines in tables

Posted: 17 Jun 2014 01:02 PM PDT

I get, from time to time, vertical lines in table columns. In one case now, the line is 1/2 inch from the left table border, and goes down, breaks up, and then continues an inch later and continues to the bottom of the table. These lines can occur in other pages too, in the same table.

I can usually get rid of them by doing I don't know what, but now, I am stuck, in spite of saving and opening the file again.

I do not know what these vertical lies are, how/why they appear. Any help would be appreciated.

Thanks,

Hans L

How can I disable other languages when using MS Word spell-check?

Posted: 17 Jun 2014 12:37 PM PDT

When I perform a spell/grammar check on my Mac with Word (Office 365), the spell check includes words from multiple languages.

How can I disable the other languages and use English only as my default?

Thanks - 

Table in Mail Merge

Posted: 17 Jun 2014 10:57 AM PDT

I am doing a mail merge from Excel 2007 to Word 2007. My Word doc has a table in it that looks like this:

                     Merge Field 1                 Merge Field 2                 Merge Field 3                  Merge Field 4

Program 1

Program 2

Program 3

Program 4

My Excel source is such that not every employee will have participated in every program, however, when they do participate in a program, every merge field will be filled in. For example, John Smith participated in Programs 1, 2, and 4. All four merge fields for these three programs will be filled in. I would like the merge to have a condition IF statements in it to say something to the effect of:

IF Merge Field 1 is blank (which will only happen if they did not participate in the program), then delete that row in my table.

So in the example, John Smith's table would only have 3 rows.

Is there a way to accomplish this without using VBA? Thanks for any and all help.

Fabio

Printing 2 pages per sheet issue

Posted: 17 Jun 2014 09:24 AM PDT

I am using Word 2013, Win 8. I have used the feature many times in the past but recently the margins are screwed up. They are set at .5" left, right, top & bottom. I design the pages in full letter size then print 2 pages per sheet. Again, I have done this so many times before without issue. NOW, when I print it gives 1 3/4" margin at the bottom only. All other margins appear .5. The print preview doesn't show the margin change....

Stop MS Word Grammar Check from making ridiculous suggestions

Posted: 17 Jun 2014 09:24 AM PDT

Example

Staff is its own pleural

ie

They are my Staff

or

this is a member of my Staff

there is no such word as 'Staffs' in this context the only time that plural applies is to a physical length of wood like Robin Hood and Little John used to use in Merrie old England a very old english idiom.

when I write a document which states "Staff who receive" I get a little wobbly green line under the phrase and when I right click I get the options

1. "Staffs who receive"

2. "Staff who receives"

Option 1 cannot be grammatically correct under any circumstances it has to be staffs which receive or staffs that receive as in "the quarter staffs that (or which) recieve a great deal of punishment during their use".

I find this is happening with a lot of phrases in Microsoft Word and find that this kind of grammatical nonsense is creeping into documents produced by persons who speak english as a second language (and by persons who just couldn't be bothered to learn to spell or learn their english at school). This often corrupts the meaning intended by the person writing the document.

When I am writing a document I find it highly irritating seing these little green wobblys under phrases I know are correct

Is there any way of stopping these wierd anomalies in the grammar checker without actually switching the facility off?

Where did my Office Word 2013 go?

Posted: 17 Jun 2014 09:13 AM PDT

I cannot access my Word at all.   Error message says I cannot open Word.  Computer acts like it is not installed at all.  Help!

In Find or Search and Replace, is it possible to find "quoted" but not "not quoted"

Posted: 17 Jun 2014 07:49 AM PDT

I always have strange questions. I want to find the word 'quoted' when it is not paired with 'not'. For example a way to put that in Find so that the phrase: 

We are quoted as saying... is brought up, but NOT the phrase:

She is not quoted directly...

**These are just examples, not necessarily what I really want to find.**

I've tried to decipher the wildcards, or regular expressions, but that stuff is all nonsense to me and I can't figure if what I want is possible. Any help or ideas?

Saving Word file in 2007 format

Posted: 17 Jun 2014 07:46 AM PDT

I am working in Microsoft 2013, on Windows 7 Professional. 

I need to save a basic word document in Word 2007 format for the government in order for my proposal to be accepted. 

When saving, I am only given the option to save in 1997-2003 formats. 

How can I save in 2007 to be sure the government will be able to open the file correctly?

WORD 2013 STYLE SETS Keep changing on their own

Posted: 17 Jun 2014 06:33 AM PDT

In WORD 2013, when I customise stlyle set,then save it, when I try to use it, the fonts change on their own, how to prevent this

Read Only Question

Posted: 17 Jun 2014 05:05 AM PDT

When my wife sends a word document to me, it is always read only.  Can this be turned off. 

Microsoft office word not works after so many time installatio

Posted: 17 Jun 2014 01:10 AM PDT

I recently bought the Microsoft Office 2013  07 june,2014 ago for INR 5499, and install online ,which not familiar with as already ,one month trail period expired .after install, Microsoft excell and micro pOWER POINT WORKS AS PREVIOUSLY INSTALLED . but Microsoft Word always show ,repair now.help,cancel . after so many time online help reinstall,but Microsoft word not works.i m purchase Microsoft office home & student 2013 version 15.0.4615.1002 on dt 07/06/2014

 whether I click on the actual Word icon or try to open any sort of file associated with Word nothing will open. By pressing the icon. I'm currently use window 8 on Dell laptop. Kindly help me foolproof method to access the Microsoft word on my laptop . send me email on microsoft account email for this or repair it on line . 

Thank you,   Devinder Singh ,punjab , India 

I can't find a very important word document (2010 word)

Posted: 16 Jun 2014 09:44 PM PDT

I have saved a word document to 'my documents' on my school acount and I don't know were it saved and have looked everywhere (on my USB, my documents and my user account) for it and still can't find it. Can anyone please point me in the right direction of where I could find it. (if I open a new document and click on the offfice button and look at recent documents, there is nothing listed) PLEASE HELP IT IS A SUPER IMPORTANT SCHOOL ASSIGMENT!!!!!!!!!!!!!!!!!!!!!!!! 

Default tab in Word - used to be the Home menu, now File

Posted: 16 Jun 2014 06:49 PM PDT

For some reason my default menu tab is now File rather than Home which it has always been previously. Can I reset it back to the Home menu tab?

"Show bookmarks" doesn't display gray square brackets

Posted: 16 Jun 2014 06:05 PM PDT

I know that gray square brackets can be displayed for bookmarks (cross-references).

 

"Show bookmarks" under "Show document content" on Advanced dialogue is clicked. There are many cross-references in the document, but somehow those square brackets don't show up.

 

I don't think this matters, but "Always" for "Field shading" under "Show document content" on Advanced dialogue is selected.

 

Is there anything else I have to click.

 

I use MS Word 2010, but I've tried this with MS Word 2007 at home as well, but no luck.

yum.conf exclude pattern - Forums Linux

yum.conf exclude pattern - Forums Linux


yum.conf exclude pattern

Posted: 26 Jun 2006 09:48 AM PDT

david walcroft wrote: 

I don't think the yum "exclude" syntax can tolerate the "!", inverted
syntax. I don't have yum capable system in front of me, but can it work with
an "include" statment?


Default Login Suse Linux 10

Posted: 26 Jun 2006 07:01 AM PDT

On 2006-06-26, Lutz Mueller <de> wrote: 

Then try with root and no password, failing that, boot in single-user
mode and change the root password with passwd. See the documentation
of Suse.

Davide

--
Do you have a point, or are you saving it for a special occasion?
-- David P. Murphy

Downloading files

Posted: 26 Jun 2006 05:53 AM PDT

"Scorp118" <net> wrote in
news:googlegroups.com:
 

A specific example of one file. Most of those I run into are the source
code for a package (but that's what I download). Try using Midnight
Commander to see what's in it first before you copy anything:

<user>#mc

at which point you get an win explorer (or norton commander for those
who know) type screen) use your cursor keys to switch to the directory
of the file (tab to change from left to right panes) enter to enter (or
exit with the /.. file) a directory and then press enter on the file
when you get there. You can view any file with F3 (the single key not
"F" "3") and exit viewing with F10 (same as above).


Oh, and F10 to exit midnight commander.
--
(setq (chuck nil) car(chuck) )

How to edit initrd.img in FC5

Posted: 24 Jun 2006 01:27 AM PDT

Thanks ! that worked ..
but one thing, that took lot of my time -
cpio by default compresses files into an 'old binary format'
however initrd images nedded by fc5 kernels are compresses using the
'newc' format

that means you can incompresses the initrd , modify it, then
recompress,
but if you do not explicitly mention the 'newc' format duing
compression , the kernel will hang after loading itself and not budge
any further.---

(no! no! ) find | cpio --create > /boot/initrd_new.img (Wont ! work !)
find | cpio --create --format=newc > /boot/initrd_new.img (Will work
!)


Allen Kistler wrote: 

cannot change time on Fedora

Posted: 23 Jun 2006 01:53 AM PDT

On 23 Jun 2006, in the Usenet newsgroup comp.os.linux.setup, in article
<lightlink.com>, Paul Kimoto wrote:
 
 
^^^^^^^^^^^^^^^^
 
 
 

Ah, you never noticed that a significant number of the messages posted have
that zonetime? When you post via google.groups, the "G2/0.2 User-Agent"
posts a lot of information (look _in_ the headers - try pressing the 't'
key in slrn while reading the article) and uses the local time in
Mountain View, California (about 27 miles / 43 KM Southeast of San
Francisco) as the posting time.

Old guy

kickstart SATA drives

Posted: 22 Jun 2006 06:27 PM PDT

Mike wrote: 

I also ran into some SuSE 2.6 kernels that installed them as /dev/hda, and
if you did a kernel upgrade switched them to /dev/sda. Drove me *NUTS*
tracking that one down in a network installation system.


Fedora / FreeBSD files question

Posted: 22 Jun 2006 10:07 AM PDT

In comp.os.linux.setup Nico Kadel-Garcia <net>:
 
[..] 
[..]
 

FYI.

It is used in conjunction with /etc/spwd.db to store hashed
passwords on *BSD, like /etc/shadow on Linux. Though the format
is different.

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo qr | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 460: Here's a nickel, kid. Get yourself a better
computer.

How do I use external parallel port floppy drive on Toshiba Portege?

Posted: 22 Jun 2006 09:46 AM PDT

["Followup-To:" header set to comp.os.linux.portable.]
On 24 Jun 2006 07:54:39 -0700, it
<it> wrote: 
In the BIOS setup you have to choose whether the parallel port is used
for a printer or a floppy or disabled.


--
BOFH excuse #347:

The rubber band broke

need help with dependencies for apt-get

Posted: 22 Jun 2006 07:11 AM PDT

"Nico Kadel-Garcia" <net> wrote in
news:com:
 

Well the OS is linux actually, Slackware is the distribution
 

Not the kernel per say, but the packages that come in a distribution
with a kernel version, say a 5 year old version of debian which would be
2.2 or so. Especially if you haven't been upgrading packages all along,
which as I say is a heck of a job, and getting linux in stores is a joke
arround my parts at least.

--
(setq (chuck nil) car(chuck) )

Sticky bit to allow access permission?

Posted: 22 Jun 2006 06:18 AM PDT

On 22 Jun 2006, in the Usenet newsgroup comp.os.linux.setup, in article
<googlegroups.com>,
com wrote:
 

1. It's not the sticky bit (which shows up as a 't' or 'T' in the
execute permission for others), but the SUID bit (which shows up as an
's' or 'S' in the execute permission for the owner). See the 'chmod'
man page.

2. The kernel ignores SUID (and SGID) on shell scripts - it's a massive
security problem.

3. Use 'sudo' to run the 'adduser' or 'useradd' command. 'man sudo'
 

Well, that certainly won't do much. Perhaps you should start with the
Bash-Prog-Intro-HOWTO

-rw-rw-r-- 1 gferg ldp 31540 Jul 27 2000 Bash-Prog-Intro-HOWTO

and then wander over to the Linux Documentation Project at
http://tldp.org/guides.html and grab a copy of The Grendel's fabulous
"Advanced Bash Scripting Guide". From a recent post to comp.os.linux.announce

Announcing the version 3.9 release of the "Advanced Bash Scripting Guide."
This e-book tutorial and reference is the equivalent of a 700-page print book.
With 320 illustrative examples (including such goodies as an anti-spammer
script), the book covers virtually every aspect of scripting.

The web site has the document in a number of file formats. I'd recommend
the HTML tarball

Old guy

Reinstalling Windows XP forced LILO removal...how do I get it back?

Posted: 22 Jun 2006 05:46 AM PDT

"Mwob" <com> wrote in
news:googlegroups.com:
 

Make your boot disk on a floppy though as it loads your compiled version
of the kernel and if you don't, none of the pci hardware (other than
video and module loaded) will work when you boot the other way (with the
cd).

--
(setq (chuck nil) car(chuck) )

reading an old Linux drive from a new one?

Posted: 21 Jun 2006 10:12 PM PDT

"Nico Kadel-Garcia" <net> wrote: 

Here's the output I get from 'fdisk -l':

-------------------------------------------
Disk /dev/hda: 20.5 GB, 20576747520 bytes
255 heads, 63 sectors/track, 2501 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 1 8001 a OS/2 Boot Manager
/dev/hda2 2 17 128520 6 FAT16
/dev/hda3 18 2501 19952730 5 Extended
/dev/hda5 18 33 128488+ 6 FAT16
/dev/hda6 34 97 514048+ 7 HPFS/NTFS
/dev/hda7 98 117 160618+ 7 HPFS/NTFS
/dev/hda8 118 181 514048+ 7 HPFS/NTFS
/dev/hda9 182 819 5124703+ 7 HPFS/NTFS
/dev/hda10 820 2349 12289693+ 7 HPFS/NTFS
/dev/hda11 2350 2501 1220908+ 7 HPFS/NTFS

Disk /dev/hdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 * 1 13 104391 83 Linux
/dev/hdb2 14 140 1020127+ 82 Linux swap
/dev/hdb3 141 9729 77023642+ 83 Linux

Disk /dev/hdd: 5129 MB, 5129671680 bytes
255 heads, 63 sectors/track, 623 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdd1 * 1 10 80293+ 83 Linux
/dev/hdd2 11 623 4923922+ 8e Linux LVM

Disk /dev/sda: 131 MB, 131072000 bytes
16 heads, 32 sectors/track, 500 cylinders
Units = cylinders of 512 * 512 = 262144 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 499 127728 6 FAT16
-------------------------------------------

'hda' is the first fixed HD, on which my OS/2 system sits, 'hdb' is the
second fixed HD holding the newly installed SciLinux, and 'hdd' is the
old HD now put in as a removable disk. What puzzles me is that before
being supplanted by the bigger new disk, 'hdd' had the same three parti-
tions as the new 'hdb'. Yet only 'hdd1', which is the '/boot' partition,
is as expected, and readable. There was one difference between 'hdd' and
'hdb': in 'hdd' the sequence was /boot, /, swap, rather than the sequence
in 'hdb' of /boot, swap, /. I wonder if that could be a contributing
factor.

- Dushan

installing linux on an empty/unformatted (but already there) fat32 partition

Posted: 21 Jun 2006 07:11 PM PDT

com wrote in
news:googlegroups.com:
 

Also make sure your CD drive is first in boot order in your bios.
Probably the hard drive is first then floppy and cd ignored.

--
(setq (chuck nil) car(chuck) )

How to solve MIDI I/O error in Ubuntu Dapper Drake?

Posted: 21 Jun 2006 05:50 AM PDT

 

You don't show your /etc/modules.conf and your /etc/rc.d/rc.modules
(locations vary) but I don't see any dependencies for snd_mpu401.
Shouldn't that be dependant on you soundcard? (crystal beach something?
- actual card involved would help along with those two files mentioned
by me above.) You might also do a (re)readthrough of the ALSA-sound
HOWTO from

http://www.tldp.org/

- go to main index beside HOWTOS to find it - they're alphabetical. I'm
almost positive the problem is with your ALSA setup particularly in
/etc/modules.conf

--
(setq (chuck nil) car(chuck) )

Problem with mounting hard drive

Posted: 20 Jun 2006 11:55 PM PDT

Matt Giwer wrote:
 

It will NOW
 



--
In June 2006 Israel is murdering an average of ten Palestinians a day.
Correcting to population that would be about 8500 Americans per day.
-- The Iron Webmaster, 3662
nizkor http://www.giwersworld.org/nizkook/nizkook.phtml
book review http://www.giwersworld.org/israel/willing-executioners.phtml a7

Office Professional Install 2007 - Missing Telephone # - Microsoft Office forums

Office Professional Install 2007 - Missing Telephone # - Microsoft Office forums


Office Professional Install 2007 - Missing Telephone #

Posted: 18 Jan 2007 10:14 AM PST

I thought Microsoft support cost money no matter what?
Keep in mind that many people are getting the trial right now who would
have otherwise bought it, just that they can't do that yet...

Patrick Schmid [OneNote MVP]
--------------
http://pschmid.net
***
Office 2007 RTM Issues: http://pschmid.net/blog/2006/11/13/80
Office 2007 Beta 2 Technical Refresh (B2TR):
http://pschmid.net/blog/2006/09/18/43
***
Customize Office 2007: http://pschmid.net/office2007/customize
RibbonCustomizer Add-In: http://pschmid.net/office2007/ribboncustomizer
OneNote 2007: http://pschmid.net/office2007/onenote
***
Subscribe to my Office 2007 blog: http://pschmid.net/blog/feed

"Gordon" <com.invalid> wrote in message
news:phx.gbl:
 

Office 07 Beta TR unistall crashed now I can't unistall.

Posted: 17 Jan 2007 07:14 PM PST

Thanks for the help Patrick. I found KB928218 right after posted my scream
for help.

The article worked. Going through all of the steps in the KB was a bit
painful and tedious, although not as painful as rebuilding a machine. ;-)

Griz

"Patrick Schmid [MVP]" wrote:
 

Since installing Office 2007, Outlook Express has French dictionary

Posted: 17 Jan 2007 08:37 AM PST

Thanks guys, I'll give that a go.

(Or as Outlook express would have me say it...)

Tanks Guys, Ill givre That a go.
--
Thanks,
CJSnet

Recommended:
* http://search.superhighstreet.com - Finds anything or they pay!
* http://www.superhighstreet.com & http://www.oxfordstreet.com - Beat the
crowds with Virtual Streetscapes

[remove 'teeth' to e-mail me]

"Steve Howard" <com> wrote in message
news:phx.gbl... 


I have two instances of "Personal Folders" in Outlook 2003

Posted: 16 Jan 2007 01:34 PM PST

<org> wrote in message
news:com... 

New profile - Control panel-Mail-Show profiles-Add


Corrupted Office needs to be completely removed.

Posted: 16 Jan 2007 11:31 AM PST

Are you able to use the Windows/IE Help??
Update your Windows to the latest updates. Is XP SP2 installed on the
computer?? May be update to IE7 if its already IE6sp2, just a thought!



"UJ" <com> wrote in message
news:phx.gbl... 


Office XP Uninstall & Reinstall

Posted: 16 Jan 2007 10:54 AM PST

"anoniem" <com> wrote in message
news:45ae1f36$0$321$xs4all.nl... 

Please QUOTE the post you are replying to.

http://dts-l.org/goodpost.htm
http://www.netmeister.org/news/learn2quote.html

Thank you.


Where does cftmon.exe come from if not from MS Office?

Posted: 16 Jan 2007 07:01 AM PST

You say: cftmon.exe
The MS file is ctfmon.exe
Is that a typo?

Or: http://www.sophos.com/security/analyses/trojdelivea.html


"Ro" <com> wrote in message
news:xecickk5d3a0.ci5o7k7n5m3q$net...
| Where does ctfmon.exe come from (if not from MS Office)?
|
| I don't have MS Office installed on my WinXP computer yet I still
| constantly get requests by cftmon.exe to run at startup.
|
| Doing a search, I find cftmon in two places:
| - C:\i386\cftmon.exe
| - C:\WINDOWS\System32\cftmon.exe
|
| I read the MS article on removing cftmon.exe but it assumes MS Office is
| installed.
| http://support.microsoft.com/default.aspx?scid=kb;EN-US;q282599
|
| My anti-virus never complained about ctfmon so I presume that's working.
|
| Can ctfmon come from some other Microsoft program other than Microsoft
| Office?


Word keeps asking for cd

Posted: 16 Jan 2007 04:03 AM PST

It's just done it again; it is rather tiresome. Surely by now it should be
in the registry & it should stop asking me for the installation cd.

The file it requires is "wordret.msi"
"Rupe" <com> wrote in message
news:Obfp%phx.gbl... 


upgrade trial office 2003 to prof. 2003 w/o losing outlook data

Posted: 14 Jan 2007 07:54 PM PST

With OL closed, locate and simply copy all *.pst files.

"lefebel" <microsoft.com> wrote in message
news:com... 
never touches users data. 


Cannot activate Office Enterprise 2007

Posted: 14 Jan 2007 04:33 PM PST

Re,

Good idea from MS. So I could never use this evaluation version.
I need Infopath 2007, witch not included in french Professionel or
Standar Editions.

Did someone here has a link to download infopath 2007, or an enterprise
edition with no activation.

Thanks.

Bob Buckland ?:-) (At Beautiful Downtown) a écrit : 

Office Resource Kit 2003 link fails

Posted: 13 Jan 2007 01:02 AM PST

It works now - thanks. I have downloaded and deployed now.

"Bob Buckland ?:-)" wrote: