-
WSJohnD1
AskWoody LoungerPerhaps this code could be adapted. It was something I created a long time ago for chemical formulas. Select the cells with the text and all the numbers are converted to subscripts.
Steve
Code:Option Explicit Sub SubscriptNumbers() Dim rCell As Range Dim sWord As String Dim sCharacter As String Dim x As Long For Each rCell In Selection sWord = rCell.Value For x = 1 To Len(sWord) sCharacter = Mid(sWord, x, 1) If sCharacter >= "0" And _ sCharacter <= "9" Then rCell.Characters(Start:=x, Length:=1).Font _ .Subscript = True End If Next x Next rCell Set rCell = Nothing End Sub
This works really nicely. Thank you very much.
-
WSJohnD1
AskWoody LoungerI was afraid of that, but I had sort of hoped it could be done.
Well, off to the graphic programs!
-
WSJohnD1
AskWoody LoungerThanks for the help.
Because it is in a column with other dates in various formats, and I need to be able to sort it by date from time to time, I will stick with what I can get.
But, if in the future I need to do this, I will save and remember the technique.
-
WSJohnD1
AskWoody LoungerBob Mathews: Thanks for the information. I had totally forgotten about that option.
-
WSJohnD1
AskWoody LoungerThe only way I know is by changing your system clock !
That will work, but may give some problems with, for instance, your AV program – at last until you change it back.
Giving Troubles it does (with apologies to Yoda). I just thought I would ask in case someone had stumbled upon something.
-
WSJohnD1
AskWoody LoungerSorry to be obtuse. Yes, Search does select the cell with the found value. However, the “highlighting” (to coin a term) is not much different from the rest of the spreadsheet. And, in my case, I have the spreadsheet zoomed to 85% or even smaller. This makes finding the selected cell difficult to see. So, I was looking for a way to tell Excel to make the found cell more obvious.
Interestingly, if I choose “Find All” and scroll through these choices, the selected cells are highlighted with the standard heavy border, just as when working normally. But if I simply choose “Find Next”, it is almost impossible to distinguish the choice from the rest of the background.
-
WSJohnD1
AskWoody LoungerWell, I have Open Office. I’m too cheap to pay the bucks for Billy’s software.
-
WSJohnD1
AskWoody LoungerHOLY MACKERAL THERE BATMAN!!!
WOW!!!
I have never seen this “Find and Select” before. And I thought I was a reasonably good Excel user in spite of my lack of macro programming. And, the command is something I had not seen before. [PS–I like your use of the old WordPerfect description of keystrokes]
EDIT: I just tried it. There is one problem. In Reality, many of my cells have formulas. This technique does not carry down the formula. But for other parts of the worksheet, this is a miracle worker.
-
WSJohnD1
AskWoody LoungerHere is the test workbook. And thanks again for offering to help.
-
WSJohnD1
AskWoody LoungerDouble Palm Slap.
Yes, A4 was a typo.
And “Match entire cell contents” is something that I have seen time and time again. Brain freeze and Senior Moment combined.
Thanks for the information.
-
WSJohnD1
AskWoody LoungerOur computers are locked down big time. The only backup program I have is ntbackup.exe. It works OK, and I am saving to a network. I can live with that. Since I am only saving my data, it only takes about 3 minutes.
Since ntbackup must be started from “run…”, which I can drag to the desktop, I would like to modify the shortcut to start the program, and if possible add the proper parameters such as type and location into the command line. I used to remember how to do this trick, but it has been a long time since I played with these items.
Let it never be said that a large bureaucracy really makes sense! I work for one of the world’s largest;
–To prevent problems from outside sources, the computer is locked down (I had to have a tech install a couple of things in the handicapped assistance area; that part of windows is not shown on my computer.
–I have to regularly (annually) take a program on computer securityThey do say keep it on the network, but they insist on saying that it should be stored and worked from the network directly. Yet they do not force backups, and they freely allow storage locally.
So, NTBACKUP it is; or maybe PKZIP.
-
WSJohnD1
AskWoody LoungerRetiredGeek: I think you meant 0.0##% [Otherwise the 1.3% would display as 0.013.]
JohnD1: Personally I do not like removing just trailing zeroes as it makes the precision representaion variable. I would go for custom number format of 0.0% and have 1.300% and 1.312% both display as 1.3% instead of having 1.300% display as 1.3% and 1.312% display as 1.312%. Unless specified the typical presumption is ±.5 in the last decimal so 1.3% suggests (with no otehr information) a number between 1.25-1.35%, where 1.300% suggests that it is between 1.2995-1.3005%
Steve
Oh my! Custom formatting!
(Know why I have a flat forehead? I ask the question; I get the answer; I slap my forehead with my palm saying “Of Course! Why didn’t I think of it?”)
Thanks to all!
And, yes I am quite familiar with the varying precisions implied by dropping the final zero(s). This is not of my doing; I am merely the messenger at this point. (What I am doing is analyzing data sent to me; I need to present my report in the manner that the data was given me. They drop final zero–I drop final zero.)
-
WSJohnD1
AskWoody LoungerIn the Insert Symbol dialog, Special Characters tab, choose “No-width optional break”. This will insert a double-box symbol if youhave the View All turned on, but acts as a break if needed. (This is useful for allowing a break in some text situations, but be aware that if you use it within a long URL, the symbol will mess up the validity of the URL.)
AHA!!! So THAT’S where it is. Earlier discussions had mentioned this, but I could not find it.
-
WSJohnD1
AskWoody LoungerExcel is far from perfect when it comes to WYSWYG
See post [post=457495]Wordwrap[/post]
Tom D
YUP!! And indeed that is why I was grumping. I already knew the answer, but I was a little frustrated so I had to vent. I felt better after doing it.
I suppose a database would be more useful, but the only thing I have is the rest of the Micro$oft suite here, and for my purposes, Access is a major problem. Ah, for a good windows flat database without bells & whistles (an updated PCFile would be wonderful). And, since this computer is locked down for security purposes, I would not be able to install it.
-
WSJohnD1
AskWoody LoungerSome of the routers allow you to do this. And, for those that have the capacity, you can specify WHICH computers are affected, and have different setups for different computers. And, just do it; tell the kiddiewinkies that there must be something wrong with the computer/internet/router when they cannot access the interweb.
![]() |
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
-
X Suspends Encrypted DMs
by
Alex5723
34 minutes ago -
WSJ : My Robot and Me AI generated movie
by
Alex5723
51 minutes ago -
Botnet hacks 9,000+ ASUS routers to add persistent SSH backdoor
by
Alex5723
1 hour, 29 minutes ago -
OpenAI model sabotages shutdown code
by
Cybertooth
2 hours, 6 minutes ago -
Backup and access old e-mails after company e-mail address is terminated
by
M W Leijendekker
1 hour, 29 minutes ago -
Enabling Secureboot
by
ITguy
5 hours, 15 minutes ago -
Windows hosting exposes additional bugs
by
Susan Bradley
10 hours ago -
No more rounded corners??
by
CWBillow
5 hours, 48 minutes ago -
Android 15 and IPV6
by
Win7and10
11 hours, 5 minutes ago -
KB5058405 might fail to install with recovery error 0xc0000098 in ACPI.sys
by
Susan Bradley
22 hours, 21 minutes ago -
T-Mobile’s T-Life App has a “Screen Recording Tool” Turned on
by
Alex5723
1 day, 1 hour ago -
Windows 11 Insider Preview Build 26100.4202 (24H2) released to Release Preview
by
joep517
19 hours, 37 minutes ago -
Windows Update orchestration platform to update all software
by
Alex5723
1 day, 8 hours ago -
May preview updates
by
Susan Bradley
19 hours, 45 minutes ago -
Microsoft releases KB5061977 Windows 11 24H2, Server 2025 emergency out of band
by
Alex5723
11 hours, 20 minutes ago -
Just got this pop-up page while browsing
by
Alex5723
1 day ago -
KB5058379 / KB 5061768 Failures
by
crown
21 hours, 38 minutes ago -
Windows 10 23H2 Good to Update to ?
by
jkitc
39 minutes ago -
At last – installation of 24H2
by
Botswana12
1 day, 23 hours ago -
MS-DEFCON 4: As good as it gets
by
Susan Bradley
10 hours, 56 minutes ago -
RyTuneX optimize Windows 10/11 tool
by
Alex5723
2 days, 12 hours ago -
Can I just update from Win11 22H2 to 23H2?
by
Dave Easley
10 hours, 32 minutes ago -
Limited account permission error related to Windows Update
by
gtd12345
3 days, 1 hour ago -
Another test post
by
gtd12345
3 days, 1 hour ago -
Connect to someone else computer
by
wadeer
2 days, 20 hours ago -
Limit on User names?
by
CWBillow
2 days, 23 hours ago -
Choose the right apps for traveling
by
Peter Deegan
2 days, 13 hours ago -
BitLocker rears its head
by
Susan Bradley
1 day, 21 hours ago -
Who are you? (2025 edition)
by
Will Fastie
1 day, 20 hours ago -
AskWoody at the computer museum, round two
by
Will Fastie
2 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.