-
WSSlyBoots
AskWoody LoungerThe Payne Consulting Group advertises a solution to automate the removal of metadata: a product called Metadata Assistant. I haven’t personally used it. To get more information, contact Metadata@PayneConsulting.com or call Shirley Gorman at (888) GO-PAYNE (reported in Microsoft Office Solutions magazine).
-
WSSlyBoots
AskWoody LoungerTo disable this feature, use this VBA command:
CommandBars.AdaptiveMenus = False
It applies to all of the CommandBars in the application, so you only need the single command.
-
WSSlyBoots
AskWoody LoungerMicrosoft provides a utility macro to move AutoCorrect entries from one computer to another. To do this, a utility macro prepares a Word document that contains all of the AutoCorrect entries, which should be just what you need. Look here: http://support.microsoft.com/default.aspx?…b;EN-US;q207748
URL tags added – Mod
-
WSSlyBoots
AskWoody LoungerAll of the Office 2000 applications can use VBA to read XML files, parse them, and use the information contained in them. In Excel, for example, I start like this (assumes that MSXML 3.0 or up is installed):
Set objDoc = CreateObject(“Msxml2.DOMDocument”)
objDoc.Load “C:myXML.xml”I’ve now created an XML document and loaded an XML file into it. I can use all of the DOM methods to read the file.
For IE, if you simple load the XML file, it applies its default XSL file against it, or applied the XSL reference contained in the file itself, to return a display. For more complex processing, you can use VBScript, JScript, or JavaScript to read an XML file and apply DOM methods. Using the same example as above, you would begin:
var objDoc = new ActiveXObject(“Msxml2.DOMDocument”);
objDoc.load(“C:myXML.xml”);If you can be more precise about what you’re trying to do, we can try to answer more questions. I would definitely go to http://www.vbxml.com for some good XML tutorials, and to http://www.devguru.com for guidance on XML DOM.
Hope this helps,
-
WSSlyBoots
AskWoody LoungerYes. Let’s say you have two frames set up like this:
Then, you can set a button on page1.htm with its onclick property set to:
parent.otherFrameName.functionName()
Then, in page2.htm, which contains the form, you place the function that actually submits the form:
function functionName() {
document.all.formname.submit();
}This function should be adjusted if you’re working with Netscape, but you get the idea.
-
WSSlyBoots
AskWoody LoungerWherever possible, Amy, you should keep linked files in the same folder. That way, you can move them wherever you like, without fear of disrupting the links.
-
WSSlyBoots
AskWoody LoungerThis is the correct answer for links, but the question was what to do with table cells. Am i wrong, or can HOVER only be used with links, and not with other tags?
-
WSSlyBoots
AskWoody LoungerI don’t believe you can set this in a style sheet, because onmouseover and onmouseout are EVENTS. Instead, you set each TD individually. The following table contains cells that have red text when the mouse is over them, black when the mouse is not:
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Hope this helps,
-
WSSlyBoots
AskWoody LoungerOctober 31, 2001 at 3:59 pm in reply to: Outlook form control data from Access ? (Office 2000) #549479The Slipstick site has a page of resources for connecting Access with Outlook here: http://www.slipstick.com/dev/database.htm.
Hope this helps,
-
WSSlyBoots
AskWoody LoungerIt depends on how you open the window. If you use a tag like this:
the window.close() method will NOT prompt you, because you created an entirely new window.
Similarly, you can use a tag like this to open a new window:
Again, you will not be prompted when you have a “java script:window.close()” link on the new page.
There’s a good Web reference page (these examples are included) at http://www.michael-thomas.com.
Hope this helps,
-
WSSlyBoots
AskWoody LoungerThe second question is easy. As a developer, I work in 1024*860, but resize my current window periodically to see how an 800*600 user would see it. I have this as a shortcut on my IE links bar:
java script:resizeTo(800,580)
I’ll think about the first question.
Hope this helps,
-
WSSlyBoots
AskWoody LoungerSince you’re on O2K Pro, have you considered importing the worksheet file into Access? This will be much faster.
-
WSSlyBoots
AskWoody LoungerI think this example from the MSDN site will give you what you need:
[url url=”Object Map. This page offers you a sample HTML page, with buttons that allow the user to open a folder, or run a program from the Run dialog, for example.
For security reasons, though, the user has to have the switch to “Run ActiveXObjects Not Marked as Safe” on, which generally isn’t a good idea. In your situation, though, it should be okay.
Stan Scott
New York City -
WSSlyBoots
AskWoody LoungerWithout knowing more about your script, I suspect that the security features of HTML are overriding your wscript. It would be very dangerous, wouldn’t it, if you could bring up an HTML page and have it muck around in DOS? I could be wrong, but I don’t think this is possible. If you let us know what you’re up to, though, there may be other alternatives.
Stan Scott
New York City
![]() |
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
-
Office apps read-only for family members
by
b
7 minutes ago -
Defunct domain for Microsoft account
by
CWBillow
5 hours, 29 minutes ago -
24H2??
by
CWBillow
2 hours, 4 minutes ago -
W11 23H2 April Updates threw ‘class not registered’
by
WindowsPersister
2 hours, 48 minutes ago -
Master patch listing for April 8th, 2025
by
Susan Bradley
9 hours, 2 minutes ago -
TotalAV safety warning popup
by
Theodore Nicholson
2 hours, 28 minutes ago -
two pages side by side land scape
by
marc
1 day, 15 hours ago -
Deleting obsolete OneNote notebooks
by
afillat
1 day, 17 hours ago -
Word/Outlook 2024 vs Dragon Professional 16
by
Kathy Stevens
20 hours, 49 minutes ago -
Security Essentials or Defender?
by
MalcolmP
23 hours, 34 minutes ago -
April 2025 updates out
by
Susan Bradley
6 hours, 8 minutes ago -
Framework to stop selling some PCs in the US due to new tariffs
by
Alex5723
16 hours, 55 minutes ago -
WARNING about Nvidia driver version 572.83 and 4000/5000 series cards
by
Bob99
7 hours ago -
Creating an Index in Word 365
by
CWBillow
1 day, 9 hours ago -
Coming at Word 365 and Table of Contents
by
CWBillow
1 day, 1 hour ago -
Windows 11 Insider Preview Build 22635.5170 (23H2) released to BETA
by
joep517
2 days, 12 hours ago -
Has the Microsoft Account Sharing Problem Been Fixed?
by
jknauth
2 days, 16 hours ago -
W11 24H2 – Susan Bradley
by
G Pickerell
2 days, 18 hours ago -
7 tips to get the most out of Windows 11
by
Alex5723
2 days, 16 hours ago -
Using Office apps with non-Microsoft cloud services
by
Peter Deegan
2 days, 9 hours ago -
I installed Windows 11 24H2
by
Will Fastie
15 hours, 51 minutes ago -
NotifyIcons — Put that System tray to work!
by
Deanna McElveen
2 days, 21 hours ago -
Decisions to be made before moving to Windows 11
by
Susan Bradley
3 hours, 2 minutes ago -
Port of Seattle says ransomware breach impacts 90,000 people
by
Nibbled To Death By Ducks
3 days, 5 hours ago -
Looking for personal finance software with budgeting capabilities
by
cellsee6
2 days, 14 hours ago -
ATT/Yahoo Secure Mail Key
by
Lil88reb
2 days, 14 hours ago -
Devices with apps using sprotect.sys driver might stop responding
by
Alex5723
3 days, 23 hours ago -
Neowin – 20 times computers embarrassed themselves with public BSODs and goofups
by
EP
4 days, 7 hours ago -
Slow Down in Windows 10 performance after March 2025 updates ??
by
arbrich
7 hours ago -
Mail from certain domains not delivered to my outlook.com address
by
pumphouse
3 days, 15 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.