Pages

Search

Microsoft Word - format hyphens (--) to dash (—) not working

Microsoft Word - format hyphens (--) to dash (—) not working


format hyphens (--) to dash (—) not working

Posted: 29 Mar 2013 07:55 PM PDT

I have Windows Office 2007 running on an HP Pavilion a6500f with Windows 7.  I had to have the motherboard replaced and now when using Word I can't get the format hyphens (--) to dash (—) to work.  Both places under Word Options, AutoCorrect Options (AutoFormat and AutoFormat As You Type)  are checked but it just won't work.  This feature worked just fine before the motherboard crashed.

Can anyone tell me how to fix this as that's a feature I use very frequently and having to remember to go back and use Copy, Paste to get my dash is getting really out of hand.  Any help would be greatly appreciated.

I installed Office 2013 yesterday. Whenever I try to open a file in Word, I get the message below. What is going on and how do I fix this?

Posted: 29 Mar 2013 03:44 PM PDT

Message is:

 

"Microsoft Word has stopped working.

A problem caused the program to stop working correctly.

Windows will close the program and notify you if a solution is avialable."

 

I have not received any notifications.

 

 

"Documents.library-ms" warning message

Posted: 29 Mar 2013 08:08 AM PDT



When I try to open anything in my libraries (documents, pictures etc.) I just get the message: 

"Documents.library-ms" is no longer working.  
This library can be safely deleted from your computer.  
Folders that have been included will not be affected.

Obviously I don't want to delete my libraries if I'm going to lose all my documents.  Can someone please explain how I can resolve this.  Thank you.

ospprearm.exe has stopped working

Posted: 28 Mar 2013 10:11 PM PDT

I have been trying to open a word document and keep getting this error message. I don't get it all the time, just on certain word documents. I trying to figure out why? I have Office University 365 but before that had the Office 365. Can any explain what this error message means, and how can I fix this?



Slanted words in Word 2007

Posted: 28 Mar 2013 07:28 PM PDT

I need to show some slanted words in a sample of sentence diagramming.  How do I get the word(s) to slant?  I use Draw Lines to draw the lines in the diagram, but I cannot get the adjectives and adverbs to slant down.

Extensions: Office 2007 documents

Posted: 28 Mar 2013 11:46 AM PDT

I have Windows XP and MS Office 2007. When I open word, excel and wordpad documents 

they open with an extension .docx, xlsx and .txt 
When I save these documents another file opens beside them named -----

-.temp. How can I open documents without the extensions?

Table Troubles

Posted: 27 Mar 2013 10:48 PM PDT

Greetings!

I have a bunch of long docx files that contain many tables.

Some of the content in the cells in these tables are truncated, as follows:

in the
beginning


when it should be

in the beginning

Even though I right click on the particular column of the table and use the "automatically adjust to content" (or whatever it is called in English -- I am using word in another language, though all the files are in English, so that is not the problem), the truncated cells stay the same.

It would be nice to have a macro that would whisk through the file and "correct" all these mangled cells, but a) I don't know how to create such a macro, and b) I can't think of any other way to solve this vexing problem.

I would greatly appreciate it if a kind soul in this forum would lend me a hand.

Word 2013, Navigation Pane

Posted: 27 Mar 2013 09:16 AM PDT

when I type a heading style manually the heading appears in the Nav Pane. If I select text, then apply a style, the heading does not appear in the Nav Pane.

Add new command to quick access toolbar: show/hide navigation pane

Posted: 27 Mar 2013 07:59 AM PDT

Is it possible to add show/hide toggle icon for Navigation pane (showing all headings 1-3).
I mean the same as View -> 'Navigation pane' (checkbox).

It is not listed in all commands when I try to add it.

alternatively:
Can I add macro shortcut to quick access toolbar?
How would I add it via writing a macro and Can you add macro command

Word 2013: How do I insert double quote marks?

Posted: 27 Mar 2013 12:46 AM PDT

Whenever I press the shift key + the double quotes key to insert double quote marks nothing happens. When I press those keys again I get four quote marks - one set of opening ones and one set of closing ones. Is there a new command for double quotes in Word 2013?

I can't open a new BLANK doc. instead a save one pops up everytime and its not blank?

Posted: 26 Mar 2013 11:31 AM PDT

Hi, I don't know what I clicked on but everytime I go to word to write something, I click on new and instead of a black white doc. popping up and old save document pops up. I don't know how to get it back to opening a new doc. and it being clear ( no writing on it). if you know how to fix this and you tell me step by step? Thank you.

Desi

Word 2007 Vista

Posted: 26 Mar 2013 11:04 AM PDT

Recently downloaded Windows Vista update causes Word 2007 to no load downloaded .doc files. I used a system restore and everything was fine. However, I left automatic updates on and Vista updated and voila! I am back to where I am. How do I fix the issue for the Vista update?

Macro Does Not Run on Ribbon

Posted: 26 Mar 2013 09:17 AM PDT

OK I hope I list everything correct so you can understand my struggle.  I am working in Word 2010 and have created a ribbton through the custom UI edtiro with the following html code:

 

<

customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui">

<

ribbon startFromScratch="false">

<

tabs>

<

tab id="customCalcTab" label="Calculation Template">

<

group id="customCompany" label="Change Company Name">

<

button id="customUS" label="US" onAction="Calculation.ChangeCompanyName.CompanyNameUS" />

<

button id="customCanada" label="Canada" onAction="Calculation.ChangeCompanyName.CompanyNameCanada" />

</

group>

</

tab>

</

tabs>

</

ribbon>

</

customUI>

 

The two macros change the name of the company in the document depending on whether it is the US company or the Canada company. 

 

The VB code is attached the document (not a template located somewhere else).

  • Project Name:  Calculation
  • Module Name: Change Company Name
  • Macro Names: CompanyNameUS or CompanyNameCanada

I cannot get this to run. 

  • If I run it as shown, I receive "The macro canot be found or has been disabled because of your Macro security settings.:
  • If I run it with just the macro name onAction="CompanyNameUS", I receive "Wrong number of arguments or invalid property assignment"

The macros are below and run fine if I was to just run the macro on the document from the developers tab:

 

Sub CompanyNameCanada()

    Dim i As Long
    Dim rngStory As Word.Range
   
    i = ActiveDocument.Sections(1).Headers(1).Range.StoryType
   
    'Iterate through all story types in the current document

    For Each rngStory In ActiveDocument.StoryRanges
    Do
        Select Case rngStory.StoryType
            Case 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11
                With rngStory.Find
                    .Text = "NP Inc."
                    .Replacement.Text = "NP Canada Ltd."
                    .Wrap = wdFindContinue
                    .Execute Replace:=wdReplaceAll
                End With
            Case Else
                'Do Nothing
        End Select
        Set rngStory = rngStory.NextStoryRange
    Loop Until rngStory Is Nothing
    Next rngStory
  
End Sub

 

Sub CompanyNameUS()


    Dim i As Long
    Dim rngStory As Word.Range
   
    i = ActiveDocument.Sections(1).Headers(1).Range.StoryType
   
    'Iterate through all story types in the current document

    For Each rngStory In ActiveDocument.StoryRanges
    Do
        Select Case rngStory.StoryType
            Case 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11
                With rngStory.Find
                    .Text = "NP Canada Ltd."
                    .Replacement.Text = "NP Inc."
                    .Wrap = wdFindContinue
                    .Execute Replace:=wdReplaceAll
                End With
            Case Else
                'Do Nothing
        End Select
        Set rngStory = rngStory.NextStoryRange
    Loop Until rngStory Is Nothing
    Next rngStory


End Sub

 

 

Can anyone tell me the proper syntax in the HTML code to call the macro? 

 

Thanks

 

Debra Ann

 

Mail Merge from Excel 2010 to Word 2010

Posted: 26 Mar 2013 07:46 AM PDT

I need some serious help...I am doing a mail merge for the first time and have not had any luck because I don't know what the file names DDE, etc mean.  Can anyone provide a basic lesson?

receiving virus messages on word 2004 for mac documents in Entourage Microsoft Office for Mac

receiving virus messages on word 2004 for mac documents in Entourage Microsoft Office for Mac


receiving virus messages on word 2004 for mac documents in Entourage

Posted: 18 Sep 2007 08:17 AM PDT

On Sep 18, 12:14 pm, mvps.org (Corentin Cras-Méneur)
wrote: 

This has been very helpful. It's making me think that maybe our mail
gateway has been infected. I'll continue to research. Thanks for your
help.

Microsoft Word - will not attach to e-mail or printer

Microsoft Word - will not attach to e-mail or printer


will not attach to e-mail or printer

Posted: 29 Mar 2013 07:49 AM PDT

I use windows 8

word 2010 will not communicate with the printer either using the network or USB connections.

 

Word will not connect to e-mail.

Find Tables with Over 6 Rows

Posted: 29 Mar 2013 06:30 AM PDT

Greetings!

I need to find tables in my somewhat long MS Word 2010 document that have more than six rows.

Most of the tables are supposed to be only six rows, but by some mistake some of the tables have been combined (usually 12 rows).

So I need to find these combined tables, stop the macro, split the tables, and then resume the macro.

Is this possible?

Need Help with Complex Macro Relating to Tables

Posted: 28 Mar 2013 06:02 PM PDT

Greetings!

I deeply appreciate this forum and its gurus (esp. HansV) for all the help they provide to clueless MS Word users like me.  I hope I am not asking for too much help in this post.

I have a large file that contains many tables, one after another. I need a somewhat complex macro (complex to me, anyway) that can do the following:

A) first of all, every table has six rows (some contain data, others not),
B) every table varies in the number of columns it contains (I believe always less than 10),
C) some columns are completely empty (no data-- they act as separators to keep things neat),
D) some columns have data in the first cell at the head of the table. Below is a copy of one table (though the formatting might be broken, but you will get an idea I hope):

(notice the 1s in the first and third columns)


1

 


1

 

ΤΑΥΤΑ

 

τὰ

 

ὀνόματα

 

τῶν

 

υἱῶν

 

Ἰσραὴλ

 







οὗτος



ὄνομα



υἱός


Ἰσραήλ








houtos


ho


onoma


ho


huios


Israēl








RD-NPN


DNPN


NNPN


DGPM


NGPM


XP








this


the


name


the


son


Israel








These (are)


the


names


of the


sons


of Israel



or (notice the period -- hard to see -- in the third from the right column. It is an entire column with five empty cells below it)

ἅμα

 

Ἰακὼβ

 

τῷ

 

πατρὶ

 

αὐτῶν

· 

ἕκαστος

 

ἅμα


Ἰακώβ



πατήρ


αὐτός


ἕκαστος


hama


Iakōb


ho


patēr


autos


hekastos


P


XP


DDSM


NDSM


RP-GPM


JNSM


at once, together


Jacob, Iacob


the


father


he, she, it


every, each


together with


Jacob


-


father,2


their1


each one



So the macro should try to do the following:

1) starting at the top of the file,
2) search for the next table,
3) turn each column into a row (tricky because some of the columns are either empty or have a number or perhaps punctuation / footnote mark or the like in the first row), and
4) proceed down the file to the end.

One problem: some of the columns contain footnotes (the footnote mark is always, I believe, in the first row). Nonetheless, it would be nice if these footnotes were retained, perhaps converted into endnotes.

The results should look something like this (I had to paste it in as a table, but the columns should be separated with tabs, provided nothing in the cells is truncated and everything is formatted well):

ΚΑΙ

καί

kai

C

and

-

ho

DNSM

the

-

βασιλεὺς

βασιλεύς

basileus

NNSM

king

King

Ἀστυάγης

Ἀστυάγης

Astyagēs

NNSM

Astyages

Astyages

προσετέθη

προστίθημι

prostithēmi

VAPI3S

to add, to increase

was added

πρὸς

πρός

pros

P

to, towards

to

τοὺς

ho

DAPM

the

-

πατέρας

πατήρ

patēr

NAPM

father

ancestors2

αὐτοῦ

αὐτός

autos

RP-GSM

he, she, it

his1

,






§






Γ






καὶ

καί

kai

C

and

and

παρέλαβεν

παραλαμβάνω

paralambanō

VAAI3S

to receive from

received4

Κῦρος

Κῦρος

Kyros

NNSM

Cyrus

Kuros1

ho

DNSM

the

the2

Πέρσης

Πέρσης

Persēs

NNSM

Persia, Perses

Perses3

τὴν

ho

DASF

the

-

βασιλείαν

βασιλεία

basileia

NASF

kingdom, dominion

dominion.6

αὐτοῦ

αὐτός

autos

RP-GSM

he, she, it

his5

.






2






καὶ

καί

kai

C

and

-

ἦν

εἰμί

eimi

VIAI3S

to be, to exist

was2


I would deeply appreciate your help in this matter.

word97 application error 0x770df766

Posted: 28 Mar 2013 01:40 PM PDT

I receive this error when I print to my laser printer. If I print to my Office Jet printer it works. I have reinstalled Word97, Run Register Nuke to clean up register errors, run the program in the safe mode, run the program in the clean boot mode, I used regedit and deleted the data sub key and the program only prints to my Office Jet printer.  Any help is appreciated.

user does not have access privledges

Posted: 28 Mar 2013 08:48 AM PDT

I recently upgraded to office 10. I tried opening Word files that I had on my computer and a window pops up saying that I do not have access privileges???

Can I hide certain length (vertically) of a page in word?

Posted: 28 Mar 2013 08:48 AM PDT

HI

I have some unwanted text in word.I want to hide for this text. I want to do this by hiding that area . In order to do so I am thinking to hide certain vertical length . I want to do it like the way we hide certain rows in excel.

Thanks
Trivender Singh

Another Table Trouble

Posted: 28 Mar 2013 06:13 AM PDT

Greetings again!

I would like to thank all the MS Word gurus on this forum (esp. macropod) for all their advice and help.

I have a large MS Word 2010 file that contains many tables. I tried doing what needs to be done one by one, table by table, but it will takes weeks to perform the task.

I need macro help that can do the following:

1) start from the position of the cursor,
2) search for and find the next table,
3) select the entire table (all the tables consist of six rows, if that's relevant), and
4) automatically adjust to the window (it's the little icon that has a percentage sign at the top -- looks something like this |-- % --| ).

I would deeply appreciate your help in this matter.

I am not able to save a new document.

Posted: 27 Mar 2013 01:43 PM PDT

I click on save as and I get no save dialogue at all. I have to restart my computer several times or use Fix-it before Word will save a new document.  Updating an old document works fine.

Most Valuable Pirate (MVP) - Microsoft Office forums

Most Valuable Pirate (MVP) - Microsoft Office forums


Most Valuable Pirate (MVP)

Posted: 22 Jul 2004 02:00 AM PDT

Kelly

I did wonder when the message time was wrong but the headers suggested it
was Sarah!


~~~~~~

Regards.

Gerry

~~~~~~~~~~~~~~~~~~~~~~~~
FCA

Stourport, Worcs, England
Enquire, plan and execute.
~~~~~~~~~~~~~~~~~~~~~~~~


"Kelly" <org> wrote in message
news:phx.gbl... 

Office Pro 2003 product key used up!

Posted: 19 Jul 2004 05:30 PM PDT

The license allows for one installation to a desktop and one to a portable
computer *used by the same person* but not simultaneously.

You will need to purchase a second copy. If you have a qualifying student
in your household, you may purchase Office 2003 Students and Teachers
edition and install on up to 3 computers.


--
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, tracey asked:

| I have office pro 2003 on my desktop in my office at
| home, and my husband is wanting it on his computer in the
| loft upstairs, but it is telling me the product key has
| been used to many times. Can we not do this on more than
| one computer even though we purchased it?


Whats going on here?

Posted: 19 Jul 2004 12:30 PM PDT

The only thing I can think of is that you must be using Microsoft
Operating System running Microsoft Application Package. If this is the case then you
should be prepared to tolerate some minor inconvenience with the Microsoft
products. Microsoft is working hard to rectify this as soon as humanly and profitably possible
but with attacks from Hackers and Law courts all over the world it has
to set priorities of which giving you a good product isn't.

Hope this helps.

Sarah

GMAN wrote:
 


completely removing 2000 with XP

Posted: 19 Jul 2004 06:15 AM PDT

It could be a matter of the origonal Office2k having certain office apps
installed that were not present in yr Office2003 version
eg Office2k premium installs FrontPage Office2003 may not
Having said that have you checked

http://support.microsoft.com/default.aspx?scid=kb;en-us;219423&Product=ofw2k
http://support.microsoft.com/default.aspx?scid=kb;en-us;247674&Product=ofw2k
http://support.microsoft.com/default.aspx?scid=kb;en-us;239938&Product=ofw2k
The above apply to WinXP o/s, there are other articles that apply to other
o/s
You might also check that Outlook doesnt have any rogue addins / comms
enabled.
If you are using Word as yr email format this may indicate a problem with
Word or its reg settings
Hope some of this helps

<microsoft.com> wrote in message
news:2edba01c46da3$dfa86b30$gbl... 


OfficePro 2003 Setup

Posted: 17 Jul 2004 03:39 AM PDT

After using the product key once you need to call microsoft so that they can sucer you into another $10.00 for a second key.

"net" wrote:
 

News command in Outlook 2003

Posted: 17 Jul 2004 12:23 AM PDT

Milly!

I had to go into OE's oprions, select OE as the default news handler (it is
not the default mail handler), click apply, wait, click OK, close OE, then
reboot. Now when I open Outlook, the News option is there and it DOES open
OE.

Thanks.

Stephen

"Milly Staples [MVP - Outlook]" <org>
wrote in message news:%phx.gbl... 


Networked Office

Posted: 16 Jul 2004 12:30 PM PDT

PMFJI. I have some experience with creating an admin install of Office. I'm
looking for some info that would get me started using GPO to deploy an
upgrade to O2k3 and then deploy patches in the future.

Thanks,

--
Edward Lee
Microsoft MVP - Sharepoint Portal Server


"Cary Shultz [A.D. MVP]" <org> wrote in message
news:u%phx.gbl... 
you 
applications 
your 
not 
one 
from 
MVP[Microsoft 
is 
install 

ausgegeben! 
compared 
sagen 
Sure, 
the 
you 
Group 
or 
and - 
sure 
das 
there 


Office 2003 Group Policy Settings

Posted: 15 Jul 2004 10:29 AM PDT

Not really, the link you provided does list all of the
templates, but it does not list what is contained in each
template. I am looking for a more detailed list on what
each file contains

Outlook 2003 will no longer start

Posted: 15 Jul 2004 03:20 AM PDT

Try creating a new mail profile here: Control Panel->Mail Icon->Show
profiles. Do not copy your profile, create a new one.

--
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, homeboy asked:

| I get the following error:
|
| "Cannot start Microsoft Office Outlook. Unable to open the Outlook
| window. The set of folders could not be opened. The server is not
| available. Contact your administrator if this condition persists."
|
|
| I have tried repairing outlook, uninstalling outlook and reinstalling
| outlook. I suspect that their is some registry setting that is
| forcing outlook to look for a directory that is not present. How do
| I correct this problem so that Outlook can run?
|
| Thanks in advance.
|
| Edward W. Ray


Error when opening help file

Posted: 14 Jul 2004 09:30 PM PDT

Hi.
Yes, I am running Norton Internet Professional 2004.

Thank you.
Pieter.
"Eric Lawrence [MSFT]" <com> wrote in message
news:%phx.gbl... 
rights. 


Exchange interfering with outgoing mail

Posted: 14 Jul 2004 04:14 PM PDT

This is independent of that issue. The default is no longer changing since
someone told me about adding the NoTransportOrder key to the registry. But
Exchange is still intercepting ISP mail when it should let it go right
through.


"Milly Staples [MVP - Outlook]" <org>
wrote in message news:phx.gbl... 


View office 2003 product key?

Posted: 14 Jul 2004 01:58 AM PDT

"?" wrote: 

AFAIK that works for Windows only.



Two Office versions parallel

Posted: 14 Jul 2004 01:18 AM PDT

Thanks Bob,

the licenses are localized Enterprise and Standard MUI. I feared that this
wouldn't work under one Windows installation.
So I will use an old PC for the second license, but this will take some time
(which I tried to avoid ...).

bye

Frank

"Bob Buckland ?:-)" <75214.226(At Beautiful Downtown)compuserve.com> schrieb
im Newsbeitrag news:phx.gbl... 
news:phx.gbl... 
Windows? 
Standard 


Monitor "timing out"

Posted: 13 Jul 2004 07:59 AM PDT

Eric - thanks for responding. I set all of the power
settings to "never" on all of the power schemes, and on
both "plugged in" and "running on batteries". No matter
which power scheme I choose, it still times out on me
after about 20 minutes or so. This is really starting to
irritate me!!! I will post my problem in a Windows
newsgroup, as you suggest. This is all new to me, but I
think I know where to go. Thanks again - Nancy

 
confers no rights. 
wrote in message 
to 
to 
settings, 
yet 
would 

Administrator settings

Posted: 11 Jul 2004 05:13 PM PDT

What you need to do is, system restore and leave it there. After the blaster worm hit, the computer only identifies that way.
--
Mary J


"cindy" wrote:
 

Alsa Install on RH 7.3 - Forums Linux

Alsa Install on RH 7.3 - Forums Linux


Alsa Install on RH 7.3

Posted: 13 Jun 2004 09:19 AM PDT

NKolvix <com> wrote: 

You need the kernel source code found in SRPMS directory/folder.


--
Best Regards, Keith
http://kilowatt-radio.org/ NW Oregon Radio Page
Keep Dubya in Office, Vote for Ralph Nader

Numlock not working

Posted: 13 Jun 2004 04:51 AM PDT


"Michael Heiming" <michael+heiming.de> wrote 
working :p 

Interesting, I hadn't thought about it as a gnome issue but a linux issue,
I'll read upp on the links you mentioned.

Thanks

Tim


Microsoft Works - auto-route with works suite 2002

Microsoft Works - auto-route with works suite 2002


auto-route with works suite 2002

Posted: 25 Sep 2004 12:50 PM PDT

Also this :

http://www.micropages.co.uk/downloads/gpsuinfo.html

HTH,
--
Kevin James.
Tua'r Goleuni
Microsoft MVP (Works) 1999-2004
Website & FAQ for Works: http://www.btinternet.com/~kevin.james1/index.htm





"Kevin James - MSMVP Works" <org> wrote in message
news:%phx.gbl...
| Hi bjg,
|
| I see from their page itself that this utility purports to open
| Autoroute export files ?
|
| http://gpsbabel.sourceforge.net/st2gpx/st2gpx.html
|
| HTH,
| --
| Kevin James.
| Tua'r Goleuni
| Microsoft MVP (Works) 1999-2004
| Website & FAQ for Works: http://www.btinternet.com/~kevin.james1/index.htm
|
|
|
|
|
| "bjg" <microsoft.com> wrote in message
| news:2c4501c4a338$e4d69260$gbl...
| | what programme opens the .axe suffixed files that
| | autoroute saves in?
|
|
|


Works for Windows Version 6.0 Spreadsheet Problem

Posted: 25 Sep 2004 05:41 AM PDT

In addition to what Jim said, perhaps you can copy and paste into a new
spreadsheet..

Ken

"Jim Macklin" <p51mustang[threeX12]@xxxhotmail.calm> wrote in message
news:phx.gbl...
Can you see the toolbars and menus? Have you checked the
various settings, such as selections, view? Have you tried
pressing esc to cancel any selection or mode?


--
The people think the Constitution protects their rights;
But government sees it as an obstacle to be overcome.


"Sharonpl" <microsoft.com> wrote in
message
news:com...
| Recently I went into a spreadsheet that I had created a
year ago. I haven't
| had occasion to use it until this week, but the entire
spreadsheet is black,
| as if I had selected every field to delete it. When I
print, it DOES print
| out the information, but I just can't see anything on the
screen. The only
| thing that I've done differently is replace my hard drive
and upgrade to
| Windows XP. Everythihg from the old hard drive was
transfered, that I know
| of, but perhaps that's the problem.
|
| Any suggestions on how I can get the printing to show up
on the screen?
|
| Sharonpl
| --
| Sharonpl



Default Location For Works Calender

Posted: 24 Sep 2004 10:03 PM PDT

Re: do you know how to redirect the folder or a way to use regedit to change
the location.

Reply: No

Perhaps start a new post explaining your objective.

Good luck,
Ken

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

Thanks Ken. That was very helpful. do you know or does anyone know how to
redirect the folder or a way to use regedit to change the location.

"Ken" <ne> wrote in message
news:phx.gbl...

As I recall on a WindowsXP system mswkscal.wcd is located...
C:\ Documents and Settings\All Users\Application Data\Microsoft\Works.

Also think Application Data is a hidden folder on WindowsXP. Assure "Show
hidden files and folders" is ticked on the View tab via Folder Options.

Folder Options can be found via Control Panel or open My Documents, click
Tools on the menu bar, click Folder Options.

Ken




File Storage Location

Posted: 15 Sep 2004 06:29 AM PDT

Hi Steve,

I now understand, from your subsequent posts, that you are not
attempting to redirect the file saving operation.

The folder location is likely 'hard-wired' into the application software
and I know of no way to redirect using regedit.

HTH,
--
Kevin James.
Tua'r Goleuni
Microsoft MVP (Works) 1999-2004
Website & FAQ for Works: http://www.btinternet.com/~kevin.james1/index.htm





"samson" <microsoft.com> wrote in message
news:phx.gbl...
| Hello Kevin, could you please elaborate. Do you know if the folder (storage
| location) could be redirected using regedit
| "Kevin James - MSMVP Works" <org> wrote in message
| news:%phx.gbl...


Microsoft Word - Table of Contents question

Microsoft Word - Table of Contents question


Table of Contents question

Posted: 28 Mar 2013 09:25 AM PDT

I have created a Table of Contents in my document.

I have also later created a Table of Figures on another page in the doc.

 

Is the page with the new Table of Figures supposed to appear in the Table of Contents? I can't seem to make it work.

Thanks for help!

 

Issues with a command being duplicated to entire document

Posted: 28 Mar 2013 09:10 AM PDT

Hello,

 

I have an issue where a command, such as bolding text or changing the font or font size, is applied to the highlighted text but then is reapplied to the entire document.  Currently I get around this by applying the command and then hit Ctrl-Z to undo the duplicate command.  Is there some kind of setting for this?  If there is I cannot find it in the Options.

 

Any help or suggestions are greatly appreciated.

 

Jeff Tolman

*** Email address is removed for privacy ***

 

Using REF to determine the Footnote Number

Posted: 27 Mar 2013 05:46 PM PDT

I have placed a bookmark into a footnote in Word 2010.  I want to refer to both the footnote number and the page that the footnote is on.  I don't see any options for that in the REF field.

Thanks in advance.

office Icon Usage

Posted: 27 Mar 2013 05:43 PM PDT

Can i use office icons to show different file types in website?

Regards
Sandhu

Word 2013 track changes

Posted: 27 Mar 2013 10:57 AM PDT

I'm working in Word 2013 and my question relates to track changes.  When I go to make changes to a document, save it and then come back to make further changes, my second set of changes are made as though I was a different user, ie track changes on top of existing track changes.  How do I change this?

spell check is not working...how do I turn it on? (MS Word 2013)

Posted: 25 Mar 2013 05:45 PM PDT

I just upgraded to a full version of MS Office 2013. I am using Word and notice two things. One, it is not auto-correcting misspelled words as I type, and two, when I go to the "Review" tab and select "Spelling and Grammar" to do a spell check, it says "Spelling and grammar complete. You're good to go!" This is not correct. 

I've gone to the Options menu. Autocorrect is turned on. Nothing else seems to make logical sense to me. 

Is anyone else having this issue? Can someone help? I NEED my spell check. 

Thank you

PS. My OS is Win7, 64-bit and I'm using Office 2013.