-
WSLeighW
AskWoody LoungerThanks BigAl… The effect you achieved is sort of what I am after. I’ll take a look at Easy Morph and report back ASAP.
Leigh -
WSLeighW
AskWoody LoungerI have a way that solves the ‘bleed’ problem. It is to use a black sheet of paper or light card behind the text to be scanned. This stops the black text on the back of thin newsprint being ‘seen’ by the scanner and improves OCRecognition rates.
HTH, Leigh
-
WSLeighW
AskWoody LoungerGood news… We took it up to a setting of 1000 (kb) and it fell over again, BUT, took the setting to 3000 and have had no trouble since.
It appears to be only the Japanese version that gave this problem but as I cannot read Japanese, I was not able to use the Help files.
Thanks for assistance. -
WSLeighW
AskWoody LoungerThanks Cyberdance
I’ll give the larger settings (say 1mb) a try. An Internet search showed some users have been advised to take it up to 3000 (3mb) the maximum that their ISP supported. I have already experimented with zipped files, JPEG compression, etc. but trying a larger setting might just do it. I will be at the client’s site later this week so will post any outcomes… -
WSLeighW
AskWoody LoungerThe only solutions I can come up with are these:
1. To delete the original macro that this shortcut was assigned to and then re-create the macro and re-assign the shortcut.
2. Delete the shortcut, export the macro then delete it from the template, finally import the macro and re-assign the shortcut.I assume that meta code or some such resides in the document and has to be ‘cleaned’ before the problem will be corrected. But keyboard shortcuts can go astray obviously.
Leigh
-
WSLeighW
AskWoody LoungerThanks Chris
I put that link with a list of handy pieces of info I store about VBA.
Leigh
-
WSLeighW
AskWoody LoungerChris, I have successfully used the following code to avoid a warning that a selected worksheet is about to be deleted in MS Excel 97 through to MS Excel 2002. It might be what you could try.
[indent]
Application.DisplayAlerts = False
ActiveWindow.SelectedSheets.Delete
Application.DisplayAlerts = True
[/indent]
So that any other wanted messages are not missed, I usually turn on the display alerts after the action I do not want the user to see on screen.
HTH, Leigh -
WSLeighW
AskWoody LoungerThanks Hans, this has put me on the right track but I haven’t moved into second gear!
My only problem now is that the Userform actually has two instances of Multiline textboxes (Attendees list and an Apologies list).
I used your code and got an expected result with the ReplaceString function with the Multiline text from the Attendees textbox. But the second time I called the Function, and referenced a different textbox, it came up with a ‘Compile error: ByRef argument type mismatch’
Now I believe both the textboxes are the same type but cannot understand what I am missing. The code below is part only.
Private Sub cmdOK_Click() Dim strAttendees As String, strAgenda As String frmMinutes.Hide strAttendees = txtAttendees.Text strApologies = txtApologies.Text ActiveDocument.Bookmarks("Attendees").Select Selection.Text = ReplaceString(strAttendees, vbCrLf, ", ") ActiveDocument.Bookmarks("Apologies").Select Selection.Text = ReplaceString(strApologies, vbCrLf, ", ") Unload frmMinutes ActiveDocument.Bookmarks("Start").Select End Sub
And your function of course.
Public Function ReplaceString(sIn As String, sWhat As String, sBy As String) Dim intPos As Integer Dim sResult As String sResult = sIn intPos = InStr(sResult, sWhat) Do While intPos > 0 sResult = Left(sResult, intPos - 1) & sBy & Mid(sResult, intPos + Len(sWhat)) intPos = InStr(sResult, sWhat) Loop ReplaceString = sResult End Function
What should I be looking for, please?
-
WSLeighW
AskWoody LoungerOK Gary, now we are cooking with gas!!
What about introducing this?
ActiveDocument.Comments.Add Range:=Selection.Range, Text:=strBmkName
I have tried but can’t seem to make the Comment appear at any point other than the current cursor point in the document. What it needs to do of course is to move the selection to the Bookmark, select it then display the Comment.
Suggestions? Thanks
-
WSLeighW
AskWoody LoungerBrilliant, Andrew. Great lateral thinking!
Many years ago, I had trained MS Excel users in the use of the Camera, (in a version too far back to recall, it even used to show on one of the Toolbars, but I had long since forgotten about it.
And as the result of using the Camera is a graphic object, you can do the sort of things that John was seeking.
(For other users that want to try it out, get the Camera by Tools | Customize | Commands (tab) | drag the Camera to a suitable toolbar and presto! You have a great new way to jazz up MS Excel spreadsheets. (Following Andrew’s suggestion, try hiding the original worksheet after you format the column widths, fonts, etc. But don’t format the cells for background colour of the hidden sheet or it will override your graphic settings.))
Have fun…
Leigh
-
WSLeighW
AskWoody LoungerAugust 8, 2002 at 5:39 am in reply to: Slooow Update Links in MS Excel 2002 (VBA/MS Excel/2002) #606917The problem has been satisfactorily resolved.
Initially the answer was to migrate the data files (including the linked templates) to a Microsoft Server (instead of NetWare Server).
The long term solution has been addressed by Microsoft. They are (or have by now) developing a patch that will resolve the use of linked Office XP files on Win XP workstation using a Netware Server for data storage.
Many thanks to contributors to date.
-
WSLeighW
AskWoody LoungerThanks for the suggestions. I will try it out later today.
Re: Who uses the format? A government department that produces certificates prefers the ‘correct’ legal presentation. FYI, an Australian Standard was introduced in 1975 (when we changed to SI and the metric system) but like most of us we accept the general concensus that the commas are OK (especially as Microsoft has not been alerted to the requirement that we should adopt the standard in all produced material. Can’t blame MS when we as a group are tardy in adopting the change.)
Thanks again.
-
WSLeighW
AskWoody LoungerThank you John for your quick reply.
I do need to use these numbers as numbers though. Therefore for presentation your response is OK but I can’t perform calculations on them. Or is there another way?
Leigh
-
WSLeighW
AskWoody LoungerThanks Big Al
Yes, there are two NICs and the network (simple crossover cable connection) sometimes ‘forgets’ that there is a another PC connected when booting up. It appears best that you boot the PC (Win98SE and THEN the laptop (WIN XP Pro).
I will check the site (Practically Connected) and come back if I get anything worth reporting.
Leigh
-
WSLeighW
AskWoody LoungerI have been playing around with an installer called CreateInstall that is available as freeware. Get it from the creator at:
http://www.gentee.com/%5B/url%5D
I have used it to install a hidden macro file and a large (2.3mb) template with two toolbars attached to the hidden macro file. The finished installer was only 378kb!
It has proved great in being able to give users choices in where to install, etc. It also includes an Uninstaller which did the right thing when I tested it on my PC.
There are a number of versions of this available from the site, but I used the pre-release version that appears almost complete except for some Help files.
HTH, Leigh
![]() |
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
-
Marriage Counseling – Manages To Do It Save Our Marriage? (Awaiting moderation)
by
lynwoodspellman
1 hour, 51 minutes ago -
Where’s the cache today?
by
Up2you2
1 hour, 44 minutes ago -
Ascension says recent data breach affects over 430,000 patients
by
Nibbled To Death By Ducks
8 hours, 50 minutes ago -
Nintendo Switch 2 has a remote killing switch
by
Alex5723
9 hours, 10 minutes ago -
Blocking Search (on task bar) from going to web
by
HenryW
2 hours, 25 minutes ago -
Windows 10: Microsoft 365 Apps will be supported up to Oct. 10 2028
by
Alex5723
18 hours, 58 minutes ago -
Add or Remove “Ask Copilot” Context Menu in Windows 11 and 10
by
Alex5723
19 hours, 5 minutes ago -
regarding april update and may update
by
heybengbeng
20 hours, 34 minutes ago -
MS Passkey
by
pmruzicka
3 minutes ago -
Can’t make Opera my default browser
by
bmeacham
1 day, 4 hours ago -
*Some settings are managed by your organization
by
rlowe44
14 hours, 57 minutes ago -
Formatting of “Forward”ed e-mails
by
Scott Mills
1 day, 3 hours ago -
SmartSwitch PC Updates will only be supported through the MS Store Going Forward
by
PL1
1 day, 22 hours ago -
CISA warns of hackers targeting critical oil infrastructure
by
Nibbled To Death By Ducks
2 days, 7 hours ago -
AI slop
by
Susan Bradley
1 hour, 46 minutes ago -
Chrome : Using AI with Enhanced Protection mode
by
Alex5723
2 days, 9 hours ago -
Two blank icons
by
CR2
20 hours, 51 minutes ago -
Documents, Pictures, Desktop on OneDrive in Windows 11
by
ThePhoenix
2 days, 18 hours ago -
End of 10
by
Alex5723
2 days, 20 hours ago -
Single account cannot access printer’s automatic duplex functionality
by
Bruce
1 day, 18 hours ago -
test post
by
gtd12345
3 days, 2 hours ago -
Privacy and the Real ID
by
Susan Bradley
2 days, 16 hours ago -
MS-DEFCON 2: Deferring that upgrade
by
Susan Bradley
19 hours, 11 minutes ago -
Cant log on to oldergeeks.Com
by
WSJonharnew
3 days, 7 hours ago -
Upgrading from Win 10
by
WSjcgc50
1 day, 18 hours ago -
USB webcam / microphone missing after KB5050009 update
by
WSlloydkuhnle
1 day, 22 hours ago -
TeleMessage, a modified Signal clone used by US government has been hacked
by
Alex5723
3 days, 22 hours ago -
The story of Windows Longhorn
by
Cybertooth
3 days, 10 hours ago -
Red x next to folder on OneDrive iPadOS
by
dmt_3904
4 days ago -
Are manuals extinct?
by
Susan Bradley
1 day, 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.