-
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?
![]() |
There are isolated problems with current patches, but they are well-known and documented on this site. |
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
-
Microsoft : Ending USB-C® Port Confusion
by
Alex5723
20 minutes ago -
KB5061768 update for Intel vPro processor
by
drmark
2 hours, 43 minutes ago -
Outlook 365 classic has exhausted all shared resources
by
drmark
13 minutes ago -
My Simple Word 2010 Macro Is Not Working
by
mbennett555
14 hours, 46 minutes ago -
Office gets current release
by
Susan Bradley
19 hours, 30 minutes ago -
FBI: Still Using One of These Old Routers? It’s Vulnerable to Hackers
by
Alex5723
1 day, 12 hours ago -
Windows AI Local Only no NPU required!
by
RetiredGeek
20 hours, 33 minutes ago -
Stop the OneDrive defaults
by
CWBillow
1 day, 12 hours ago -
Windows 11 Insider Preview build 27868 released to Canary
by
joep517
1 day, 22 hours ago -
X Suspends Encrypted DMs
by
Alex5723
2 days ago -
WSJ : My Robot and Me AI generated movie
by
Alex5723
2 days, 1 hour ago -
Botnet hacks 9,000+ ASUS routers to add persistent SSH backdoor
by
Alex5723
2 days, 1 hour ago -
OpenAI model sabotages shutdown code
by
Cybertooth
2 days, 2 hours ago -
Backup and access old e-mails after company e-mail address is terminated
by
M W Leijendekker
1 day, 14 hours ago -
Enabling Secureboot
by
ITguy
1 day, 21 hours ago -
Windows hosting exposes additional bugs
by
Susan Bradley
2 days, 10 hours ago -
No more rounded corners??
by
CWBillow
2 days, 6 hours ago -
Android 15 and IPV6
by
Win7and10
1 day, 19 hours ago -
KB5058405 might fail to install with recovery error 0xc0000098 in ACPI.sys
by
Susan Bradley
2 days, 22 hours ago -
T-Mobile’s T-Life App has a “Screen Recording Tool” Turned on
by
Alex5723
3 days, 1 hour ago -
Windows 11 Insider Preview Build 26100.4202 (24H2) released to Release Preview
by
joep517
2 days, 20 hours ago -
Windows Update orchestration platform to update all software
by
Alex5723
3 days, 8 hours ago -
May preview updates
by
Susan Bradley
2 days, 20 hours ago -
Microsoft releases KB5061977 Windows 11 24H2, Server 2025 emergency out of band
by
Alex5723
2 days, 11 hours ago -
Just got this pop-up page while browsing
by
Alex5723
3 days ago -
KB5058379 / KB 5061768 Failures
by
crown
2 days, 22 hours ago -
Windows 10 23H2 Good to Update to ?
by
jkitc
2 days ago -
At last – installation of 24H2
by
Botswana12
4 days ago -
MS-DEFCON 4: As good as it gets
by
Susan Bradley
22 hours, 2 minutes ago -
RyTuneX optimize Windows 10/11 tool
by
Alex5723
4 days, 12 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.