I have an export from a database in the form of a *.csv file that I am comparing to an excel spreadsheet. It used to work fine with for – next loops stepping through the various values & flagging differences. Recently the application that generates the *.csv values was updated and now instead of cells containing “Some Value”, I get cells with formulas of “=Some Value”. I am told this cannot be changed. My work-around was to select all cells and do a copy / paste special: values and this clears all the =” “, leaving just the value, but I believe numeric values are still “text” (remain left justified) and when the comparisons are made from the spreadsheet’s numeric values against these, the *.csv cell value is “Value” is seen as different (ie. 12345 VS “12345”). I tried to programatically format to a numeric (Selection.NumberFormat = “0”), but no luck. The weird thing is that if I click into the cell and then accept (check) with no changes the cell converts to numeric and all is well with the macro after that. This is also true if I click on the “green formatting issue” triangle and select convert to number, but how to do this programatically? Use the value Command? How?
![]() |
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 |
-
String – Numeric value issues
Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » String – Numeric value issues
- This topic has 6 replies, 5 voices, and was last updated 15 years, 11 months ago.
AuthorTopicWSJHWilkinson
AskWoody LoungerJune 19, 2009 at 2:11 pm #460632Viewing 4 reply threadsAuthorReplies-
WSJezza
AskWoody LoungerJune 19, 2009 at 2:46 pm #1165519You could try this piece of code, highlight the cells you want formatted
[codebox]Sub StringToInteger()
Dim y As Integer
Dim x As Range
Dim z As Range
Set z = Selection
y = 1
Set x = Range(“A65536”).End(xlUp).Offset(1)
If x “” Then
Exit Sub
Else: x.Value = y
x.Copy
z.PasteSpecial Paste:=xlPasteAll, Operation:=xlMultiply
Application.CutCopyMode = False
End If
x.ClearContents ‘Back to normalz.Copy
z.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=FalseEnd Sub[/codebox]
-
WSHansV
AskWoody Lounger -
WSduthiet
AskWoody LoungerJune 19, 2009 at 4:31 pm #1165531This is also true if I click on the “green formatting issue” triangle and select convert to number, but how to do this programatically? Use the value Command? How?
NON VBA
When I get data from a source that has values a text, my fast conversion is to find an empty column and put in the formula = A1 * 1 and copy down. A1 in the formula is the location of the cell with the text value.
In most cases this should convert your text values to actual numbert. If you don’t want the formulas just select the entire range with the forumulas and do a copy paste special (select values) and copy to the same location, that will change all the formulas to valules.
Regards,
Tom Duthie
-
WSmikerickson
AskWoody Lounger -
WSJHWilkinson
AskWoody LoungerJune 25, 2009 at 12:02 pm #1166495All,
Thanks much for the imput, it was helpful. In the end, because I was only comparing and not saving one of the two files, I handled the issue within the VBA code by using the “Format” command. To compare the “text” values from the “disposable” workbook with the original workbook’s number values, I used “If Cells(CSV_Row, 10).Value = Format(PN) Then” (the default output of Format is text). In one case, the string had a decimal, while numerical value did not. Here I concatenated the missing “.0” as it was always a whole number (ea.) Ex: “If Cells(CSV_Row, 2).Value Format(Qty) + “.0″ Then”. I originally tried the Str command, but it adds a space prefix to hold the number’s sign so an extra complication.
-
WSHansV
AskWoody Lounger
-
Viewing 4 reply threads -

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
-
How start headers and page numbers on page 3?
by
Davidhs
2 hours ago -
Attack on LexisNexis Risk Solutions exposes data on 300k +
by
Nibbled To Death By Ducks
4 hours, 49 minutes ago -
Windows 11 Insider Preview build 26200.5622 released to DEV
by
joep517
10 hours, 41 minutes ago -
Windows 11 Insider Preview build 26120.4230 (24H2) released to BETA
by
joep517
10 hours, 43 minutes ago -
MS Excel 2019 Now Prompts to Back Up With OneDrive
by
lmacri
24 minutes ago -
Firefox 139
by
Charlie
13 hours, 5 minutes ago -
Who knows what?
by
Will Fastie
5 hours, 48 minutes ago -
My top ten underappreciated features in Office
by
Peter Deegan
11 hours, 26 minutes ago -
WAU Manager — It’s your computer, you are in charge!
by
Deanna McElveen
5 hours, 50 minutes ago -
Misbehaving devices
by
Susan Bradley
13 hours, 34 minutes ago -
.NET 8.0 Desktop Runtime (v8.0.16) – Windows x86 Installer
by
WSmeyerbos
1 day, 17 hours ago -
Neowin poll : What do you plan to do on Windows 10 EOS
by
Alex5723
1 hour, 24 minutes ago -
May 31, 2025—KB5062170 (OS Builds 22621.5415 and 22631.5415 Out-of-band
by
Alex5723
1 day, 15 hours ago -
Discover the Best AI Tools for Everything
by
Alex5723
15 hours, 9 minutes ago -
Edge Seems To Be Gaining Weight
by
bbearren
1 day, 6 hours ago -
Rufus is available from the MSFT Store
by
PL1
1 day, 14 hours ago -
Microsoft : Ending USB-C® Port Confusion
by
Alex5723
2 days, 17 hours ago -
KB5061768 update for Intel vPro processor
by
drmark
16 hours, 56 minutes ago -
Outlook 365 classic has exhausted all shared resources
by
drmark
15 hours, 38 minutes ago -
My Simple Word 2010 Macro Is Not Working
by
mbennett555
2 days, 12 hours ago -
Office gets current release
by
Susan Bradley
2 days, 15 hours ago -
FBI: Still Using One of These Old Routers? It’s Vulnerable to Hackers
by
Alex5723
4 days, 5 hours ago -
Windows AI Local Only no NPU required!
by
RetiredGeek
3 days, 14 hours ago -
Stop the OneDrive defaults
by
CWBillow
4 days, 6 hours ago -
Windows 11 Insider Preview build 27868 released to Canary
by
joep517
4 days, 16 hours ago -
X Suspends Encrypted DMs
by
Alex5723
4 days, 18 hours ago -
WSJ : My Robot and Me AI generated movie
by
Alex5723
4 days, 18 hours ago -
Botnet hacks 9,000+ ASUS routers to add persistent SSH backdoor
by
Alex5723
4 days, 19 hours ago -
OpenAI model sabotages shutdown code
by
Cybertooth
4 days, 20 hours ago -
Backup and access old e-mails after company e-mail address is terminated
by
M W Leijendekker
4 days, 8 hours ago
Recent blog posts
Key Links
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
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.