-
WSHubert_NY
AskWoody LoungerApril 17, 2002 at 8:01 pm in reply to: Printer Drivers (Word 2000SR-1/HP Laserjet 4050 PCL 5e) #583034Yes–we have also recently upgraded to Win2000/Word2000, printing through NT4 Servers.
However, I don’t quite understand what you’re proposing. Could you be a little more specific?
(Our NT4 Servers are setup to IP print to the client printers and do not use JetDirect.)
Thanks!
-
WSHubert_NY
AskWoody Loungerooops. I meant click on the menu item Table | Properties.
-
WSHubert_NY
AskWoody LoungerOne more thing to check–with your cursor in the Table, select Table | Options, on the “Table” tab, select “Options” and verify that “Automatically resize to fit contents” is NOT selected.
-
WSHubert_NY
AskWoody Loungerthank you, thank you, thank you. so embarassed, so humbled. oh my. so embarassed. so shamed.
-
WSHubert_NY
AskWoody LoungerMarch 27, 2002 at 3:47 pm in reply to: Merge Calendar Appointments to Word (Outlook & Word 2000) #578850can you direct me to Word template that you found? (and could you also reference/credit the board’s URL)? thanks.
(and, yes, a wizard does help you export. simply select File | Export and being with the option “Export to a file”; I believe that all the frequently used fields in the calendar will automatically be included in your export file.)
-
WSHubert_NY
AskWoody LoungerMarch 27, 2002 at 1:06 pm in reply to: Merge Calendar Appointments to Word (Outlook & Word 2000) #578809i’m not sure if there’s a better approach, but you could export your calendar items into an Excel spreadsheet which you could, in turn, use as a data file for a Word merge. i think this would give you a relatively easy approach for creating a simple text list of your appointments. unfortunately, i can’t readily think of an easy approach for creating a calendar-format in Word if that’s what you’re trying to accomplish.
-
WSHubert_NY
AskWoody Loungersorry it took a couple of days to get back, but if you’re still toying with this…
i was able to re-create a pleading document in which the text began appearing above the margin at the top of the document as you described. And the culprit was–the Tools | Options | Compatibility option titled “Suppress extra line spacing at top of page”. It appears that this option suppresses too much extra line spacing when the other compatibility option is set to “Don’t center…”.
I also looked at how our California pleading template was set up–and it is set up with a text box with exact line height set to 23.5 and a font size of 13; the text in the pleading itself is set to a font size of 13 with exact line height of 23.5, except that a single-spaced style is set up with exact line height of 11.75. (i’m told that this is the specific rule in California (but i’m not a lawyer), except that some courts require a 14 point font size). the only option selected in Tools | Options | Compatibility is set to “Don’t center.” (NOTE: the text box must be set to have no internal spacing between the edges of the text box and the actual text inside the text box).
Finally, I simply ran a MS Word pleading template to see what it’s defaults were! And, Word’s pleading template produces a document with double-spaced styles specifying an exact line height of 25.4 with single-spaced styles having an exact line height of 12.7. I think these point sizes are chosen instead of 24/12 points to allow for leading between lines of text. More interesting, the MS Word pleading template produces a Compatibility set that selects three items: (1) the “Don’t Center” option; (2) “Adjust line height to grid height in the table” (i have no idea what that does!) and (3) “Suppress extra line spacing at BOTTOM of page” (to avoid having the blank space under the text on the last line of a page causing the entire line to skip to the next page–which should help you out on meeting your page limitations).
nonetheless, NOTE that all text in these documents ONLY use exact line heights with particular attention to using exactly the exact line height of the pleading line numbers (or half that to simulate single-spacing). This, in turn, requires that users do not copy the formatting of non-pleading text into a pleading (lest the pasted text comes into the document with double or single spacing instead of exact-line spacing). Since most people will not be able to adhere to the law (thou shalt only use exact line spacing paragraph formatting), you would probably need to have a macro that you could run when you’re finished with the pleading that would scan through a document and change the formatting of any single- or double-spaced paragraph to be replaced with the appropriate exact line height dimension. If you go this route, post back and I or someone else could help you with creating such a macro.
hopefully, this will be easier than trying to directly apply space-before and space-after. HOWEVER (and sorry if this is all too discouraging), since pleadings often contain footnotes–you should be advised that tinkering with line spacing, line height, space-before and space-after settings EXCEPT WITHIN THE DEFINITIONS OF PARAGRAPH STYLES will invariably cause footnotes to start appearing on the wrong pages, at least in Word 97 and Word 2000. (i can’t think of a macro approach that would correct any exceptions to this rule). And since pleadings often contain footnotes, this further demonstrates the ugliness of using Word in legal settings.
Oh, the wonders of market share…
in any case, hope this helps!
-
WSHubert_NY
AskWoody Loungeras another option, you could use the AutoSize property of the textbox to control its size. (setting the width at the end to restore its original width).
Private Sub btnExpand_Click()
With Me.TextBox1
.AutoSize = True
.AutoSize = False
.Width = 190
If .Height > 100 Then
.Height = 100
.ScrollBars = fmScrollBarsVertical
End If
End With
… -
WSHubert_NY
AskWoody Loungeri couldn’t replicate your problem, but if you attach your document, I’d be happy to see if I can determine what’s wrong.
i also have no idea why microsoft decided to “center” or “bottom align” text with exact line height. possibly (and i’m out of my league here) a typesetting standard?
-
WSHubert_NY
AskWoody Loungeri’m not sure if i completely understand your problem, but it sounds similar to a case where…
going into Tools | Options, selecting the “Compatibility” tab and then checking the box named “Don’t Center Exact Line Height Lines” solved the problem. (in Word 2000, lines with exact line heights specified align at the bottom of their line height (leaving blank space above the text); double-spaced lines align at the top (leaving blank space after the text). Never mind the term “Center” used in the compatibility option.
hope this helps.
-
WSHubert_NY
AskWoody LoungerI’m not sure I remember how much Word97 page numbering, footers and sections differ from Word 2000, but here’s a thought from the Word2000 perspective…
Every section contains a footer, but in the Word interface, you only have access to view the footers that are actually used. Thus, for example, if a section 5 (marked with continuous breaks), appears in the middle of page 3, you will not be able to see the footer for section 5 in the VIew | Headers and Footers pane. You may want to add some page breaks in each section to ensure that, as you scroll through all the footers in your document, you see the footers for every section in your document.
There could be something evil lurking in a hidden footer (such as a page numbering option to start numbering at “2” for that section).
oops. did i say “evil lurking”? and weren’t you concerned about developing paranoia?
-
WSHubert_NY
AskWoody LoungerMarch 23, 2002 at 6:51 pm in reply to: VBA Can’t Find String Functions (e.g., lcase, Asc) (VBA for Word 2000) #578174Thanks Andrew. That helped.
I had references to some missing global templates (which I had temporarily removed). I restored the global templates, and now my string functions work correctly–although I must confess that I have no idea why other VBA code modules would affect VBA’s ability to find its own string functions!
-
WSHubert_NY
AskWoody LoungerI had a similar problem in Word 2000 after I had edited a lot of command bars and shortcut menus. I never figured out what exactly caused the problem (and I’m not sure if this is particularly helpful), but after I started using code exclusively to change my command bars (so that I could always start from a blank, unaltered template) , the confused autotext-command bar issue went away.
-
WSHubert_NY
AskWoody LoungerThanks Kevin. The .ExtractAddress command allows me to get the address in the dialog box, but ultimately, I would like to get the address in a string variable without displaying the built-in dialog box. In addition, even if I display the built-in dialog box, I seem to only capture the first line of the address (from the .AddrText property of the dialog box).
Any further ideas? Thanks!
-
WSHubert_NY
AskWoody LoungerJanuary 22, 2002 at 8:05 pm in reply to: Outlook Address Book unavailable in Word (Office 2000) #565356My only thought is to verify that Outlook is the default e-mail application on those machines.
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Strongbox Password Manager Sold to Applause Group – Cost Escalation Imminent
by
Paul T
5 hours, 22 minutes ago -
SharePoint
by
CBFPD-Chief115
6 hours, 4 minutes ago -
Google replacing Google Assistant with Gemini AI assistant
by
Alex5723
7 hours, 58 minutes ago -
You can no longer stop Alexa from sending voice recordings to Amazon
by
Alex5723
8 hours, 26 minutes ago -
Meeting Woody in person
by
Susan Bradley
19 hours, 26 minutes ago -
Bear with me – getting some options regarding membership
by
Susan Bradley
23 hours, 3 minutes ago -
Difficulty installing Microsoft Office Home and Business 2024
by
Kathy Stevens
4 hours, 24 minutes ago -
HOT NEWS: privacy focused VPN released
by
Microfix
1 day, 6 hours ago -
‘ClickFix’ Phishing Scam Impersonates Booking.com to Target Hospitality
by
Alex5723
1 day, 17 hours ago -
OpenAI urges U.S. to allow AI models to train on copyrighted material
by
Alex5723
1 day, 18 hours ago -
Windows 11 Insider Preview Build 22631.5116 (23H2) released to Release Preview
by
joep517
2 days, 4 hours ago -
Windows 11 Insider Preview build 27813 released to Canary
by
joep517
2 days, 4 hours ago -
Windows 10 Build 19045.5674 (22H2) to Release Preview Channel
by
joep517
2 days, 4 hours ago -
PartWork™ for Windows
by
bbearren
1 day ago -
Toll road scams are back: What to do if you get a text saying you owe money
by
Alex5723
19 hours, 7 minutes ago -
Windows update download issue…
by
CAS
1 hour, 3 minutes ago -
WUMgr & KB5053602 Update/Install fail
by
dataman1701
1 day, 5 hours ago -
Finding Microsoft Office 2021 product key
by
Kathy Stevens
1 day, 8 hours ago -
Over-the-Top solves it!
by
RetiredGeek
2 days, 22 hours ago -
To Susan – Woody Leonhard, the “Lionhearted”
by
Myst
1 day, 11 hours ago -
Extracting Data From All Sheets
by
WSJon5
3 days, 7 hours ago -
Use wushowhide in Windows 11 24H2?
by
Tex265
1 day, 7 hours ago -
Hacktool:Win32/Winring0
by
Marvel Wars
1 day, 6 hours ago -
Microsoft Defender as Primary Security Question
by
blueboy714
2 days, 12 hours ago -
USB printers might print random text with the January 2025 preview update
by
Alex5723
2 days, 12 hours ago -
Google’s 10-year-old Chromecast is busted, but a fix is coming
by
Alex5723
1 day, 20 hours ago -
Expand the taskbar?
by
CWBillow
3 days, 19 hours ago -
Gregory Forrest “Woody” Leonhard (1951-2025)
by
Susan Bradley
6 hours, 9 minutes ago -
March 2025 updates are out
by
Susan Bradley
1 day ago -
Windows 11 Insider Preview build 26120.3380 released to DEV and BETA
by
joep517
4 days, 13 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.