Pages

Search

Microsoft Word - check box enforcement

Microsoft Word - check box enforcement


check box enforcement

Posted: 07 Jun 2013 12:45 PM PDT

After adding check boxes to my word doc it will not let me highlight the "yes, start enforcing protection" and I don't know why?

2 questions about a Search loop

Posted: 07 Jun 2013 10:24 AM PDT

Hello, folks,

 

I want to make what I THINK would be a pretty straightforward loop.  It needs to search a document for text between quotation marks, underline the first Find, pause and ask the user if they want to continue (like a regular Word search-and-replace does), and if the user clicks yes, continue the search from right after the first Find, search for the next Find and underline it, pause again, asking the user if they want to continue, etc.   I'd be grateful for any help. Thank you, -Lynne.

2 QUESTIONS:

1-How to make the screen show what each Find is, as the macro moves along?

2-How to make the loop continue after the first Find?  (See With/End With #3, in the code.)

What I've got so far works fine, but I don't know how to make the loop continue after the first Find. 

In the macro, first are the Dims for the Message Box to ask if user wants to continue.  It has Yes and No buttons.

Next is the Dim for the Search and Replace range.

Then is the SEARCH LOOP.  It has 3 With/End With statements:  #1 underlines the SearchAndReplaceRng.  #2 gets rid of underlining of any commas.  #3, I THINK(?), would reset SearchAndReplaceRng to be from after the most recent Find to then end of the document.

Also, the screen needs to show where the Find has paused.  Right now, it doesn't.

 

Here's my code:

Sub TESTForTermByTerm()

'==***========================

'Dims for the Yes/No MsgBox:

Dim Msg, Style, Response, MyString

Msg = "Continue ?"

Style = vbYesNo

'==***========================

'Dim for the Seach/Replace:

Dim SearchAndReplaceRng As Range

Set SearchAndReplaceRng = ActiveDocument.Content

'==***========================

'Search loop:

With SearchAndReplaceRng.Find

  .ClearFormatting

  .Text = "[^0034^0147]*[^0034^0148]" '<-- Search for text between quotes

  .Forward = True

  .Wrap = wdFindStop

  .MatchWildcards = True

  Do While .Execute

'==*** ========================

'With/End With #1:

        With SearchAndReplaceRng

            .MoveEnd Unit:=wdCharacter, Count:=-1 '<-- .MoveEnd = move LAST UNIT of SearchAndReplaceRng left 1 char, to inside of quote

            .MoveStart Unit:=wdCharacter, Count:=1 '<-- .MoveStart = move FIRST UNIT of SearchAndReplaceRng right 1 char, to inside of quote

            .Font.Underline = True

        End With

'==*** ========================

'With/End With #2:

        With SearchAndReplaceRng.Find '<--look for any underlined commas and de-underline

            .Text = ","

            .Font.Underline = True

            .Replacement.Text = ","

            .Replacement.Font.Underline = wdUnderlineNone

            .Execute Replace:=wdReplaceAll

        End With

'==*** ========================

'With/End With #3:   ß HELP?

        With SearchAndReplaceRng

            'Move the end of the range to 4 chars after the end of the find, then collapse it?

            .MoveEnd Unit:=wdCharacter, Count:=4 '<-- .MoveEnd = move LAST UNIT of SearchAndReplaceRng right 4 chars  ?

            .Collapse Direction:=wdCollapseEnd     'ß Reset range to be from here to end of document  ?

        End With

'==*** ========================

        Response = MsgBox(Msg, Style)

        If Response = vbNo Then      'ß if NO to CONTINUE? then

            GoTo STOPNOW        'ß DROP OUT OF LOOP

        End If

'                                 'ß Else, continue with loop...

    Loop

STOPNOW:

End With

End Sub

 

 

 

Inserting caption makes the figure disappear

Posted: 07 Jun 2013 02:28 AM PDT

Hi,

I've been working on a large document with lots of figures, equations etc. When I opened the document today and tried to add a caption to a figure, the figure just disappears. It disappears in the same instant when I click Insert Caption - no matter if it is right click of mouse or at  References tab. I haven't changed any settings since the last time I used the document and it worked fine before. Adding captions to tables still works fine.
The same happens in any other document (and any figure) so it must be a global setting.

I tried changing a tamplate as described in 'How to troubleshoot damaged documents in Word 2007 and in Word 2010' but it didn't help.

What else can I do?

Thanks in advance
Andrzej

Word could not establish a DDE contection to Excel spreadsheet ( after doiing so for past 12 months)

Posted: 06 Jun 2013 05:55 PM PDT

I have a suite of Word documents that are templates and I merge the Winword ( office 2007) with Excel Data Spreadsheet. I have been doing this for over ten years and when I upgraded to Office 2007 sundenly I could no longer create new Word.Doc Templates as the upgraded Office 2007 for some reason would not allow the DDE merge I therefore had to choose options which would not carry the cell formats through the the template. When I did this it results in some strange highlighting and the dollar figure and date formats appearing as PLAIN NUMBERs ONLY.

I tried to get the answers from Microsoft but hey no luck so I contented my self with having to copy an old Template and make changes to suit new needs. Then about a year ago I created a new .Doc Template chose the DDE version and glory be it worked.

Then yesterday 6/6/13 I when I open ANY of my templates I get the above message which pushes me back to the other option that don't carry the formating over.

Win7 operating System on VMware on Mac Air ( the mac is brilliant for this)

how do I paste the Word Count box onto my document? my professor requires that it be on my paper.

Posted: 06 Jun 2013 04:46 PM PDT

How do i paste a word Count box onto my paper?

Word 2010 drop-down boxes: Any way to change "Choose an item?"

Posted: 06 Jun 2013 04:30 PM PDT

As you know, when you create a drop box in Word 2010, the drop box text displays a greyed out "Choose an item." Is there any way to change this? I've tried removing it from Properties and tried adding a custom entry with no value, but it always says "Choose an item." I would rather have it say "Select a time zone."

Thanks for any help,

Brad

Can't delete a Word document

Posted: 06 Jun 2013 08:34 AM PDT

I am using Word 2010 and I have a Word document on our server that is an older version (.doc). I am trying to delete that old document but I keep getting a message that it is open by another user. No one is in this document. I saw the hidden temp file for it and I deleted it thinking that would do the trick but I still get the message that another user is in it. I even tried deletign from the server itself but no luck. Can anyone please tell me how I can trash this old document?

 

Thank you!

Lauren M.

Mail Merge with Excel Workbook inserts erroneous first name

Posted: 06 Jun 2013 07:01 AM PDT

I am versed in mail merge using Word as the letter template and an Excel spreadsheet as the data source. In a recent merge Word (or Excel) is inserting 12:00 AM as the first name in the address block and in the greeting line. The worksheet shows the first name correctly but the merged document inserts the erroneous "12:00 AM" name in every letter. I tried rewriting the letter from scratch. I tried moving the columns in the workbook. I exited the programs and rebooted the computer. I saved the files as new names.

I run Windows 7 with all updates and Office 2013 with all updates. I can send both the Word letter and the Excel spreadsheet for analysis.

Unable to access MS Word

Posted: 06 Jun 2013 06:47 AM PDT

I suddenly got the message "MS Word has not been installed for the current user. Please run setup to install application". I've had MS Word in my PC since I bought it 4 years ago.  I've tried rebooting the computer to an earlier backup point, but that only gets Word back temporarily. Why is this happening and how do I get it back?

how to insert two headers in a page?

Posted: 05 Jun 2013 01:11 PM PDT

Hello All,

I have excel macro, which opens a collection of word docs one by one and does some data manipulation. I have two questions which I could not solve:

1) I am trying to have two different headers and the headers should only be visible on the first page. Is that possible?
    For Example: Center aligned header in first page should read "Sample Text 1" with font size 12 CALIBRI and the right aligned header should read "Sample Text 2" with font size 16 CALIBRI. Is this possible?

2) Similarly, I want to have a footer but only in the LAST page (This last page keeps on changing with the docs).
For Example: Center aligned footer in last page should be "Sample Footer Text1" with font size 8 CALIBRI and the right aligned footer should read "Sample Footer Text2" with font size 8. Is this possible or am I just day dreaming?

Thanks in advance for all the help :)

Spellcheck and Autotext in Forms with Input Interface created in VBA 7

Posted: 05 Jun 2013 11:28 AM PDT

First off, I am not a programmer in any sense....I took one programming 101 course in college like 15 years ago.   So I'm sure I have no idea when it comes to proper lingo so I apologize in trying to explain this.   

 

I put together a Word template with an interface created in VBA 7 that populates a Word 2010 document from an input form.   Works great except for two big things....and these may be deal breakers with my bosses on this project!  

 

After I type in the data on the input form and close the input window, the data from the user form goes into the document like it is supposed to.  The problem is that spellcheck will not spellcheck anything that I put into that form using the input form.   And any autotext shortcuts do not work if I put them in on the the input form.   My guess is that Word treats this text as a field or it is somehow marked to not check it or read that data.  If I skip the input form and just type directly on the form, spellcheck and autotext works the way it is supposed to.    Or I can use the form for part of it and skip other parts, but still, only the portions that I input later without the input form have full functionality.  

 

I really don't want to skip the input form!  The beauty of the input form is that I don't have to tab through 100 different fields within the form which is setup using a complicated table.   So I want my cake (the input form), and I want to eat it too (Spellcheck and autotexts need to work)!

 

I have been looking at these issues for a while now and see some previous posts on how the document cannot be locked/protected.    I have tried it both ways with the document locked and without.   Grouping sections, different sections, etc.   The problem is anything that comes from the input form is essentially not recognized when spellchecking or using autotexts.  

 

I also tried setting up a macro that selects the entire document after the input form and then run Ctrl+Shift+F9 to convert fields to straight text.   It still will not allow me to spellcheck anything that came from that input form. 

 

I also used the spellcheck macro suggested on one of the MVP sites and got that macro to work, but it does the same thing.  It skips anything that put in on the input form. 

 

What am I missing?   Any ideas?   Thanks in advance. 

 

 

Word and Accdb mail merge without Access

Posted: 02 Jun 2013 03:52 PM PDT

I have an Access 2010 DB on a home network drive. Both of my home PCs have Office 2010 Professional (including Access).

I intend borrowing a friends laptop to help me run a small application for a club. His PC has a version of Office 2010 that excludes Access.

Does anyone know if I can use that PC, without Access, to run a Word mail merge using my networked Access DB as a data source?

Many thanks
Dave

I need to register my software. - Microsoft Office forums

I need to register my software. - Microsoft Office forums


I need to register my software.

Posted: 13 Aug 2004 12:03 PM PDT

"Jim May" <microsoft.com> wrote in message
news:5c6a01c48168$361c1b10$gbl... 

Do you mean "Register" or "Activate"? If it's "Register" then don't bother -
it doesn't mean anything.


hibernation in xp

Posted: 13 Aug 2004 12:52 AM PDT

RMirenzi wrote: 


And the reason you're posting to an *OFFICE* group is...? Can't be arsed to
find the correct group.
--
My great-grandfather was born and raised in Elgin - did he eventually
lose his marbles?



XP won't let me install Office 2000

Posted: 12 Aug 2004 06:03 PM PDT

The cd is fine, there is nothing wrong with it because like i said, it
installs fine on my other laptop that has 98SE instead of XP. And I not only
have tried it from my internal cd-rom but also an external cd-rom that it
brand new and i have use it before.



"Roady [MVP]" <_SPAM_net> wrote in
message news:phx.gbl... 
keep 
the 
are 
with 


Office XP on a 2nd PC

Posted: 12 Aug 2004 12:48 PM PDT

IIRC, Office XP for Small Business is an OEM only version, meaning that it
is tied to the machine on which it came preinstalled. So, the answer is no,
you will not be able to install it to your desktop.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. Due to
the (insert latest virus name here) virus, all mail sent to my personal
account will be deleted without reading.

After searching google.groups.com and finding no answer, Max The Dog asked:

| I bought Office XP Small Business for my laptop. I am
| planning on buying Windows XP (upgrade) for my desktop,
| it has Win98 now.
|
| Once I upgrade to WinXP, will I have any trouble
| installing the Office XP Small Business to the desktop?
|
| Thanks.


installing OS

Posted: 12 Aug 2004 12:01 PM PDT

No, I don't take my Ford to VW dealer to get fixed, Ifix it myself. Yes, I
understand the post is in the wrong subject; question remains unanswered as
to why you had to be so un-helpful. You could have chosen to explain where
her post may have been better placed, you (probably) could have helped her
out, yet you chose to be snide; I'm going to hope that is not your way of
life and I'm going to contribute it as per my point, that being it should not
be so difficult to obtain answers and solutions to problems caused by "fixes"
or issues more common than would seemingly appear, due to Microsofts
selective and misguiding way of making actual answers such as what will make
the machine work properly more easily found; instead of as per my last post,
three to five layers into any given FAQ. Also you left unanswered my several
questions about truthfully, how easy do you find workable solutions, and as a
matter of fact how many of those sol;utions do not create even worse
problems? Huh? You can tell us. Noone should think less of you, maybe (as I
would), MORE of your ability to be honest; and if'n anyone does think less,
guess what, they have the prob and why would you even give a F---? Not really
any skin off your nose, is it? I'm just trying to point out it becomes
frustrating with all these sp's which cause problems elsewhere with other
components at such rate as to make it difficult to remember "Oh, yeah, this
I've dealt with before, now what exactly / how did I fix this last time?"
OK? I truly meant no harm, just saw your less than helping reply and
snapped, forgive my taking it out on you, and yes, if in fact I did take my
Ford to VW, I'd not be surprised if the repairs were done incorrectly. Brings
to mind the question; where the heck do you get good advise / solutions for
problems with your machine; here from other users, right? Shouldn't they come
from MS? Again, are you applying SP2 right away? Peace, Love, Dope, R___
"Gordon" wrote:
 

ReInstalling XP

Posted: 11 Aug 2004 09:50 AM PDT

I changed out drives a couple of years ago. I reinstalled office and
registered by phone with Microsoft. I had no problems, no questions from MS.

"Jagadeesh [MSFT]" wrote:
 

Installing Office 2000 retaining Access 97

Posted: 10 Aug 2004 02:09 PM PDT

you can certainly have Access97 and later versions, run both OK

"J. Lilliquist" <spammehere.ctc.edu> wrote in message
news:46.248.16... 


unable to locate OWC11.MSI during office 2003 install

Posted: 10 Aug 2004 12:51 PM PDT

"Sloan Crayton [MS]" <microsoft.com> wrote in news:e#
phx.gbl:
 

It sure is! It stand for Office Web Components.
It provides connectivity between Office and the
internet so you can do things like download new
clipart, not on the CD, from the web.

MS Office 2008: Must run as an Admin User? Microsoft Office for Mac

MS Office 2008: Must run as an Admin User? Microsoft Office for Mac


MS Office 2008: Must run as an Admin User?

Posted: 27 Dec 2007 10:41 AM PST

kevin74 wrote: 

Beta testers are sworn to secrecy about everything, but I run my full
version of 2004 in a non-admin account with no problems.

Since you are test-driving 2004, I assume that you are aware of the deal
where you can buy 2004 now and get 2008 for just the price of S&H. If
not, here:
http://www.microsoft.com/mac/go/promotions/supersuitedeal/

Download the coupon and read the small print *before* you buy.

Office Mac 2004 on a Mac Mini?

Posted: 27 Dec 2007 08:35 AM PST

In article <u#phx.gbl>,
John <com> wrote:
 

Yes. I have that up and running on my Mac Mini (can't speak for the
processor speed off the top of my head, but it has 1GB and an 80 Gb hard
disc with a combo drive and is running 10.4.11.

HTH,

Dave

persian in office 2004 mac leopard

Posted: 27 Dec 2007 05:35 AM PST

On Dec 27, 7:05*pm, Corentin Cras-Méneur <mvps.org>
wrote: 

you mean that even google persian interface isn not coded correctly?
where can i check the font?

Uninstall Office X

Posted: 25 Dec 2007 12:42 PM PST

Thank you Michael for the info. I took your advice and used the M/S
uninstaller. I think it worked well.

Easy when you know how!

Merry Christmas and all the best for the coming year.

Donkeyoatay.

"Michel Bintener" wrote:
 

i'm new to MAC and want to continue using outlook and syncing to mypalm. Is this possible?

Posted: 21 Dec 2007 02:42 PM PST

On 23/12/07 1:31 PM, in article phx.gbl,
"Daiya Mitchell" <org.INVALID> wrote:
 

I reckon it's a theory pursuing a basis for existence! But amusing enough,
if only in relation to stereotyping blonde women. Which reminds me -- I saw
this recently:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MEN ACT DUMB WITH BLONDES
There is no scientific evidence that blondes are less intelligent than
brunettes or redheads -- but there is evidence that men act dumb in their
company.

Researchers in France discovered that in general knowledge tests, men
perform worse after looking at pictures of fair-haired women than after
looking at pictures of women with either brown or red hair.

Further analysis convinced the team that the men weren't simply distracted
by the sight of blonde hair, but that they were subconsciously mimicking the
perceived stupidity of the women they had been looking at, reports The
Sunday Times.

This is not the first study to demonstrate the power of stereotypes to
influence behaviour. Previous research has shown that people tend to walk
and talk more slowly when they are in the company of elderly people.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 

Example would be "The PC revolutionized financial management in the 1990s",
meaning "The computer ...". Just as "The Macintosh soon took the leading
place in graphic design."

But far more frequently -- because there are so many different brands of PC,
as distinct from one Mac brand -- it's far more likely that the indefinite
article will be used with PCs, I'd surmise. 

Which bit?
 

Nor do I. I don't think I implied that. :-)

Clive
===== 


Publisher?

Posted: 20 Dec 2007 09:34 AM PST


No, the Mac platform has never been blighted by Publisher. There was a nifty
application, similarly titled -- Publish It Easy -- not by Microsoft. I
used it for small professional magazines in <checks deep in archive> --
crikey! -- 1993.

Gee, time flies when you're having fun...

CH
===

On 22/12/07 10:58 AM, in article
C391BD3C.2F0E7%cast.net, "CyberTaz"
<cast.net> wrote:
 


New to mac...how do you make a calendar?

Posted: 18 Dec 2007 10:57 PM PST

Thanks for sharing--your post will probably help out someone in the future.

Melissa wrote: 

How to transfer Autocorrect from Office X to 2004?

Posted: 18 Dec 2007 09:33 PM PST

On Dec 19, 8:06 am, Daiya Mitchell <org.INVALID>
wrote: 

that worked! thank you!!!

Promotion Office 2008

Posted: 17 Dec 2007 03:50 PM PST

On 12/21/07 6:08 PM, in article
googlegroups.com,
"ca" <ca> wrote:
 

Office 2008 for Mac ($399.95; $239.95 upgrade),

Office 2008 for Mac Home and Student Edition ($149.95)

Office 2008 for Mac Special Media Edition ($499.95; $299.95 upgrade).

Since there was no media edition before I'm not sure what the previous
package is they are referring to.

--
Diane, Microsoft Mac MVP (MVPs are not Microsoft Employees)
Entourage Help Page <http://www.entourage.mvps.org/>
Entourage Help Blog <http://blog.entourage.mvps.org/>


Shared Calendar Data Missing

Posted: 17 Dec 2007 10:49 AM PST

Thanks so much for your suggestion. Sorry, I got into the wrong discussion
group.


"CyberTaz" wrote:
 

Exchange not available to Entourage 2008 Student Edition???

Posted: 17 Dec 2007 10:17 AM PST

Hi I work for SherWeb and I'm an Entourage user too :)

You'll be glad to know that Sherweb offers a free registered copy of
Entourage to all its mac users. I think they'll be offering entourage
2008 soon.

Sincerely yours,
Thibaut




On Dec 17, 10:17*am, ooshnoo <com> wrote: 

Windows 7 - Composite video into monitor

Windows 7 - Composite video into monitor


Composite video into monitor

Posted: 01 Mar 2010 04:21 PM PST



"philo" <net> wrote in message
news:net... 

I've seen a bunch of cheap tv tuner cards recently.

http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&N=2000380047+168534284 7&Tpk=tv%20tuner%20card

http://www.buy.com/retail/usersearchresults.asp?querytype=home&qu=tv+tuner+c ard&qxt=home&display=col

I like ATI and Hauppage.


--
Andrew


Frank and Bill Yanaire's Favorite Video

Posted: 01 Mar 2010 01:13 PM PST

Spring Sprung wrote: 

What a surprise, this drooling knuckle dragging windroid didn't
understand a thing I posted. 


--
Alias

Frank's Ill Informed Quote of the Day

Posted: 01 Mar 2010 07:34 AM PST

I wasn't discussing "confusion", I was simply and easily refuting your "one
size fits .." comment.



"ray" <com> wrote in message
news:individual.net... 

Office Live Workspace

Posted: 01 Mar 2010 06:21 AM PST

Many thanks, I missed that one.

Gordon

"R. C. White" <net> wrote in message
news:grandecom... 

Looking for a TweakUI-like util for Windows 7

Posted: 28 Feb 2010 11:05 PM PST


"Gordon" <com> wrote in message
news:hmieca$vq$eternal-september.org... 

Suffice it to say not everyone is as careless as you must be.


Microsoft Word - How to insert references to self-defined SEQ-numbers?

Microsoft Word - How to insert references to self-defined SEQ-numbers?


How to insert references to self-defined SEQ-numbers?

Posted: 06 Jun 2013 02:21 AM PDT

In my documents I have numbered figures, tables and also "examples" (short programming code snippets).

I managed to define myself an independent SEQ number and the examples' captions get properly enumerated. Same as figures and tables they also get listed in my "table of figures" (which is what I want, although I have no clue why they appear there).

 

However, I have not managed, yet, to insert proper *cross-references* to these examples in my text. I would like to be able to refer to these examples the same way as I can do for figures and tables, like "see Example 5" but "Examples" do not appear under References => Cross-reference => Reference Types and hence I can not pick them for insertion.

 

How do I make my self-defined sequence number (or rather its label) show up in that drop-down list, so that I can also insert cross-ref's to my self-defined SEQ numbers?

 

 

Is it possible to change the default font size in Microsoft Office Word 2013?

Posted: 05 Jun 2013 03:29 PM PDT

It's not to much of a problem, but it would be useful to have the font size on '12' or '14' on startup instead of changing it every time Word starts up.

Style Preview Panel does not show correct formatting on styles with auto numbering

Posted: 05 Jun 2013 02:45 PM PDT

I opened my Style Window Pane to modify my heading styles and the preview Heading 1 style does not reflect the actual formatting of the style. For example, the numbering style for Heading 1 in the document is as follows:

 

I. Introduction

 

but the style preview panel shows as:

 

I. Introduction

 

I am seeing this happen to all of the styles with auto numbering, such as a numbered list style.  Is this a Word bug or has someone encountered this before and can provide me with a solution?

 

In Word, if I create a new template by going to "File" => "New" => "My templates" => "Blank Document, under Create New select "Document" and Ok.  If you open your style pane window, by using your keyboard short cut Alt, O, S, or selecting the dialouge box by selecting the dialouge box launcher in the "Home" tab under the Style section.

 

Once you have the style pane / window open, select the "Show Preview" button at the bottom to show the Styles in Preview Mode.  In order to see all your styles, select the "Options" to open the Style Pane Options.  Under "Select styles to whow:" select "All styles" and under "Select how list is sorted:" as "Alphabetical." and select Ok.

 

This will bring you back to your document with the style pane.  Scroll down to the "List" style, apply it to a paragraph with text and modify the style only (not the auto number) to underline.  You should see only the auto number with an underline and the paragraph text with no underlining, although the style appears to be formatted correctly. 

How do I find word processing on my newly installed Vista?

Posted: 05 Jun 2013 02:34 PM PDT

I recently had to get a new hard drive installed in my computer.  After replacing my software I cannot find any form of Windows Word or Windows office so that I can create a new document.

How do I limit the number of keystrokes a user can add to a content control field? Say 5 keystrokes?

Posted: 05 Jun 2013 11:06 AM PDT

Legacy fields have an option in properties to limit the maximum number of keystrokes to fill into a field. does content control have this option becuase i cant find it. How can i make a content control field limit to 5 spaces?

 

I have Word 2010.

 

My multilevel list style won't link Heading 6 to level 6.

Posted: 05 Jun 2013 10:39 AM PDT

I'm using a List style (Sections) to create a multilevel outline. I have six levels, and I'm linking each level to a Heading style (1 thru 6). However, when I attempt to link level 6 to Heading 6, it doesn't take. Heading 6 shows level 6. How do I get level 6 to display?

background lines appearing in document after saving file

Posted: 04 Jun 2013 11:48 AM PDT

When I type text in a new blank document, everything appears as normal.  After I save the file to my computer as a .docx or .doc file, lines appear in between paragraphs.  These lines are in between spaced paragraphs.  They look like grey lines on a legal pad paper.

 

When I print the document no lines show on the paper.  Is this typical for all documents in Word 2013, or is there a way to turn this feature off?

 

I am using MS Word 2013 in Windows 7.  I have all Microsoft Updates and Office Updates installed. 

 

Thanks for the help.

Normal blue hyperlinks print as magenta color

Posted: 03 Jun 2013 02:31 PM PDT

In Office 2010, hyperlinks appear in documents as the normal blue color and underline.  When printing the document the hyperlinks color is changed to a magenta (reddish-purple) while retaining the underline.  Is it my printer or the program?

 

 

Predefined margins

Posted: 03 Jun 2013 12:22 PM PDT

I have different page sizes and orientation in a same document, with different margins for witch one. 
Is there a way to modify the predefined margins (Normal, Narrow, Moderate, etc) for future documents?
Is tedious change every time the margins by hand...
Thanks!

Forward - Microsoft Exchange

Forward - Microsoft Exchange


Forward

Posted: 23 Sep 2004 06:50 AM PDT

How are you currently forwarding?

--
Ben Winzenz
Exchange MVP


<com> wrote in message
news:241601c4a174$3bc74590$gbl... 


MS Exchange 5.5 Server Crash

Posted: 23 Sep 2004 05:29 AM PDT

 
message 
as a 
is 
database in place of 
mount. I think it is 
exmerge. 
Thanks. I'll try it. Yes, it's isinteg -patch, I've had to
use it a few times already to restore exchange databases
in the past.

OWA Certificate

Posted: 23 Sep 2004 04:33 AM PDT

Hi PES
Thanks for replying
I did not find a .csr file on my server. I am somewhat of a newbie. I did
not create a certificate. Can I do this myself?

"PES" wrote:
 

POP3 Connection Manager

Posted: 22 Sep 2004 10:52 AM PDT

 
<com> 
external 
of 
time of arrival 
mailbox. If you 
on the 
change the 

Yeah that's what I've been heading for for a long time
now.

Our client has users all over the place so phase 1 was to
set users up 1 by 1 to use Exchange with the POP3
collector untill we have moved every body over and then
configure the MX records to point directly here...
Problem in some users don't come back for 6 months at a
time...

Sometime the field shows up as sent time, I was hoping
that was the case - guess not

Cheers

Deleting Contacts

Posted: 22 Sep 2004 04:51 AM PDT

"Mark Arnold [MVP]" <org> wrote in message news:<com>... 

Thanks for responding. However in Exchange system manager - I get mail
boxes for the contacts marked for deletion.

The way our migration has worked is that users on the old system have
a contact on the new system until they are migrated. Now the users
contact has been deleted, they have a full AD account & mailbox - and
9535 errors saying tme mailbox will be deleted in 27 days

Should I be concerned.

Pete.

Exchange 5.5 in Windows 2000 Domain

Posted: 22 Sep 2004 01:45 AM PDT


"Mark Arnold [MVP]" <org> wrote in message
news:com... 

So I can add the ADC after I have performed the Exchange move and after I
have created the Windows 2000 Domain can I?

Stuart


from pst to exchange

Posted: 22 Sep 2004 01:36 AM PDT

Exmerge. See
http://www.microsoft.com/downloads/details.aspx?FamilyID=429163ec-dcdf-47dc-96da-1c12d67327d5&displaylang=en

You will need to have all the PST files in a central location/folder on your
server and they should be named to match the alias of the respective
mailbox - as in, joe.pst, mary.pst, etc.....you'll also need to run Exmerge
using an account that has been granted full permissions to all mailboxes.
Also make sure that the PSTs you're importing don't exceed the mailbox quota
sizes you've set (and you should set them as defaults on the info store(s)
as well as making any exceptions in individual mailbox properties).

Or you can run around to each desk and set up a new Outlook profile that has
the Exchange mailbox for each user, and then use file | import in Outlook to
import from the PSTs. Sounds like you may need to go to each desktop
anyway....up to you. Exmerge is nicer in nearly all ways, though.



Ib1628 wrote: 


Veritas BAckup Exec 9.1

Posted: 21 Sep 2004 11:51 AM PDT

Install Exchange 5.5 administrator from the Exchange 2003 cd:
select the custom option and then select Exchange 55 admin only tools.

/Daniel Lozano



<microsoft.com> wrote in message
news:0f5b01c4a01d$0588be80$gbl... 


Microsoft Support of Exchange

Posted: 20 Sep 2004 02:59 PM PDT

Thank you!

"Scott Schnoll [MSFT]" wrote:
 

can't open calendar

Posted: 20 Sep 2004 01:05 PM PDT

James
Try to take back of pereticuallar mail box and restore it and check
calender from the backup directory hope this will help's you.
Ramesh

"james" wrote:
 

EXCHANGE backup and restore

Posted: 17 Sep 2004 11:15 PM PDT

Hi Bhalchandra

The process of taking exchange backup is below gop thru if you have any
quries reply me.

your server will have the Windows 2003 Backup utility already installed and
because you have installed Exchange on the server the backup utility will now
be “Exchange aware” and capable of purging the log files and backing up the
databases whilst they are in use. You don’t have to stop any of the Exchange
services when you are performing a backup. If you do stop the services you
will be performing an “Offline” backup and this is not recommended because
the services need to be running to purge the log files correctly.Open the
Windows 2000 Backup utility, Start > Programs > Accessories > System Tools
and select Backup

2. Select the Backup tab

3. Open the Microsoft Exchange Server list and expand the server that you
want to backup.
If you want to backup the whole of the Information Store on the selected
server you can simply check the box next to “Microsoft Information Store” or
you can expand the “Microsoft Information Store” and select a particular
Storage Group.
It is recommended that you backup a complete Storage Group, rather than the
individual Stores, that way all the committed transaction log files will be
purged. In the event that you need to backup an individual store you can
simply click on the Storage Group name and select the Store you would like to
backup from the right-hand pane.
.. Once you have made your selection of what you want to backup the next
step is to configure where we want to backup the selection to. This could be
to tape, to another hard disk, to a CD-RW or even to floppy disks if you have
about 600 hanging around. To select the backup location using the “Backup
media or file name” option at the bottom of the page. For this example I
have selected to backup to my G: and use a filename of backup.bkf.
5. When you are ready to start the backup, click on the Start Backup
button. The “Backup Job Information” dialogue box will now be displayed,
click on the Advanced button and ensure the Backup type is set to “Normal
6. If we now proceed and click on the Start Backup button, the backup will
launch and the information we selected will be backed-up to the location we
specified. Once the backup is complete you will receive the “Backup
Progress” dialogue box

7. When your backup is complete, it is very important to review the backup
report to ensure that everything went through OK - what’s the point of doing
a backup only to find its no use when you need it! To review the backup
report, click on the Report button in the “Backup Progress” dialogue box.

The above procedure discusses the way in which you should be backing up your
Exchange Information Store using the built-in Windows 2000 Backup program on
your Exchange server, but you also need to ensure you backup other critical
information as well, backing up the System State and the IIS Metabase is as
important as backing up the Information Store data.

You should ensure that you backup the System State on all of your Domain
Controllers and your Exchange server regularly, I back mine up nightly as
part of my normal backup routine.

Here are a few links to documents that I would recommend you read through to
ensure you fully understand the backup/restore procedure for Exchange 2000
and Domain Controllers:

List of Approved Backup and AntiVirus Solutions for Exchange
http://support.microsoft.com/default.aspx?scid=kb;en-us;320724

Backing Up the IIS Metabase
http://support.microsoft.com/default.aspx?scid=kb;en-us;241635

How to Backup and Restore the Windows 2000 System State
http://support.microsoft.com/default.aspx?scid=kb;en-us;240363

How to Backup the System State of a Remote Machine
http://support.microsoft.com/default.aspx?scid=kb;en-us;315412

Disaster Recovery for Exchange 2000 (a MUST read)
http://support.microsoft.com/default.aspx?scid=kb;en-us;326052

Microsoft WebCast: Disaster Recovery for Exchange
http://support.microsoft.com/default.aspx?scid=kb;en-us;325152

Regards
Ramesh














"Bhalchandra Modak" wrote:
 

Rehome Public Folders programmatically

Posted: 14 Sep 2004 11:07 AM PDT

Thanks Steve,

Both exchange server are 2003 and I need to access them from either server
if other server is down for some reason. How would I do that.


"Steven Halsey [MSFT]" wrote: