-
WSd_rasley
AskWoody LoungerI have found that Open Office is far more than adequate for home users. Free, updated, and powerful. How much collaboration goes on in a non-commercial setting?
-
WSd_rasley
AskWoody LoungerThe problem is with the batch files and such. The paths to the programs are hard-coded to a their XP-style path, C:Program Files…, so that the command line is built to execute the program with the file to open/run as an argument. The default installation on the new pc defaulted a lot of the programs I use to the 32-bit program files path, C:Program Files (x86). This invalidates nearly every batch file, script, etc. I have set up; it’s like my version of ‘Y2K’. None of my automations will run on the new pc because of this path issue; once I re-write the programs to use the new (x86) path they won’t work on my current pc; once I being the changeover everything has to be revised in one non-stop process. Or the programs can be re-installed to the path my automations expect.
With my experience with prior versions Windows, changing the install path has nearly always been an option during installation, and Windows has been compliant with non-standard locations. This 32/64 dual-path setup is relatively new to me, and I do understand there was probably a good reason for this split.
-
WSd_rasley
AskWoody LoungerRe: E-mail address ‘aliases’ add security… “myname+windowssecrets@gmail.com” is really a pretty weak way to ‘disguise’ your email address. All a scoundrel needs to do is look for and eliminate everything from the ‘+’ to the ‘@’ and what do you get? “myname@gmail.com”. The so-called ‘secure’ email address is compromised.
I prefer Spamgourmet. I have an account there that redirects to my ‘protected’ address, and I can use the same sort of identifier tag with each website or vendor; windowssecrets.myname@spamgourmet.com. Similar to the gmail alias, but if the identifier tag is stripped out, myname@spamgourmet.com goes nowhere. If someone fakes an identifier I can get spammed, but the identifier is only good for a limited number of messages. I can specify @WindowsSecrets.com as a trusted sender and always get messages from that sender, and have anyone else using that identifier automatically ditched.
-
WSd_rasley
AskWoody LoungerAnyone find any solutions for this? I’ve only started playing with email after all these years, and I’m experiencing the same thing. I wonder if it’s a function of the device you’re using. For example, Blackberry’s utilize real POP3, while other PDA type phones might be limited to email provided by web-based email (Gmail, Yahoo, etc.). I have found that I cannot utilize my own unix-based mail server as it is not web-based. I’ve not narrowed this done, so feel free to chime in…
What I’ve been able to determine is that this behaviour is an intentional feature built into Windows Mobile. During a Send/Receive any message in your Inbox that is not on your email server is removed, sort of an automatic cleanup. This is even documented in the manual for my phone (though who reads those,right?). The problem is email servers tend to get cleaned out – we have Outlook set to leave a copy of messages on the server, remove after 5 days.
I have a work-around that may help, but no solution. I created a ‘Saved’ folder and move incoming messages there so they are not available to be wiped during a Send/Receive. Not as convenient as having them in the Inbox but at least they are safe.
-
WSd_rasley
AskWoody LoungerGot it working, thanks.
I just had to tweak a little to strip non-printing characters off the end before I could pull the date from the line.
'Grab OrderDate OrderDateLine = Trim(ActiveDocument.Paragraphs(3).Range.Text) OrderDateLine = Left(OrderDateLine, Len(OrderDateLine) - 2) 'strip CR/LF OrderDate = DateValue(Right(OrderDateLine, 10)) OrderDateStr = Format(OrderDate, "YYMMDD")
-
WSd_rasley
AskWoody LoungerMy code opens the file to inset page breaks, then save & archive the source and converted files. When archiving I put a datestamp on the file. Currently unable to read the date from the file itself I use the date the process is run:
'Save the file as a Word document ActiveDocument.SaveAs FileName:="DOLLY.DOC", FileFormat:=wdFormatDocument ActiveDocument.Close 'Copy the converted file to a date-stamped archive file FileCopy HomePath & "Dolly.doc", HomePath & "ArchiveConvertedDolly " _ & Format(Now(), "YYMMDD") & ".doc"
There are two options here then, as I see it. I could capture the OrderDate value from the open file before the ‘ActiveDocument.Close’ command, or let the file close and read the date from the closed file (variable name = SourceFile), and then in either case use OrderDate in place of ‘Format(Now(), “YYMMDD”).
-
WSd_rasley
AskWoody LoungerBoth solutions seem to imply the file needs to be opened by the routine in order to read it. In the situation I am working with the file is already open. Would these work under this circumstance? Or, should I close the file, read it with your routine to extract the date, then re-open and continue my processing?
-
WSd_rasley
AskWoody LoungerA little utility I use is The Wonderful Icon. Small in size, big in features, and absolutely
.
-
WSd_rasley
AskWoody LoungerWorks nice, thanks.
-
WSd_rasley
AskWoody LoungerMy immediate desire is to be able to stop ‘Batchrun.exe’ – a batch control program that actually launches the Access program this bit of code would be used in. I want to test a condition, and then based on the results stop Batchrun and keep it from executing any more commands. Batchrun is set to run windowless when it is executing a batch, but in edit mode the window caption is ‘Batchrun’.
-
WSd_rasley
AskWoody LoungerOne mention comes from Lockergnome at http://www.lockergnome.com/nexus/windows/2…ips-and-tricks/%5B/url%5D, point #3:
Your software won
-
WSd_rasley
AskWoody LoungerSuch a simple solution!
-
WSd_rasley
AskWoody LoungerNovember 30, 2006 at 12:27 pm in reply to: Format a cell with a custom function (Excel 2000 SP-3) #1041211Interesting solution, but a bit of an overkill for how I would be using the formula. I am intrigued with your ThisWorkbook subs – I’m sure I’ll find a use for them somewhere.
-
WSd_rasley
AskWoody LoungerWhat setting is the BIOS using for Advanced Power Management? My hardware fully supports it, but Microsoft can’t detect the support, causing my installations to always fail at the exact same point — until I disabled the APM in the bios. Then the install went smoothly. Might be worth a try. The drawback is that I don’t have all the power management options I should have.
-
WSd_rasley
AskWoody LoungerI currently have two pst folders open and would like to close one but can’t. I’ve followed the advice in this thread and have not found a solution. I had two entries for my Private.pst and deleted one and then the other; each time Outlook would refuse to let me close this pst. Then I deleted both at the same time. Outlook opened, I saw that a new entry was made in the Registry, and then Outlook refused to cooperate when I tried to close the pst. I restored the keys and when I opened Outlook I had duplicate Private.pst folders open.
A search of the entire registry failed to turn up any references to “mspst.dll”.
Attached is the Windows Messaging Subsystem section from my registry (as a .txt file). Since Outlook builds a new key when it is opened, perhaps it would all sort itself out if I get rid of the entire section?
![]() |
Patch reliability is unclear, but widespread attacks make patching prudent. Go ahead and patch, but watch out for potential problems. |
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
-
USB webcam / microphone missing after KB5050009 update
by
WSlloydkuhnle
44 minutes ago -
TeleMessage, a modified Signal clone used by US government has been hacked
by
Alex5723
2 hours ago -
The story of Windows Longhorn
by
Cybertooth
2 hours, 30 minutes ago -
Red x next to folder on OneDrive iPadOS
by
dmt_3904
3 hours, 59 minutes ago -
Are manuals extinct?
by
Susan Bradley
6 minutes ago -
Canonical ditching Sudo for Rust Sudo -rs starting with Ubuntu
by
Alex5723
13 hours, 7 minutes ago -
Network Issue
by
Casey H
12 minutes ago -
Fedora Linux is now an official WSL distro
by
Alex5723
1 day, 1 hour ago -
May 2025 Office non-Security updates
by
PKCano
1 day, 1 hour ago -
Windows 10 filehistory including onedrive folder
by
Steve Bondy
1 day, 3 hours ago -
pages print on restart (Win 11 23H2)
by
cyraxote
4 hours, 21 minutes ago -
Windows 11 Insider Preview build 26200.5581 released to DEV
by
joep517
1 day, 5 hours ago -
Windows 11 Insider Preview build 26120.3950 (24H2) released to BETA
by
joep517
1 day, 5 hours ago -
Proton to drop prices after ruling against “Apple tax”
by
Cybertooth
1 day, 13 hours ago -
24H2 Installer – don’t see Option for non destructive install
by
JP
5 hours, 26 minutes ago -
Asking Again here (New User and Fast change only backups)
by
thymej
2 days ago -
How much I spent on the Mac mini
by
Will Fastie
23 hours, 48 minutes ago -
How to get rid of Copilot in Microsoft 365
by
Lance Whitney
3 hours, 27 minutes ago -
Spring cleanup — 2025
by
Deanna McElveen
2 days, 6 hours ago -
Setting up Windows 11
by
Susan Bradley
1 day, 1 hour ago -
VLC Introduces Cutting-Edge AI Subtitling and Translation Capabilities
by
Alex5723
2 days, 1 hour ago -
Powershell version?
by
CWBillow
2 days, 2 hours ago -
SendTom Toys
by
CWBillow
13 hours, 27 minutes ago -
Add shortcut to taskbar?
by
CWBillow
2 days, 6 hours ago -
Sycophancy in GPT-4o: What happened
by
Alex5723
2 days, 22 hours ago -
How can I install Skype on Windows 7?
by
Help
2 days, 21 hours ago -
Logitech MK850 Keyboard issues
by
Rush2112
2 days, 4 hours ago -
We live in a simulation
by
Alex5723
3 days, 13 hours ago -
Netplwiz not working
by
RetiredGeek
2 days, 23 hours ago -
Windows 11 24H2 is broadly available
by
Alex5723
4 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.