-
WSpieter
AskWoody Loungerhi Roberta,
my suggestion is to work directly from excel, and use some DAO (yes, DAO, the predecessor of ADO) to import/append data immediately from within the workbook the users will be working with.
greetings,
-
WSpieter
AskWoody Loungerhi Helen,
you won’t need the office repair. this error is most certainly coming from one of the add-ins you have installed, which is probably trying to set its saved property to true before closing, or one of the add-ins is not properly using the customizationcontext property.
unfortunately this is a difficult error to debug. the add-in causing it may just run fine, when it is the only loaded add-in or loaded with several others, while it may be causing errors with other combinations of loaded add-ins.in the end, the only way might be to move them out of the startup folder and control their loading behavior and order with an add-in of your own.
greetings,
-
WSpieter
AskWoody Loungerthere’s an interesting article here:
http://www.mssmartsolutions.com/features/2…a200302dk_f.asp%5B/url%5Dgreetings,
-
WSpieter
AskWoody Loungerthanks Lee,
i just switched from the vba forum when i answered this question … still in vba mode.
even then it could be written better:
sub stpp()
selection.range.select
end subthere are cases when left/right up/down movements are not symmetrical in word (i.e. don’t bring you back to the same place)
greetings, pieter.
-
WSpieter
AskWoody Loungerhi Satiria,
i don’t know if this will work, but it should bring your cursor back into view automatically
run this macro (create a shortcut for it)sub MoveScreentoCursorPosition
selection.moveleft:selection.moveright
end subgreetings,
-
WSpieter
AskWoody LoungerFebruary 20, 2003 at 6:03 pm in reply to: Import macros from Excel 2000 into 2002 (Excel 2002 SP-2) #655113hi,
if i understand correctly, you are enabling a macro that calls your personal.xls. but for this to work you need to copy that personal.xls file from your old to your new pc also!
greetings,
-
WSpieter
AskWoody Loungerhi John,
only a minor modification needed:
Private Sub CommandButton1_Click()
For i = 1 To 3
TextBox18 = Val(TextBox18) + Val(controls(“TextBox” & cstr(i)))
Next
End Subgreetings,
-
WSpieter
AskWoody LoungerFebruary 20, 2003 at 12:52 pm in reply to: Close without saving normal.dot ? (Word 2002 VBA) #655036hi Doug,
word 2002 creates a normal.dot if there doens’t exist one yet each time it is opened. if you save normal.dot the first time you exit word, it probably won’t happen again.
or set its saved property to true.
if you have other templates or addins that modify the interface programmatically , you should use the customizationcontext property to force word to save changes to that template and then set the save property of that template to true.greetings,
-
WSpieter
AskWoody LoungerFebruary 20, 2003 at 12:30 pm in reply to: CloseFile, Document_Close, & closing files in code #655031hi,
a quick test shows me document_close is also triggered when you close a document from the menu (if it has been saved or not doesn’t affect this behavior). this would mean document_close is triggered in all cases. couldn’t you just put your code under this event only then, and leave the fileclose for what it is?
greetings, pieter.
-
WSpieter
AskWoody Loungerhi Linda,
in the organization chart toolbar that appears, uncheck autolayout in the drop down menu layout.
greetings,
-
WSpieter
AskWoody Loungerif you mean word 97 with windows 2000:
WD97: Spelling, Grammar Not Available in Word Running on Window 2000 or Windows XP
greetings,
-
WSpieter
AskWoody Loungerhi Craig,
set the linkedcell property to for example to Sheet1!$A$1 and then use that cell in your vlookup function:
=vlookup(Sheet1!$A$1,salesno,2,false)
greetings,
-
WSpieter
AskWoody Loungerhere’s the knowledge base article that answers your question:
http://support.microsoft.com/default.aspx?…B;en-us;q187985%5B/url%5Dgreetings,
-
WSpieter
AskWoody Loungerhi Richard,
here’s an example from the word mvp site:
http://www.mvps.org/word/FAQs/InterDev/ControlXLFromWord.htm%5B/url%5D
if you have more question don’t hesitate to post back.greetings, pieter.
-
WSpieter
AskWoody Loungerhi Dan, Bryan,
in excel there are two types of inputboxes:
the inputbox function from the vba class (“vba.inputbox” or plainly “inputbox” as the vba library will allways take precedence over excel’s library)
the inputbox method from the application class. (application.inputbox)the function behaves as Bryan describes, but the method returns false when cancel is clicked and not an empty string. to make sure you have the function, you could use vba.inputbox(…
unfortunately, if you look up online help (at least in excel 97) you get help for the inputbox function which doesn’t refer to the method (which does refer to the function in its see also link in the helpscreen.)
to read the help of both the function (which is actually also a method in oo-speak) & the method, bring up the object explorer with F2 in the VBE, search for inputbox and click on it in the resulting list. the press F1, repeat this procedure for the second result (first one is the vba class, the other is application)greetings, pieter.
![]() |
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
-
Has the Microsoft Account Sharing Problem Been Fixed?
by
jknauth
7 minutes ago -
W11 24H2 – Susan Bradley
by
G Pickerell
2 hours, 2 minutes ago -
7 tips to get the most out of Windows 11
by
Alex5723
3 minutes ago -
Using Office apps with non-Microsoft cloud services
by
Peter Deegan
6 hours, 11 minutes ago -
I installed Windows 11 24H2
by
Will Fastie
8 minutes ago -
NotifyIcons — Put that System tray to work!
by
Deanna McElveen
5 hours, 29 minutes ago -
Decisions to be made before moving to Windows 11
by
Susan Bradley
33 seconds ago -
Port of Seattle says ransomware breach impacts 90,000 people
by
Nibbled To Death By Ducks
13 hours, 44 minutes ago -
Looking for personal finance software with budgeting capabilities
by
cellsee6
15 hours, 6 minutes ago -
ATT/Yahoo Secure Mail Key
by
Lil88reb
1 day, 2 hours ago -
Devices with apps using sprotect.sys driver might stop responding
by
Alex5723
1 day, 6 hours ago -
Neowin – 20 times computers embarrassed themselves with public BSODs and goofups
by
EP
1 day, 15 hours ago -
Slow Down in Windows 10 performance after March 2025 updates ??
by
arbrich
17 hours, 37 minutes ago -
Mail from certain domains not delivered to my outlook.com address
by
pumphouse
23 hours, 45 minutes ago -
Is data that is in OneDrive also taking up space on my computer?
by
WShollis1818
1 day, 10 hours ago -
Nvidia just fixed an AMD Linux bug
by
Alex5723
3 days, 2 hours ago -
50 years and counting
by
Susan Bradley
21 minutes ago -
Fix Bluetooth Device Failed to Delete in Windows Settings
by
Drcard:))
3 hours, 10 minutes ago -
Licensing and pricing updates for on-premises server products coming July 2025
by
Alex5723
3 days, 13 hours ago -
Edge : Deprecating window.external.getHostEnvironmentValue()
by
Alex5723
3 days, 13 hours ago -
Rethinking Extension Data Consent: Clarity, Consistency, and Control
by
Alex5723
3 days, 13 hours ago -
OneNote and MS Word 365
by
CWBillow
3 days, 15 hours ago -
Ultimate Mac Buyers Guide 2025: Which Mac is Right For You?
by
Alex5723
3 days, 15 hours ago -
Intel Unison support ends on Windows 11 in June
by
Alex5723
3 days, 15 hours ago -
April 2025 — still issues with AMD + 24H2
by
Kevin Jones
1 day, 6 hours ago -
Windows 11 Insider Preview build 26200.5518 released to DEV
by
joep517
4 days, 3 hours ago -
Windows 11 Insider Preview build 26120.3671 (24H2) released to BETA
by
joep517
4 days, 3 hours ago -
Forcing(or trying to) save Local Documents to OneDrive
by
PateWilliam
4 days, 12 hours ago -
Hotpatch for Windows client now available (Enterprise)
by
Alex5723
4 days ago -
MS-DEFCON 2: Seven months and counting
by
Susan Bradley
3 days, 1 hour 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.