Pages

Search

Microsoft Word - If at first you don't succeed, ...

Microsoft Word - If at first you don't succeed, ...


If at first you don't succeed, ...

Posted: 06 Apr 2013 08:19 AM PDT

Greetings!

Well, the irregularities of the tables in my files is causing a lot of problems, despite all the help I am getting from the experts on this forum.

Well, perhaps this will be better. A macro to

1) Find every table in the MS Word file with 7 or more rows.
2) Select the entire table.
3) Highlight in yellow (or any other color) the entire table.
4) Find the next table with 7 or more rows ,,, and so on down the file.
5) Split into two tables only those tables with exactly 12 rows (split at the 7th row). Most of the tables are 12 rows, but the other tables with say 7 rows disrupt the other macros that have been provided.

Example of table:

1 blah blah blah blah
2 blah
3
4
5
6
7 (Split here into new table)
8
9
10
11
12

Then I can go back and examine the highlighted tables for editing (such as splitting the tables at the right point).

I would deeply appreciate your help in this matter.


Tweaking Another Search Macro

Posted: 06 Apr 2013 06:32 AM PDT

Greetings!

A day or so ago HansV kindly provided me the following macro (that works well, by the way),

The following macro will select the first table with more than 6 rows that it encounters.

After splitting this table, simply run the macro again.

 

Sub FindLargeTable()
    Dim f As Boolean
    Dim tbl As Table
    For Each tbl In ActiveDocument.Tables
        If tbl.Rows.Count > 6 Then
            tbl.Select
            f = True
            Exit For
        End If
    Next tbl
    If f = False Then
        MsgBox "No tables with more than 6 rows found.", vbInformation
    End If
End Sub


The problem is there are hundreds of tables with over 6 rows, so it is time-consuming to do it over and over.


Could the macro above be tweaked, as follows?


1) Search for tables with over 6 rows, 2) split these tables in half (the seventh row will become the first row), 3) indicate where the split occurred -- in say yellow highlight, and 4) then continue down the file to the bottom.


NOTE: If the macro encounters a table with an usually setup (it will usually be 12 rows, but there could be anomalies) the macro should stop and then the problem can be dealt with.


Most tables contain columns with 6 rows.


I would deeply appreciate your help in this matter.



.pdf to Word for free?

Posted: 06 Apr 2013 05:31 AM PDT

Is there an inexpensive or - better yet - free program to translate .pdf documents into Word? I have a program that lets me read .pdf files, but I like to change the font and be able to delete parts I have already read - can't do that in Adobe reader and can't spend the money to purchase a program to do it for me.

 

I have Adobe Reader and Sumatra pdf which both allow me to read the files and/or print them, but I cannot paste them into Word successfully.

How to fix Word 2010 starting with File Tab, Not Home Tab

Posted: 05 Apr 2013 12:59 PM PDT

Word 2010 documents should open by default on the Home tab.  My documents use to until today. Now they open only on the File tab. The Home tab is still visible, checked, and at the top of the list on Options, Customize Ribbon.  I can select the Home tab by clicking on it  but after I perform any task using the Home tab, such as Bold  face, the document automatically reverts to the File tab. I then have to reselect Home tab for each function.  This is new after months of it working correctly.  The same relation now exists for all other tabs, useable for one function but then revert to the File tab.  Help is needed and appreciated.

Can't set up page numbering within individual sections and cumulative page numbering in same document

Posted: 05 Apr 2013 06:03 AM PDT

I've written a document organized into sections. I would like the page numbering in the header to restart at 1 for each section. I would like the page numbering in the footer for all sections to be cumulative for the entire document. I can't get the document to do both at the same time. If I set up the section page numbering to start at 1 for each section, the footer page numbering also starts at 1 for each section. If I set up the footer numbering to be cumulative for the entire document, the header page numbering is also cumulative. Help!

Full Resource Assignment Info in Excel Microsoft Project

Full Resource Assignment Info in Excel Microsoft Project


Full Resource Assignment Info in Excel

Posted: 26 Jun 2004 03:17 PM PDT


Don,
I don't have Project Server so I don't know how the server object model
differs from the standard object model. However, like the object models
for all versions of Project, they generally are pretty constant except
for added features and a few deleted items. I get all of my object model
information from the object model help files available through the VBA
editor. But for your reading (and learning) enjoyment here are some
websites you may find useful.

One nice place to start with sample VBA code is Jack Dahlgren's website:
http://masamiki.com/project/macros.htm

For a free Project 2002 VBA training module (equally applicable to
Project 2003) put together by Microsoft (for VBA, see module 4):
http://support.microsoft.com/default.aspx?scid=kb;en-us;325846

For a Project 2002 and 2003 SDK:
http://www.mvps.org/project/links.htm

Hopefully this info will get you started. Once you get started if you
have further questions on VBA, just post on the
microsoft.public.project.developer newsgroup.

John

Assignment Days on Gantt Chart

Posted: 26 Jun 2004 05:43 AM PDT

Thanks for the reply John. I have 1 to 3 resources assigned to each
task. What I'd like to display might be "Fred(3d) Mary(4d)".

Can you help ????



John wrote:
 

Typical file size

Posted: 25 Jun 2004 01:46 PM PDT

Rather than do file formatting on every save (to speed things up) the
programmers just programmed it so File save immediately after opening does
major file house keeping. It's not intended to save any information. In fact
if you do even one edit then save the file house keeping doesn't happen.

I learnt about this because one of the internal Microsoft guru's kindly
alerted this to me after I recommended the save as in a Woody's Project
Watch article.

--
For VBA posts, please use the public.project.developer group.
For any version of Project use public.project
For any version of Project Server use public. project.server

Rod Gill
Project MVP
For Microsoft Project companion projects, best practices and Project VBA
development services
visit www.projectlearning.com/
"John" <com> wrote in message
news:microsoft.com... 


Printing to A0 Printer

Posted: 25 Jun 2004 12:19 PM PDT

Interesting ... I wonder what in Project is now different as result?
(Registry updated? Corrupted files now uncorrupt?). Maybe just the
order of "last" in for some key file, or something. Something changed.

I still can't help but think it a printer driver issue, but can't argue
with success!! Thanks for follow-up.

rms




MG wrote: 

Open Office - [discuss] Out of Office

Open Office - [discuss] Out of Office


[discuss] Out of Office

Posted: 04 Feb 2007 08:34 AM PST

I'm on leave till 12th Feb, should there be any emergency you can reach me =
at my cell no, or contact Jaipal at 9848881950=0D=0A=0D=0Aregards=0D=0A


---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] MSDOS user ..

Posted: 31 Jan 2007 04:20 PM PST

---745680894-967637747-1170322208=:1766
Content-Type: TEXT/PLAIN; CHARSET=iso-8859-15; format=flowed
Content-Transfer-Encoding: QUOTED-PRINTABLE
Content-ID: <gpcc.itd.umich.edu>

Hi, Jack,

We'd need to hear about which brand, model and version of database you are=
=20
actually using. Is it by chance dBase II, dBase III or dBase III+ ?

The older systems had rather simple file structures, most of which are=20
documented and supported in some way.

-Lars
Lars Nood=E9n (org)
Ensure access to your data now and in the future
http://opendocumentfellowship.org/about_us/contribute

On Tue, 30 Jan 2007, Jack Haldane wrote:
 
=20 
 
 

---745680894-967637747-1170322208=:1766
Content-Type: text/plain; charset=us-ascii

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org
---745680894-967637747-1170322208=:1766--

[discuss] A very nearly sort of almost idea

Posted: 31 Jan 2007 04:16 PM PST



Robert Derman wrote: 
I'm sure there would be an interest in something like that if you could
find programmers and other people interested. My husband and father are
both machinists and use such things. Perhaps you could try to start
your own open source program based on Draw if you have, or can find
people who have the know how. I know that some of those programs cost
as much as, if not more than, a new car, so if there was a free version,
well, wow. That would be a project in itself. You could maybe create a
new program and call it Draft or something. If you're really serious
about it start trying to get intrest; raise an issue, start a blog, call
Leo Laporte, etc.......... Nothing is impossible........

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] Site making you pay money for this software?

Posted: 30 Jan 2007 06:51 AM PST

------=_Part_75960_6549948.1170169846201
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

That is weird. 602's American website offers 602PC Suite, which is their
own office suite that they wrote. The Czech site you linked to - the
602Office site, has an "English" link at the bottom, and that link is
apparently their European site (hence the EU flag) - but they do not offer
602PC Suite *or* 602Office on that site.

http://www.602.cz/eng/

Very weird.

On 1/30/07, Pavel Jan=EDk <cz> wrote: 


--=20
- Chad Smith
http://www.chadwsmith.com/

------=_Part_75960_6549948.1170169846201--

[discuss] Site making you pay money for this software?

Posted: 29 Jan 2007 04:11 PM PST

> There are some gangs of pirates and buccaneers on the coast of Open 

The "fool" paying for 602Office which is really based on =20
OpenOfifce.org and says so in every docs will get printed manual, =20
CDs, installation support via phone. All materials from this product =20
are available for download as well (http://www.602.cz/cz/produkty/=20
602office_2_1/dokumentace). I do not know if 602 is selling 602Office =20=

in other countries though.

But you linked to 602PC Suite which is not 602Office thus not based =20
on OpenOffice.org and as such is irrelevant here.
Do you want to publicly appologise for your mistake?
--=20
Pavel Jan=EDk


---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] A journalist asks...

Posted: 27 Jan 2007 04:30 AM PST

Hi

com a écrit : 

you may contact the marketing list
openoffice.org where you'll find every local/regional and
official correspondant

(John McCreesh org, Luis Suarez Pots com
are guys to talk to)

Thanks for your interrest

Laurent

--
Laurent Godard <com> - Ingénierie OpenOffice.org -
http://www.indesko.com
Nuxeo Enterprise Content Management >> http://www.nuxeo.com -
http://www.nuxeo.org
Livre "Programmation OpenOffice.org", Eyrolles 2004-2006

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] Statistique de Calc

Posted: 27 Jan 2007 04:24 AM PST

Hi Gilles
 

as told before, thsi list is english-dedicated

Btw, you do not have the R2 in trend lines displayed on graphs, but can
calculate it using the Calc intrinsec functions PENTE, ORDONNEE.ORIGINE
and COEFFICIENT.CORRELATION

If you need more adavced stuff, you may have a look at the good old
FITOO http://oooconv.free.fr/fitoo/fitoo_fr.html

Fibnally, a more advanced solver is being developepd and is availbale as
an extension iirc.

HTH

Laurent

--
Laurent Godard <com> - Ingénierie OpenOffice.org -
http://www.indesko.com
Nuxeo Enterprise Content Management >> http://www.nuxeo.com -
http://www.nuxeo.org
Livre "Programmation OpenOffice.org", Eyrolles 2004-2006

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] FYI: ODF plugin for MSOffice

Posted: 23 Jan 2007 05:41 PM PST

Jean Hollis Weber wrote:
 

It was told a lot about it but nobody I know knows anybody who has ever
seen it working. Maybe it's the biggest secret in the history of modern
software development. And as you can read in the articles it is not an
MSOffice plugin, it's a Word plugin but doesn't offer any support for
Excel and Powerpoint.

Ciao,
Mathias

--
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
Please don't reply to "de".
I use it for the OOo lists and only rarely read other mails sent to it.

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] Feature suggestion - Tabbed Documents

Posted: 22 Jan 2007 04:54 PM PST

Hello,
 

Its not already part of the SDK.
Might be it will be true for the 2.3 SDK.

Regards
Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] using OOo without a mouse

Posted: 22 Jan 2007 01:48 PM PST

--------------enig720E3BA5C9A5E49E3B754937
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Frank Sch=C3=B6nheit - Sun Microsystems Germany wrote:
 

If you use a screen reader, you might not be able to "look".
Floating toolbars, and windows aren't always visible to screen readers.
[Anything that pops up, is not going to be visible to a screen reader.]
 
e

+1
 

I spent some time teaching blind people how to us a synthesizer. One of
the issues is getting the synthesizer to the same state, every time they
want to do something.

To load a file, hit F2 the arrow up twice, then arrow left once, then
hold the decrement key for ten seconds. Then increment up twice, arrow
right once, hit enter, then arrow down for the song. [And hopefully they
have correctly memorized the names of the songs.] Hit enter, then went
75 seconds for the song to load.

Slow, with lots of redundant key strokes, but the only way to ensure
that the song one wants to load, is the one that is loaded.

If one can not navigate to a fixed point, it is not accessible for a
blind person.

xan

jonathon



--------------enig720E3BA5C9A5E49E3B754937
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD4DBQFFupfPaC1raifmCuERAqrlAJiZNAH9xiyKAWULve0JSF ZDoX/KAKCmVlA1
YLq7VA3h1/rNGxgB45V1Hw==
=3W3k
-----END PGP SIGNATURE-----

--------------enig720E3BA5C9A5E49E3B754937--

MS Office for Mac - ONE NOTE availability? Microsoft Office for Mac

MS Office for Mac - ONE NOTE availability? Microsoft Office for Mac


MS Office for Mac - ONE NOTE availability?

Posted: 05 Oct 2007 10:23 AM PDT

Hi

Before you despair, there's a view in Mac Word (not available in Windows
Woprd) called NoteBook view. It has much of the functionality of OneNote.

-Jim


Quoting from "com" <com>, in
article googlegroups.com, on [DATE:
 

--
Jim Gordon
Mac MVP

MVPs are not Microsoft Employees
MVP info http://mvp.support.microsoft.com/

Black boxes instead of images in powerpoint presentations

Posted: 04 Oct 2007 04:34 PM PDT

Hello,
how do you insert the pictures? Insert>picture>from file> in that
dialog in office 2003 the button in the right bottom called Open has a
small arrow, you can see other options there one of them is link to
file, you haven't linked your pictures did you?

Do you have any tiff images there?

And a hint - if you share you ppt presentation you may try the option
File>Package for CD


On Oct 5, 6:01 pm, cels <com> wrote: 


Deleting Test Drive but not real deal!

Posted: 02 Oct 2007 05:42 PM PDT

Think of it as buying a free (well almost free-- $10) copy of Office 2008 in
addition to the legit copy of 2004 you will be buying.

The Office 2008 for Mac Technology Guarantee

<http://www.microsoft.com/mac/go/promotions/>

--
Diane

On 10/3/07 7:36 AM, in article et$Gw$phx.gbl,
"CyberTaz" <typegeneraltaz1ATcomcastdotnet> wrote:
 

--
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/>


Typpgrphic bug in Office 2004 Entoruage and Word

Posted: 02 Oct 2007 11:18 AM PDT

Weird. Look in Tools | AutoCorrect and see if there are any weird
entries set up. Look for one that corrects "t" to "to" as it seems that
is what is happening.

Russ Bankson wrote: 

Office 2004 Mac.

Posted: 02 Oct 2007 07:42 AM PDT

Geez, guys, ya don't have to double-team me:-)

The point I was trying [ineffectively] to make was that the only thing the
Sys Prefs actually change in "most" programs is the language used in menus &
dialogs as opposed to the functionality or other behavior of the software
itself.
--
Regards |:>)
Bob Jones
[MVP] Office:Mac

"Michel Bintener" <org> wrote in message
news:C3283AA1.279C%org... 


Cannot password protect an Excel doc.

Posted: 30 Sep 2007 06:39 AM PDT

On Sep 30, 10:36 am, JE McGimpsey <org> wrote: 

Thanks a lot JE Mc now it works just fine.........Armil

Office in 1 computer, but 2 user/profiles

Posted: 29 Sep 2007 11:07 AM PDT

On 10/1/07 3:22 PM, in article
googlegroups.com, "com"
<com> wrote:
 

I'm not familiar with "Limited viewer", but just having a Guest User account
should cover any issues you might have without further limits. Just be sure
to not check "allow user to administer this computer"

--
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/>


Word 2004 refuses custom address position

Posted: 29 Sep 2007 07:54 AM PDT

Thanks for the directions. I will try them. for b) there is nothing
extraordinary. For c) the preview isn't right.

I'll keep plugging.

Daiya Mitchell wrote: 

Default Program to Open Attachments in Mail

Posted: 27 Sep 2007 10:43 PM PDT

Thanks that worked out great.

On Sep 28, 3:13 am, Elliott Roper <co.uk> wrote: 


Add-Ins for Mac Office 2004

Posted: 27 Sep 2007 03:25 AM PDT

In article <phx.gbl>,
Michael Seydl <co.at> wrote:
 

Easily done with VBA:

Create a new document with the code below and save it as a template.
Store the template in the Startup folder. Restart Word. Open a saved
document - the CheckFonts routine will be called by AutoNew, which is
triggered by the _DocumentChange event. Modify to suit.

Put this in a regular code module (Insert/Module):

Dim clsFontCheck As CDocChange

Public Sub AutoExec()
Set clsFontCheck = New CDocChange
Debug.Print "Test"
End Sub


Public Sub CheckFonts()
Const csFoundFonts As String = _
"Found these fonts: "
Dim st As Style
Dim vCheckFonts As Variant
Dim i As Long
Dim sFontsInUse As String

vCheckFonts = Array("Arial", "Times", "Lucida Grande")
For i = LBound(vCheckFonts) To UBound(vCheckFonts)
For Each st In ActiveDocument.Styles
If st.InUse Then
If st.Font.Name = vCheckFonts(i) Then
sFontsInUse = ", " & vCheckFonts(i)
Exit For
End If
End If
Next st
Next i
If Len(sFontsInUse) > 0 Then _
MsgBox csFoundFonts & Mid(sFontsInUse, 3)
End Sub

Put this in a new Class Module named CDocChange

Public WithEvents oApp As Application

Private Sub Class_Initialize()
Set oApp = Application
End Sub

Private Sub oApp_DocumentChange()
'Generic Document Change macro
Dim nOpenDocs As Long
Static nOldOpenDocs As Long

On Error GoTo ErrorHandler
nOpenDocs = oApp.Documents.Count
Select Case nOpenDocs - nOldOpenDocs
Case Is > 0
If oApp.ActiveDocument.Path = vbNullString Then
AutoNew
Else
AutoOpen
End If
Case Is < 0
AutoClose
Case Else
DocChangedFocus
End Select
nOldOpenDocs = nOpenDocs
ResumeHere:
Exit Sub
ErrorHandler:
Debug.Print "oApp_DocumentChange:", Err.Number, Err.Description
Resume ResumeHere
End Sub

Private Sub AutoNew()
End Sub

Private Sub AutoOpen()
CheckFonts
End Sub

Private Sub AutoClose()
End Sub

Private Sub DocChangedFocus()
End Sub

Keyboard STILL won't work in WORD

Posted: 25 Sep 2007 01:12 PM PDT

On Sep 26, 2:14 pm, "CyberTaz" <typegeneraltaz1ATcomcastdotnet> wrote: 

Well, to all following this thread, the answer was finally to do a
archival system install of OS X. Went to the Apple Genius bar as
well, and after trying all good suggestions listed here, plus a few
more, that ended up being the final solution.

Thanks all.

Microsoft Word - How do you change the style of the quotation marks universally in a Word document?

Microsoft Word - How do you change the style of the quotation marks universally in a Word document?


How do you change the style of the quotation marks universally in a Word document?

Posted: 05 Apr 2013 07:32 AM PDT

We have lengthy legal submissions (Word documents - 100-plus pages) containing many double and single quotation marks. We receive input into these documents from many sources; some of the input comes with smart quotation marks, some with straight. We are not in a position to ask all the sources to change their computer settings to produce straight quotation marks. In the past, we have always (successfully) made the marks consistent when finalizing the document using the Search and Replace function (i.e. search for double quotation marks, replace with ZZZZ, search for ZZZZ, replace with double quotation marks). The last two times I did this, most, but not all, of the quotation marks were removed when doing the second Replace. In the first document where there was a problem, when I replaced the ZZZZ with double quotation marks, about 75% of the quotation marks disappeared. The approx. 25% left were a mixture of straight and smart. In the most recent document using the same method, I first replaced the double quotation marks, of which there were over 750, and this seemed to work okay. I then replaced the single quotation marks, of which there were close to 500, and most of these were removed, as was the space they took up (so that, for example, "client's" became "clients"). How do we prevent this from happening? Is there a better way to make the universal change to the style of quotation marks/apostrophes, which I have to do when I am finalizing the document? As I said, starting out with them all in the same style is not an option. I do hope someone can come up with a solution as this is giving us quite a headache!

 

Note:

My Word setting is to straight quotes. When I copy text from outside sources into the master document that has smart quotes, these are not automatically changed to straight quotes (i.e. my setting); they remain as smart. I also cannot do a search on smart quotes, I can only do a search on quotes in general, regardless of whether they are smart or straight. Changing the style of quotation marks in sections before pasting them into the master document would not solve the problem, as edits can be made by outside sources right up until the last minute. There is not time then to click through every quotation mark to see if there are still any smart ones left. I really need a fix to this!

Search Tabs to Find Small Case Words

Posted: 05 Apr 2013 05:00 AM PDT

Greetings again!

This should be a snap for the MS Word gurus on this forum.

It would be helpful to have a macro that will start at the top and go down column 4 (there are three tabs before it) to find small case words or letters. Everything in this column should be in caps (there are commas and punctuation, though), but if there is an anomaly (small letters, say), the macro could stop while I have a look at the problem, then be able to run again from the cursor position.

I would deeply appreciate your help in this matter.

blah     blah     blah   BLAH     blah etc.
blah     blah     blah   BLAH     blah
blah     blah     blah   BLAH     blah
blah     blah     blah   BLAH     blah
blah     blah     blah   blah      blah (The macro would stop here; it would also stop at Blah or bLAh or blaH)

Problem with the inverted comma and apostrophe " '

Posted: 04 Apr 2013 10:35 PM PDT

I have an issue with keyboard.  The Inverted commas and apostrophe (  "  ')do not show until I have actually hit the space bar or typed the next character, when I used the Word or Outlook applications.  .  I have been avdvised by HP that it is not a problem with the keyboard as those keys work correctly in Notepad and the sticky notes.  Can you please advise how I can fix this problem.  It is very frustrating that I have to keep using the spacebar or hit the next character for it to work correctly

 

Thank you

Joan

 

by he way I have windows 7 computer and Microsoft 2010 installed on my computer

how to run word macro on multiple files

Posted: 04 Apr 2013 09:30 PM PDT

I have a macro (see below) saved as a macro.txt which I have used in the past with word'03 to change text in multiple word files in a given folder.

However, I can not remember how to run the macro!  

I tried running it within Word'07 but no success 'run time error 5111, command 'With Application.FileSearch' not available on this platform'.

Where can I run it, or is there an alternative method I now need to use?

Thanks,
Andy

Sub FindReplaceAllDocsInFolder( )
Dim i As Integer
Dim doc As Document
Dim rng As Range

With Application.FileSearch
    .NewSearch
    .LookIn = "B:\Attachments\"
    .SearchSubFolders = False
    .FileType = msoFileTypeWordDocuments
    If Not .Execute( ) = 0 Then
        For i = 1 To .FoundFiles.Count
             Set doc = Documents.Open(.FoundFiles(i))
             Set rng = doc.Range
              With rng.Find
                .ClearFormatting
                .Replacement.ClearFormatting
                .Text = "Andy"
                .Replacement.Text = "Matt"
                .Forward = True
                .Wrap = wdFindContinue
                .Format = False
                .MatchCase = False
                .MatchWholeWord = False
                .MatchWildcards = False
                .MatchSoundsLike = False
                .MatchAllWordForms = False
                .Execute Replace:=wdReplaceAll
               End With

             doc.Save
             doc.Close

             Set rng = Nothing
             Set doc = Nothing
        Next i
    Else
        MsgBox "No files matched " & .FileName
    End If
End With
End Sub

Microsoft Works - Works 2004 & Windows XP SP2

Microsoft Works - Works 2004 & Windows XP SP2


Works 2004 & Windows XP SP2

Posted: 03 Oct 2004 02:28 PM PDT

http://www.microsoft.com/products/works/downloads.mspx#Works7Update
This is the downloads available on the Works Website
http://support.microsoft.com/default.aspx?scid=fh;EN-US;windowsxpsp2
You need to go here for info regarding XP SP2

As far as I know there is no critical updates for Works 7 but there is an
update works 7 .

--
Paul Ballou
MVP Office
http://office.microsoft.com/clipart/default.aspx
http://office.microsoft.com/templates
http://office.microsoft.com/home

Control the things you can and Don't Worry about the things you can't
control.

"Wiley C" <microsoft.com> wrote in message
news:25f001c4a9a3$3d0c5bc0$gbl... 


Gibberish WksWP

Posted: 03 Oct 2004 11:05 AM PDT

YES! It did work. Thank you so much. I am soooooooo happy! 
update on the 
is 
me 
Works. 
The 

Works 7.0 >> Cannot open Blank Document

Posted: 02 Oct 2004 04:41 PM PDT

I couldn't find anything specific to XP.

Try the following as well as an update anti-virus scan to see if you can find anything
that might be corrupting the font cache:

Dealing with Unwanted Spyware, Parasites, Toolbars and Search Engines
http://www.mvps.org/winhelp2002/unwanted.htm

Spyware, Browser Hijackings and other Antisocial Tricks
http://www.mvps.org/inetexplorer/Darnit.htm#spyware


--

Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm


"Bob Knowles" <bknowles(bogus)@bobs-place.com> wrote in message
news:supernews.com... 


Restore calandar data

Posted: 02 Oct 2004 03:09 PM PDT

Hi Jeff,

You are welcome, thanks for letting us know.

Ken

"Jeff" <microsoft.com> wrote in message
news:168c01c4a97a$bfa45a20$gbl...
Thanks Ken


Works 6 and Works Suite 2005 together?

Posted: 02 Oct 2004 11:11 AM PDT

I asked a similar question about running Works 6 (needed
to utilize PictureIt! from Works Suite 2001) along with
Works 4.5a. I wanted to actually use Works 4.5a, so
Kevin James advised me to install Works 4.5a after
installing Works 6. Everything is fine. I installed
each version of Works in its own folder, however.
I would think installing Works 8 last and in a separate
folder would accomplish what you desire.
More than likely Kevin will read and respond to your
question.

 
if you reloaded Works 
might be broken due to 
I think you'll find 
are more evolutionary 
install it without 
in on Works 8, etc. 

Works 8 user guide

Posted: 02 Oct 2004 01:06 AM PDT

hi thomas,

thank you for the info.
i think it's interesting that the package no longer comes with a user guide
and that there are no books on the market for v7 or v8.

--
Indera
* * * * * * * * * *
Don't just live life.
Live life well.


"ThomasA" <com> wrote in message
news:phx.gbl...
: Works 8 has moved away from the large user guide to a smaller, simpler
quick
: start card. It's basically the size of an A4 paper front and back - in
color
: with two folds.
:
:
:
: "Dr. Indera" <spam.me> wrote in message
: news:phx.gbl...
: > hello,
: >
: > i looked on the web site but could not figure out if the boxed version
of
: > works 8 comes with a user guide.
: > works 7 came pre-installed on my computer, so i didn't get a user guide,
: > if
: > one exists.
: > i will probably upgrade shortly and would like some type of user guide.
: > i looked on amazon for a book for version 7 a while ago, but didn't see
: > one.
: > are books no longer written for this software package?
: > thank you.
: >
: > --
: > Indera
: > * * * * * * * * * *
: > Don't just live life.
: > Live life well.
: >
: >
: >
:
:


commission formula

Posted: 01 Oct 2004 02:17 PM PDT

I'm not sure what you mean by "Grid View"

Look under view and if there is a Check mark in front of Formulas, uncheck that.

If the problem is just with the one cell showing a formula, make sure that the formula
begins with a = and not a "


--

Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm


"bill mc" <com> wrote in message
news:u2b1$phx.gbl... 


Spreadsheet -- Split one column into two columns.

Posted: 01 Oct 2004 10:35 AM PDT

Aha!
oh well, happy trading.
I trust Eric's advice will suffice.



| I will be at a trade-show and will have a laptop with only Works on
| it.
| Stan Hilliard


joining 2 lists

Posted: 01 Oct 2004 08:15 AM PDT

Gee, you don't offer much info there doo,

if you mean two databases,
copy and paste as mentioned,
then do a simple test for duplicates.

If not, post back with more info
on exactly what you wish to achieve.



What fonts, what system?

Posted: 30 Sep 2004 06:08 PM PDT

The System refers to Windows. Windows has more than 500 fonts. That causes a problem for
Works.

You need to remove the fonts from Windows.

How To Install or Remove a Font in Windows
http://support.microsoft.com/?kbid=314960


--

Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm


"Randee917" <microsoft.com> wrote in message
news:293301c4a753$269db390$gbl... 


Error message in Word 2002/Works Suite 2005

Posted: 29 Sep 2004 09:59 PM PDT

Val, I'm having the same problem while working with Suite
2002. I seem to have lost my calendar. I'm nearly at
wit's end. Can anyone help? 
they 

Service Pack 3 for Office XP

Posted: 29 Sep 2004 05:17 PM PDT

Their is also an Office Newsgroup.
 
prompts you see on the 
message 
not 
the 

stupid question- but- how does Works differ from Office?

Posted: 29 Sep 2004 02:52 PM PDT

The SUITE versions of Works include Word. The regular versions of Works do Not.

No version of Works includes Excel. The Works spreadsheet can handle simple Excel files,
but not the advanced functions.
Works: Limitations of Sharing Files with Excel
http://support.microsoft.com/?kbid=269273


--

Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm


"Joe Zorzin" <abc@xyz> wrote in message news:supernews.com... 


Says I need to reinstall works

Posted: 29 Sep 2004 12:47 PM PDT

What do I do, now? 

microsoft works 7.0 word processor

Posted: 29 Sep 2004 06:58 AM PDT

Thankyou so much for your taking the time to help. V
gratful 
width. 
automatically adjust 
http://www.btinternet.com/~kevin.james1/index.htm 
message 
be 

repeating formula in Spreadsheet program

Posted: 28 Sep 2004 04:47 PM PDT

Hah! Thanks, but it was as easy as 'cut & paste' 
help 
wrote in message 
way 
the 

MS 2003 shortcut bar - Microsoft Office forums

MS 2003 shortcut bar - Microsoft Office forums


MS 2003 shortcut bar

Posted: 22 Jul 2004 07:25 PM PDT

This feature is coming... thanks for the suggestion!

-Eric

"Chris Schatte" <com> wrote in message
news:com... 
version as a custom. 
would include (as in the Windows group / Windows site home) a link or
paragraph to most active discussions etc... It would save many users search
or posting time for answers to commonly asked questions... 


Office cant find .CAB file

Posted: 22 Jul 2004 11:11 AM PDT

If anyone else ever has this problem, just make sure the
disk isnt dirty or scratched. Mine was dirty, and as soon
as i wiped it off, it worked fine.
Michael H 
2003 
and 

can't find id number

Posted: 22 Jul 2004 11:10 AM PDT

If the seller won't give it to you; you have bought yourself an expensive
coaster.


"Gyorgy Moldova [MCSE, MVP]" <org> wrote in message
news:phx.gbl... 


Office 2000 SP installation to Adm Install

Posted: 22 Jul 2004 09:02 AM PDT

Another Link that I needed to access in order to install SR1:
(the instructions in the previous link caused a slipstream error in my case because of a missing directory)

http://support.microsoft.com/default.aspx?scid=kb;EN-US;257983

Just finished burring the new disk with SR1 and SP3 slipstreamed.
Installation test tomorrow..



"Tagman" <com> wrote in message news:%phx.gbl...
Think I found what I am looking for:

http://www.tacktech.com/display.cfm?ttid=272

Just getting ready to give it a try...


"Tagman" <com> wrote in message news:%phx.gbl...
I would like to slipstream SP1 - SP3 into my Office 2000 setup disk.
From other web sites, I have learned that this is possible only when done to an administration installation.
Is this true?

I have created an administration installation on my C:\ drive, but am confused how to apply the SP patches.
Can anyone help?

Finally, once I have updated this installation directory with the patches - can I burn it to cd and then install "normally" from the cd drive?

I tend to rebuild my system 2 or 3 times a year and am looking for any shortcuts...

Thanks!

How to Correct Office XP Admin Install?

Posted: 21 Jul 2004 11:23 AM PDT

Yes, I knew that much already. The Office XP Resource Kit was used to
make the original install
I don't see how to make changes to an existing installation.


"John" <algonquin-industries.com> wrote in message news:<eTu$phx.gbl>... 

HELP: Run Outlook 2003 using two different profiles at the same time???

Posted: 21 Jul 2004 08:33 AM PDT

I have a similar set up, and wish Outlook could switch Profiles as smoothly
as Outlook Express switches "Identities." In Outlook, it's necessary to
close the program, then re-open it and select the alternate Profile. I
understand that when you choose "Switch Identity" from the Outlook Express
File menu, the program also actually closes and reopens in the selected
Identity. It's a much faster, smoother and less complicated way to do it
than in Outlook.

Add this to the Outlook wish list.

Orrie

"Cameron" <com> wrote in message
news:phx.gbl... 
see 
DIFFERENT 
with 


Office 2000 Install issues to new PC

Posted: 21 Jul 2004 05:10 AM PDT

I have the same problem- any answers? 
Edition. 
keeps popping up with error messages that it can't locate
various files and give me option of either Re-trying or
Ignore. Also, taking a long time to download at all.
I've ruled out any CD errors. 
download issue? 

How to 'Contacts' information

Posted: 21 Jul 2004 04:09 AM PDT

george,
The help system is much improved now with the inclusion of online access to Microsoft KB and articles for assistance. Thats what we trained on for use of Office 2003 in our company, still do, since software is an on going process...
Appreciate the reply., and glad to help.
Chris Schatte
--
use the Office Online web based newsreader here:
http://www.microsoft.com/office/community/en-us/default.mspx
In Office System 2003 applications:
Help/Assistance Pane/open Communities


"george" wrote:
 

Outlook Today

Posted: 20 Jul 2004 08:39 AM PDT

I completely agree; that's why I choose to just use the Shortcuts bar and
hide all the others. That way, I only get what I want to work with on a
regular basis...

--
Susan Ramlet
MVP - Microsoft Office
----------------------------------------------
Please post replies to the newsgroup where all may benefit.


"Stephen Green" <net> wrote in message
news:%phx.gbl... 
Navigation 
The 
old 
Page 
Navigation 
possible? 


MS Word XP crashing by typing letters

Posted: 15 Jul 2004 11:06 AM PDT

try reinstalling adobe from scratch. and if that doesn't work, try
defragging the hard disk. I'd suggest something like perfectdisk -
reorganize the system files while you're at it.

-jj

"Laphan" <co.uk> wrote in message
news:phx.gbl... 
motherboard, 
the 
freeze