Pages

Search

Microsoft Word - Centering Images by Default

Microsoft Word - Centering Images by Default


Centering Images by Default

Posted: 14 Nov 2013 03:11 PM PST

Is there a way that I can have Word 2010 center images automatically when I insert them? I am working with a restricted Word template that does not allow writers to click on the "centering" button in the formatting toolbar. By default, images are left-justified, but I'd like to change this to "centered."

Any ideas?

Word changes fonts in building blocks

Posted: 14 Nov 2013 03:11 PM PST

I am using Word 2007. I added a small table to Building Blocks and saved it in my.dotx template. I closed Word and restarted it. When I inserted the table into a new file, the text font in the cells had changed from Verdana to Arial and the style was renamed. The style already exists in my.dotx template and I have used it many times.

 

How do I retain the font style in my building blocks?

 

Kaye Bonney

Hyperlink base doesn't work in Word 2007

Posted: 14 Nov 2013 01:13 PM PST

I am using Word 2007 (because our office is behind the times) to write a document with hyperlinks that will call forth other supporting documents when clicked.  All of the documents are in the same directory.  I set my hyperlink base to .\ (to specify the current directory).  When I click on the hyperlinks, all I get is an error that says:  "The address of this site is not valid.  Check the address and try again."  I don't understand what I am doing incorrectly.  Could anyone help?

Thanks,

DW

handwriting to text in word 2013

Posted: 14 Nov 2013 11:49 AM PST

I just received my tablet and downloaded office. I've been able to write directly into a word document, but not turn it into to text. Is this possible? if so, how?

How can I get this "button" into a toolbar

Posted: 14 Nov 2013 11:37 AM PST

I cannot get my WORD 2003 to hang onto a "Change Case" button in the toolbar.

 

I tried using the "Add or Remove Buttons" choice, and using "customize" I put Change Case in the toolbar.  When I close WORD and then restart it, Change Case is gone.

 

I tried going through the Tools menu, but get the same result.  It goes in, works perfectly, but when I close WORD and then start it again, it is gone.

 

We tried reinstalling WORD (twice) and it made no difference.

 

I am using Windows XP Professional.

 

Other than that ONE THING, my WORD 2003 works perfectly in all ways. 

 

Mogadeet

Office 2003 Word - slow menu animations

Posted: 14 Nov 2013 11:31 AM PST

Hi,

Got a user with Office 2003 Standard, the 2007 Compatibility pack, and Outlook 2010 installed on a machine running XP SP3.  We've noticed that file and context menus within Word are animating at slow speeds (2-3 secs vs <1 sec on the computer right next to it).  From what I can determine with the testing I have done, it is only Word, and it is only for the file and context menus (this includes right-clicks)Everything else seems to operate normally; this includes file and context menu animation speeds in other Office and non-office applications, general response speed of the PC and all applications (including general use of Word, typing, opening docs, saving, etc).

I have already tried uninstall/reinstall.

Does Word have a setting in it somewhere that can control the animation speed?

Please note: I am not considering turning off the animations as a "solution".  Thank you.

Microsoft Word: Ink/Drawing Problems

Posted: 14 Nov 2013 11:02 AM PST

When I use Microsoft Word to draw with my tablet, randomly a few of my pen strokes disappear! When I scroll through my document, I can find the stroke lines on different pages; usually they show up on the top of my page. Then I have to erase all those lines again and it's extremely annoying. It's very weird because it's not consistent (not every line disappears and usually only disappears every couple of words) and there's absolutely no reasoning behind it! Please, please help me fix this! Also, this usually only happens in Word... except it has happened once or twice in OneNote as well...

Word & Excel 2010 can't print after downloading Windows 7 Automatic Updates

Posted: 14 Nov 2013 10:08 AM PST

Here's a small but annoying issue I'm having:

 

After Windows downloads Automatic Updates, I cannot print in Word or Excel.  They freeze if I try to print, and I have to use Task Manager to close them.  Reopening doesn't make a difference -- they continue to freeze if I try to print until I reboot my PC.  This is before the updates are even installed, and rebooting without installing the updates fixes it.

 

It seems to have something to do with print drivers, because it also happens if I try to Save As PDF or XPS, and when I close Excel without saving changes to a file, it hangs and flashes "Accessing Printer; Press ESC to cancel" in the lower left-hand corner.

 

Again, not a huge problem, but since our employer has us set for Automatic Updates every Thursday morning, I have to interrupt my workday every Thursday  to reboot because of this issue.

 

BTW I'm using Microsoft Office Professional Plus 2010 on Windows 7 Professional 64-bit SP1.

Document Panel

Posted: 14 Nov 2013 09:18 AM PST

Hi Everyone,

 

On the developed toolbar in word what does the document panel do?

 

Thanks, was just very curious!

 

 

Bug with nested Docvariables updating?

Posted: 14 Nov 2013 09:14 AM PST

Hi,
I think there's a bug in the way that nested docvariable fields update. I'm posting this here in the hopes that someone has found a way around this (the question is about fields, but I'm using VBA to manipulate them, so I honestly don't know which forum is best. Fingers crossed.)

The issue (I think) is that a Docvariable field can't be updated if it is not (or would not) be evaluated by the larger expression. In general practice this is probably not a big deal, but I'm trying to check that fields haven't been typed over, and it is a problem when the value of the docvariable doesn't match its result. 

Create three document variables

- In the VBE Immediate Window:

activedocument.Variables("Var1").Value = "dog"
activedocument.Variables("bVar1").Value = "true"

Create some fields

- In the document (all brackets should be created using Ctrl+F9:
{DOCVARIABLE  Var1  \* MERGEFORMAT}

{IF {DOCVARIABLE  Var1} = "dog" "Found a dog!"}

{IF {COMPARE {DOCVARIABLE  bVar1} = "true"} = 1 {DOCVARIABLE  Var1} {IF {DOCVARIABLE  Var1} = "giraffe" "giraffe"} }

Update all fields and view their results. You should see:
dog
Found a dog!
dog

As expected. Now, change the value of Var1 to "rabbit":
activedocument.Variables("Var1").Value = "rabbit"

Update all fields and view their results. You should see:
rabbit

rabbit

Toggle field codes, select the very last DOCVARIABLE  Var1 field and toggle only it. It is still "dog".

Even if you select that field and update it specifically (rather than as part of a larger selection), it remains "dog".

You can see the problem as well by changing bVar1 to "false" and then changing Var1 again. Now the second-to-last DOCVARIABLE  Var1 field will be outdated.

I may be able to work out some logic for ignoring fields that don't directly impact the displayed value in my check. But that seems like a long way to go for what should be a relatively simple process.

Can anyone propose an alternate solution? Or perhaps replicate/not replicate my results? 

Thanks!

Open *.asd file

Posted: 14 Nov 2013 08:56 AM PST

We are using Win7 and Office 2010. I have a user who is trying to open an .asd file. We know where it is located and have tried to open it and also rename it to .doc but neither of these work. We get error:

We are not sure what to do at this point. She really needs to recover this file.

 

Thanks in advance

365 Premium Word wont start

Posted: 14 Nov 2013 08:37 AM PST

Began having issues with all Office 365 Premium apps yesterday and finally got repair/fixit to correct the Excel and Powerpoint apps but Word still wont open.

Have checked add-ons, uninstalled and re-installed, etc.  HELP!!!

Exact message is:

"We're sorry, but Word has run into an error that is preventing it from working correctly. Word will need to be closed as a result.  Would yo like us to repair now?"

I have tried quick repair and online repair.


How to create different horizontal margins in the Header and Footer Word 2010

Posted: 14 Nov 2013 08:36 AM PST

I need to insert an image into the header of a Word 2010 document.  I  need the header to be .5 inches from the horizontal edge of the paper.   However, I need the document itself to have its margins set at 1 inch all around.   How do I make this happen?  This is what I've already tired and it didn't work:

1.  Click header

2. Insert image

3. Click on the image and go to the page layout tab.

4. Go to page setup

5. Go to Layout

6. Go to Headers and Footers (it ONLY lets you adjust the vertical margins in "from edge"

 

Then I tried this:

1. Click header

2. Insert image

3. Click on the image and go to the page layout tab.

4. Go to page setup

5. Go to Margins  (this adjusts the margins for both the header AND the body --- that's doesn't work)

 

Then I tried this:

1. Click header

2. Insert image

3. Click on the image and go to the page layout tab.

4. Go to the paragraph section.

5.  Adjust the left and right margins  (I can adjust the margins, but it seems to have NO effect on the image.  The image still stays stuck at 1 inch regardless of the left and right margins I select in the paragraph section.

 

Advice appreciated.  Thanks.

Template problem: Text lines cut off on right

Posted: 14 Nov 2013 08:31 AM PST

I downloaded a template from microsoft.com for a business letter.  On the screen and on print preview.  However, when I print the letter, this is the result.


Any suggestions on what I can do to stop the text being cut off on the right?  Thanks in advance.

Document w/full page background picture changes to many small tiles when converting to PDF.

Posted: 14 Nov 2013 08:21 AM PST

How do I get it to convert as a full page picture?

Handwriting panel

Posted: 14 Nov 2013 08:02 AM PST

I have a Samsung Ativ Tab 3 from work which I quite like and which I am trying to use for editing Word documents.
I say trying because I am not a keyboard person, I like pens. Sadly I am finding using a pen practically useless in this setting (I seriously see me returning to my laptop and wacom graphire combo for Office 2007).
The Ativ has Word 2013 - Is it possible to change the size of the handwriting panel???????? I have always been able to do this on PC, it is crucial for a tablet because the stupid panel/keybpard input (and yes, it is stupid!) literally takes up half the screen:

It really is a nightmare, I am so disappointed, and it means I am working at less than half speed, what with that and other problems with not so great pen performance. I have my own Samsung Note 10.1 with pen which works beautifully with its Polaris.

I am at my wits end with this. I certainly will not be moving my other PCs over to Word 2013 or version other than what I already have. So before I leave MS to go for Docs2Go (because Polaris doesnt have tracking) and stick with my Note 10.1, does anyone have a solution for this?
Considering the move is in the direction of more portable tablet style gadgets, how is MS expecting to stay in the market with this sort of problem?

Footnotes

Posted: 14 Nov 2013 07:41 AM PST

I am trying to write a word document with many footnotes.  The footnotes are starting at "2", despite all my efforts to start at "1".  I have tried to use the "footnote and endnote" tab on references to correct this, without success.  Any suggestions.  

Office 365 Word - Remove Personal Data (Metadata)

Posted: 14 Nov 2013 06:41 AM PST

I want to remove personal data (Metadata) from my Word documents.  It was pretty easy to do in earlier version of Word, but I can't seem to find in in Office 365 Word.

Suggestions?

Can't Reach Documents Because MSOffice is Performing Maintenance??

Posted: 14 Nov 2013 06:40 AM PST

I recently purchased MSOffice 2013.  I am trying to open documents that I have created on my own computer, on my own hard drive and I keep getting a message that reads.....

We're sorry WINWORD.EXE can't be used right now because Office is busy.  We're either updating or helping you add or remove some programs.  You can try using WINWORD.EXE again after we're done.  It shouldn't take long.

Are you kidding me right now?  I can't do my work at 9:30 a.m. on a workday because Office is doing maintenance?  I'm very, very disappointed in this.  I have never had this issue before with any other version of MSOffice.  I'm not sure why them doing maintenance is affecting files that I have created and saved on my hard drive?  Is there any way around this so that I can get to work?  I did not purchase the monthly MSOffice 2013 program where everything was in the cloud.  So I'm just not sure why this is happening?

Signed ~ Not Happy :-(

HELP

Posted: 14 Nov 2013 05:17 AM PST

MY ASSIGNMENT IS DUE TOMORROW AND MY MICROSOFT OFFICE 2010 ISN'T LETTING ME SAVE IT. 
each time I press save the save as Icon comes up, even though I have saved it previously. I click on save as and the box continuously keeps on coming up until I press cancel. This is the first time its ever done something like this, and its happened at the worst possible time. Its on a School laptop as well, and as I am not an administrator I cannot do much about it. Does anyone know how to fix this? 

User Crop Marks: How to Set Them?

Posted: 14 Nov 2013 05:04 AM PST

Word 2013's crop marks aren't very useful because (a) they don't print, (b) they hug the edge of the text instead of the desired margins, and (c) they ignore the position of the footer. Has anyone developed a scheme for printable crop marks that are positioned where they are needed?

Bullet keyboard shortcut produces a different bullet style to the toolbar button

Posted: 14 Nov 2013 04:01 AM PST

I've noticed this frustrating problem which affects only one of my computers.

If I create a bulleted list using the button on the toolbar all is well (as per the default settings). 

But if I create a list using the ctrl + shift + L shortcut I experience something odd. 
The bullets are aligned to a different margin and when I hit tab the bullet does not change (to a hollow circle), nor does it indent quite as far. 

Does anyone know why this is happening and how to make the shortcut behave like the button?

Thanks. 

Undestanding stylesheets, templates and locking them

Posted: 14 Nov 2013 02:04 AM PST

I am in a project where we have been using a word template for our documents.

The documents created based on that template is edited by several people (across different companies), which means different windows and word versions. In the course of the development of the document, I have noticed many issues with the template and I got a couple of doubts:

Are stylesheets and document languages set in the template or in local word versions? I noticed some people seeing different fonts then me (I had Tahoma while they had Times New Roman) and I saw the language of the document changing after each iteration. What could have caused the overwriting of them?

Is there a way to "lock" the stylesheet and the language of a document so I am sure they are not overwritten?


Microsoft Office Words 2010 System Error.

Posted: 14 Nov 2013 01:56 AM PST

Dear community,

i just purchased and installed Microsoft Office 2010. I was browsing through some old documents and wanted to open it up but was expected with this error,

I noticed that all my file type were 'DOC' and not 'Microsoft word document'.

Any idea how do i solve this issue?

Many Thanks.

Office 365 downloaded in Thai Language

Posted: 14 Nov 2013 01:14 AM PST

I purchased Office 365 in August. With the purchase, I got 5 downloads. One of these I downloaded in Thai. Each program works in Thai except for Word. Any suggestions to get Word to function properly? Excel works just fine. 

Opening 2013 Word document in 2010

Posted: 13 Nov 2013 10:56 PM PST

Hello, I am having the hardest time figuring out what is going on with my word documents. I created the document in 2013 but when I open it in 2010 it is very jumbled. The document in question, is basically a variety of tables and check lists with a header and a footer. Is there a specific way to save this so that there are no changes to the document?

File visible on homegroup?

Posted: 13 Nov 2013 09:22 PM PST

Hi

 

I'm running a Homegroup. On the laptop, I can see various subdirectories in my desktop 'My documents' file, but not the individual files that I have outside the subdirectories but within 'My documents'.

 

I have tried marking the whole directory as shared, but to no avail.

 

What is the solution?

Prefix one character to a series of digits

Posted: 13 Nov 2013 07:47 PM PST

In a very large document, I have thousands of superscripts of 1,2, or 3 digits in Arial Black, for example 9 or 43 or 122. They occur sporadically in text paragraphs in Times New Roman. I want to change the Times New Roman to another font, such as Palatino, without affecting the superscripts. (There are other superscripts, in TNR, which will stay superscripts and be changed to the new font.)

I thought of putting a ~ in front of each string, giving ~9, ~43, or ~122. After I do that, I would take the ~9, ~43, or ~122 superscripts in the new text font, e.g. Palatino, and convert them to 9, 43, and 122 in Arial Black (without the ~).

In other words, I'm converting paragraphs in TNR/Arial Black to Palatino/Arial Black where the Arial Black digits are all superscripts. The Palatino line spacing will be of the Exactly type but not necessarily the same as the TNR line spacing.

Maybe there is a one-step method but I don't know how to do it.

I'll be grateful for any help.

Steve Gray

Linked documents do not update

Posted: 13 Nov 2013 07:27 PM PST

I have created a hardlink to a Word document

I notice that when I used MS-Word to update and save either document, the changes were not mirrored in the other document.

However, when I created a hardlink to a text file, and use Notepad to change one file, the changes were updated into the other file too.

 

Seems like MS-Word destroys the hardlink. I notice similar issues with Excel and Powerpoint.

 

Can someone help me on this? Are there any workaround solutions to this problem?

file conversion

Posted: 13 Nov 2013 06:39 PM PST

I converted all my Word files to Open Office files and now i want them back as Word files. If I install word from a disk will the files all get converted back to word files? if not how can i do it? I don't want to do it one at a  time.
Thanks Additional Email address *** Email address is removed for privacy ***

Keyboard problem

Posted: 13 Nov 2013 06:16 PM PST

I used Microsoft word in my Windows 7 laptop at home yesterday and when I was typing, the cursor in Word just sometimes point to another direction and I would key in things at the wrong position.

 

Besides, some letters refused to show up even when I hit the letter at the keyboard hard.

 

What is wrong?

Change One Hyperlink Style

Posted: 13 Nov 2013 05:55 PM PST

I want to change the foreground color of one hyperlink in my document, since this hyperlink is on a dark background. I don't want to change the formatting of all my hyperlinks since most of my hyperlinks are on a light background. Is it possible to change the formatting of only one hyperlink in Microsoft Word 2010?

Any help is greatly appreciated. Thanks in advance.

Janet

Posted: 13 Nov 2013 05:02 PM PST

When working in a table, sometimes the font appears heavier (not bold) and slightly blurred in a cell.  When the same cell is selected, the highlight is a darker blue that usual.  I have cleared formats, applied styles,  manually changed fonts.  Nothing helps.  Is there a reason that this happens?

Problems: Insert, Drag and drop table rows/columns

Posted: 13 Nov 2013 04:50 PM PST

1. Is it possible to select which row or column formatting it should follow when a new row/column is inserted to the table?

For example
Col1 --- Col2 --- Col3

If you insert a new column
Col1 --- Col2 --- NewCol --- Col3

NewCol copies the formatting of Col3, but I want Col2's.
How?

2. When I drag and drop the table column, Word automatically adjust the width of the column to match the right side of the column. It is annoying.  I want it to keep the original width. How to do?

For example
Col1 --- Col2 [width 2cm] --- Col3 --- Col4 [width 6cm]

Then I dragged and dropped Col2
Col1 --- Col3 --- Col2 [width 6cm] --- Col4 [width 6cm]

I don't want to change the width. I want to keep it 2cm after I moved Col2.
How?

Any efficient workaround is appreciated.

Thank you very much.

Transfering files to new laptop

Posted: 13 Nov 2013 04:03 PM PST

I am over 60 and neither my son or grandson are available for help.  My old PC uses Vista and Office 2003.  How can I move my files to my new laptop which uses Windows 8 and Office 365?

Field code insertion error

Posted: 13 Nov 2013 03:37 PM PST

Hello,
I'm having considerable difficulty in Word 2013 getting fields to work correctly when inserting them using CTRL+F9.  If I go to the insert ribbon and insert a field that way it works fine.  However, if I use CTRL+F9 to insert the brackets and then type the field code (exactly as if I inserted it via the ribbon) it brings up the error message "Error! Too many picture switches defined."  I am unable to work out what I am doing wrong.  The screen shot below shows the error message and the field code.  Any assistance anyone can offer would be greatly appreciated!


Regards,
Shane


Make multilevel list begin at level 1 when the text is indented

Posted: 13 Nov 2013 03:36 PM PST

I've created a multilevel list style that is working well. My problem is that the indentation level of text in my reports changes with each section; every subsequent section is indented further than the previous section (this is achieved via quick styles). When I insert the multilevel list, it aligns with the indented text but the bullet the list begins with is a lower level bullet, instead of the level 1 bullet.

So, I guess my question is: is there any way to make a multilevel list begin at level 1 when the text is indented?


how to abbreviate a corporate author in the reference manager - and get help

Posted: 13 Nov 2013 03:32 PM PST

Hi

Is there a way to put in the abbreviated name of an author into a reference, eg PWC for Price Waterhouse Coopers?

 

Also, when I click on help for the ref manager word tries to install it, then says I have to reboot to finish configuring but after the reboot it is still not installed - is there a way around this?

 

thanks

 

David M

E-Mail Rules - Microsoft Exchange

E-Mail Rules - Microsoft Exchange


E-Mail Rules

Posted: 18 Aug 2005 12:28 PM PDT

Do they have any intention of fixing this bug?


"Bob Christian" <gmail.com> wrote in message
news:%phx.gbl... 


Setup of a Generic Mailbox

Posted: 17 Aug 2005 03:56 PM PDT

Mark:

Thank you for your explanation, it makes perfect sense. I appreciate the
help.

Ray

"Mark Arnold [MVP]" wrote:
 

Common mail folder

Posted: 17 Aug 2005 08:57 AM PDT

I'll point you at how to do it:
http://support.microsoft.com/kb/327000


Daylight Savings and Outlook Calendar

Posted: 17 Aug 2005 08:45 AM PDT

Thank you for your response. I will try this in the next several days as
soon as I get a chance to get into that clients office. I will get back and
let you know. Thanks again

"Mark Arnold [MVP]" wrote:
 

verify Service Pack 1 is installed on Exchange 2003?

Posted: 17 Aug 2005 08:16 AM PDT

Open Exchange System Manager, and click on the Servers container, look in
the right-hand pane and it will show the server names along with the service
pack level they are running.

--
Mark Fugatt
Microsoft Limited

This posting is provided "AS IS" with no warranties, and confers no rights.

"Broncosteven" <microsoft.com> wrote in message
news:com... 


SMTP not going to certain domains

Posted: 17 Aug 2005 07:31 AM PDT

You're going to need to use a smarthost, given the domains you've listed. AOL
will not change, nor will MSN. Ask your ISP for permission to send outbound
email thru their SMTP server.
--
David Wilhoit
Exchange MVP


"AMHJohansson" wrote:
 

OWA errors

Posted: 16 Aug 2005 10:49 PM PDT

My PC is set to automatically update with windows, so it is possible that
something was affected by the last update; however, I do not know what was
added. I do not see any changes to security settings, etc., but that does not
mean there isn't something else I'm unaware of. Can you recommend places I
should look? The last auto update I'm aware of occurred this past weekend,
but I leave my computer on 24/7, so it could have updated and restarted on
its own while I was out. I haven't made any other changes. Thanks for any
suggestions you may be able to provide!

"Mark Arnold [MVP]" wrote:
 

Exchange 5.5 Exchane 2003 sending emails to each other question

Posted: 16 Aug 2005 06:55 AM PDT

Join the 5.5 org. When you create the connections agreements, you should then
be able to send/receive emails, and replicate your public folders. Replicate
the PFs before moving mailboxes, including all your system folders. This will
prevent a myriad of issues.

Also since you redid the AD, make sure your AD is in at least 2000 native
mode, unless of course you have an NT domain in the mix as well. Putting the
the AD in 2003 native mode would be optimal unless you have other Windows
2000 DCs, then you need to leave it in 2000 native mode.
--
David Wilhoit
Exchange MVP


"Jerry Farkas" wrote:
 

Disabled accounts and mail flow

Posted: 16 Aug 2005 06:42 AM PDT

Hi,

it doesn't seem to work here. Can you provide any more details?

Uljas

"Marc Gordon" <net> wrote in message
news:%phx.gbl... 


What rights must be added for "open additional mailbox"?

Posted: 16 Aug 2005 05:41 AM PDT

Hi,
 

I assigned the same rights to the 2 users I want to be able to open the
mailbox as an additional mailbox and that part goes ok. But, when I try to
add it to the open additional mailboxes in outlook and close and reopen
outlook, it prompts them for a name/password and shows the mailbox but says
access denied. Any other ideas?

Thanks,

Alan


Exchange <--> Notes Address Book Info?

Posted: 15 Aug 2005 02:07 PM PDT

Thanks Mark. How much trouble is it so set up the Notes connector? From
reading the info, it seemed like a big pain in the butt having to create
accounts on Notes and Exchange to sync up. I am somewhat hesitant to load
stuff on the Exchange servers since all we are interested in is maintaining
Contact info (email address, phone number) between us and corp.

Thanks,
Fred




"Mark Arnold [MVP]" <org> wrote in message
news:com... 
about 
info 
us 
this 
Address 
Anonymous 
shut 
we 
think 
Address 
Notes 
filter 


Exhcange 2003 question

Posted: 15 Aug 2005 08:48 AM PDT

Mark :)

ok I figured out the MB issue.

Thanks for your help on these issues

"Mark Arnold [MVP]" wrote:
 

Whats the difference

Posted: 13 Aug 2005 06:22 AM PDT

Exchange Standard with SP2 released later this year will allow the database
to grow from 16 to 75GB.


"Tim" <com> wrote in message
news:JumLe.5940$ntli.net... 


Forwarding fails from Yahoo and Hotmail

Posted: 12 Aug 2005 03:57 AM PDT

Hi
1.By setting up a contact ion ADUC, so yes an alternate recipient.
2. Yes, can send mail directly to them.
3. Message Format - I'll check on Monday.
Thanks
Lewej

"Jim McBee [MVP Exchange]" wrote:
 

Can Mail Clients be installed on the Exchange Server

Posted: 12 Aug 2005 01:10 AM PDT

Thanks Mark

I am going to look for other options now

"Mark Arnold [MVP]" wrote:
 

Exchange Quota Problem

Posted: 11 Aug 2005 12:35 PM PDT



In news:com,
exchange 2003 <microsoft.com> typed: 

Reconsider PST files, if that's your plan.
 


How find Exchange 2000 Public Folder Path in public folder tree.

Posted: 09 Aug 2005 06:57 AM PDT

Hi,
Thank you for your answer. I have downloaded the tool and will test in ASAP.
after the test I will update the result here.

Regards,
Bayram


"andy webb" <com.spamsucks.com> wrote in message
news:phx.gbl... 


how do i configure office2003 to link to mozilla email? - Microsoft Office forums

how do i configure office2003 to link to mozilla email? - Microsoft Office forums


how do i configure office2003 to link to mozilla email?

Posted: 02 Nov 2005 02:28 PM PST

Yes it is possible.

Go to Control Panel, Network & Internet Connections,
In the second half of the window select:
Internet Options
Now select "Programs" Tab
In EMAIL select the program of your choice.

I use Netscape mail (Mozzilla)!

Hope this helps.


frustratedwithmicrosoft wrote: 

My Key Code Doesn't Work

Posted: 02 Nov 2005 11:55 AM PST

Hi,

Check for multiple versions of Office installations..If there are remove the
program which is not part of the suite you have purchased or installed like a
trial version.
Then try to access the Office programs.

Mittu

"Timothy L" wrote:
 

Help Needed: Uninstal

Posted: 01 Nov 2005 03:38 AM PST

Mittu: What is the basis for your recommendation? The
instructions for the Eraser 97 utility say, "This utility is
designed to be run after you run the Setup program for Office and
click Remove All to remove Office". The Eraser 97 utility can be
used in addition to, but NOT INSTEAD OF, running the setup
program to uninstall Office 97.

Mittu wrote:
 

Desperate: error 1918 while reinstalling microsoft office

Posted: 31 Oct 2005 08:45 AM PST

Hi,

If we are working on a Win XP SP2 machine, the MDAC component is already
present(more advanced). In that case, either you could continue the
installation by clicking on 'Ignore' for 10-15 times or someone has to send
the ODBC keys from
HKEY_LOCAL_MACHINE\SOFTWARE\ODBC and HKEY_CURRENT_USER\Software\ODBC and
restore them into your computer.

But clicking 'Ignore' for the time being will help you to continue with the
installation further and work with the Office programs.

Mittu
"com" wrote:
 

Alternate Splash Screens

Posted: 30 Oct 2005 10:18 PM PST

Darn. I hate the plain color strip on white banner.

Milly Staples [MVP - Outlook] wrote: 

run office 97 under windows xp

Posted: 29 Oct 2005 06:10 PM PDT

I would completely uninstall both 97 and 2003, and then reinstall 97. See:
http://www.officearticles.com/misc/remove_microsoft_office_from_your_pc.htm
and
http://www.officearticles.com/misc/best_install_procedures_for_microsoft_office.htm
************
Anne Troy
www.OfficeArticles.com

"byrd" <microsoft.com> wrote in message
news:com... 


office 97 )(excel) freezes

Posted: 29 Oct 2005 04:21 PM PDT

Peter Foldes wrote:
 

yes, i am using win95b...
thank you.
sincerely
Tanya


Big Problem installing Office standard edition 2003 60-Day trial!

Posted: 29 Oct 2005 12:38 PM PDT

You're welcome - glad you got it sorted with G&O's help.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, -hUaHuAh- asked:

| Never mind. I just created a new account, without the damn cursed "#"
| sign, and the installation worke properly.
| Thank you very much, for the help! I really had a hard time with this
| problem...
| Again, thanks for the help - Milly Staples n garfield-n-odie.
|
| "-hUaHuAh-" wrote:
|
|| Actually, i noticed that when i renamed my windows account username,
|| it only took effect on the welcome screen and the start menu. How do
|| i make it to take effect on the whole system, if it is what i should
|| do?


what is the phone number to activate office XP?

Posted: 28 Oct 2005 09:39 AM PDT

You asked for the activation phone number. I gave you a link to
a page containing the activation phone number. You were able to
contact Microsoft using the activation phone number at the link I
provided. I believe I correctly answered the question that you
asked.

Rebooting usually means shutting down and restarting the computer
by clicking on Start->Shutdown->Restart, or by pressing the
on/off button if Windows stops responding. Generally, rebooting
your computer does not require you to enter the Office product key.

When you install Office for the first time on a computer, or if
you uninstall and then reinstall Office, you will be prompted to
enter the product key.

It is not clear from your post exactly what you are doing or why,
so a better explanation from you would be helpful. It would also
help if you could quote the error message EXACTLY, without
interpretation or obfuscation or omission of the parts you don't
think are important. Did Office come preinstalled on your
computer, or did you purchase a retail copy of Office separately
from your computer? And although you say you have Office XP, are
you sure it's not actually Office 2003? If you really do have
Office XP, then were you able to activate the software at some
previous time using the product key that you currently have?
Please do NOT post your product key here if you reply to this
post.

teacher lady wrote: 

Office 2003 SP2 Administrative Install?

Posted: 26 Oct 2005 03:51 PM PDT

"Scott" <com> wrote: 

Update an Office 2003/2003 SP1 Admin install with the MSP. It's no different
to creating a normal Admin install. ie

msiexec /a <admin path>\<msi file> /p <path>\<msp file> SHORTFILENAMES=1

If you've downloaded the full file SP2 and are upgrading an existing
Professional Admin point. Copy the MSP to your Admin point and enter the
following:

MSIEXEC /a PRO11.MSI /p MAINSP2ff.msp SHORTFILENAMES=1

Your Admin install will now be updated to an Office 2003 SP2 Admin install.
It's up to you if you then want to manually install, or do it through a GPO.

Regards
Jon Abbott

Clarksons Plc

Changing Company Name

Posted: 25 Oct 2005 11:07 PM PDT



"Bernhard Mueller" wrote:
 

Just an additional information:
A new entry UserInfo is generated after an office application was started.
Normally it should be ok to remove the entry OldUserInfo now without any harm
to the system.

Office 2000 Professional on a New Gateway Tablet PC

Posted: 25 Oct 2005 08:16 AM PDT

Yes, I received on of these, but I did not even try it because I did not know
that this actually contains the OS, I thought that it was just drivers, etc.
I will try it and let you know.

"Milly Staples [MVP - Outlook]" wrote:
 

office lockup

Posted: 24 Oct 2005 09:10 PM PDT

I get the same "uninstalling patch not supported..." message.

dan
-------------
"DL" <dl@spoofmail> wrote in message
news:phx.gbl... 


Importing another outlook PST file - contacts

Posted: 24 Oct 2005 05:04 PM PDT


Thanks Millie! Not only are you full of smarts and good tips but yo
have a nicesense of humor too!
I appreciate the help.
Sincerely
Jeff

Milly Staples [MVP - Outlook] writes:

"After furious head scratching, Jeffrey asked:

--
JeffreyPosted from - http://www.officehelp.i

Reinstalling Office 2000 Premium on new computer

Posted: 24 Oct 2005 12:39 PM PDT

Many thanks for this. It confirms my thought that it would cost me somewhere
along the line!

"garfield-n-odie" wrote:
 

How can i pre-set the personal folder path for storing my email?

Posted: 24 Oct 2005 02:55 AM PDT

Thank you for your post!!
Because I want to separate the system and storage part. The .pst file will
be backup to another file server. It will be easy to upgrade and manage the
system server.



"Milly Staples [MVP - Outlook]" wrote:
 

Office 2003 OEM deployment

Posted: 23 Oct 2005 11:50 PM PDT

Hey Bob,

Thanks for the reply - unfortunately it doesn't much help me.. The licensing
has already been done, so we can't change that, and the OEM site I need to be
a MS partner to get into it. I think I read somewhere that MS took out the
option of doing an OEM deployment after Office XP, but I can't be sure.

I'm sort of resigned to the fact that it's not possible now which imho is
completely ridiculous. Taking away a feature like this because we pay half
the price of an open license? How dare we save money!



"Bob Buckland ?:-)" wrote:
 

office update detect SP2 not installed ???

Posted: 23 Oct 2005 07:26 PM PDT

yeah, you are right,sone component are not upgraded...
in my case its the OWC component...

"ANONYMOUS" <COM> wrote in message
news:COM... 


Switched from Eudora to Outlook: how do I import Address book?

Posted: 23 Oct 2005 12:01 PM PDT

What formats does it support for export? If .csv or .txt, then export your
contacts into that format and then import that file.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, Eudora to Outlook asked:

| Thanks. I am using Outlook 2003 and Eudora 6.2. I tried what you
| suggested but nothing came through. I got a box that said "This
| folder could not be opened. If another application is using this
| folder, close it out". My Eudora Address book is not on the Internet,
| but sitting on my Desktop.Is there some other way to import it?
|
| "Milly Staples [MVP - Outlook]" wrote:
|
|| If using Outlook 2003 (you don't say what version, it may be version
|| dependent), File->Import and Export->Import Internet Mail Addresses.
|| Select Eudora.
||
|| --
|| Milly Staples [MVP - Outlook]
||
|| Post all replies to the group to keep the discussion intact. All
|| unsolicited mail sent to my personal account will be deleted without
|| reading.
||
|| After furious head scratching, Eudora to Outlook asked:
||
||| We recently switched from Eudora to Outlook for email. I have many
||| addresses (together with phone numbers, etc) on my Eudora Address
||| Book: how can import these into my Outlook Contact list?


Office 2000 stopped working after 4 days

Posted: 22 Oct 2005 09:29 PM PDT

Well, turns out Microsoft does not officially support mixing office
versions...in a Term Server environment. Office died yet again on one of
the servers this morning and I was fed up. My boss found a link shortly
thereafter about running multiple versions of Office.

Oh well, I'm pretty sure this will do it. I really wish someone would've
posted some insight though.

Oh, by the way, I disabled Dr Watson while I was reinstalling Office. I
hear it's horrible with Term Servers anyway.

Satnel

OneNote 2003

Posted: 22 Oct 2005 09:18 PM PDT

If you just want to learn what it can do for you, why not install the Trial
version before spending the money?
http://www.microsoft.com/office/onenote/prodinfo/trial.mspx

60 days should be enough time to give it an honest evaluation.


--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, kevin asked:

| Is Onenote 2003 subject to online activation like office 2003? Can I
| install it on two desktops and one laptop?
|
| I haven't bought it yet but my decision will depend on whether it is a
| headache to activate it online. I just want to learn what it can do
| for me.
|
| Is there an online EULA anywhere which I can read it up myself.
|
| Thanks.