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.