|
-
Jul 27th, 2007, 11:23 AM
#1
Thread Starter
Hyperactive Member
Excel sheet phone numbers importing as Scientific notation, e+xx
When I import spreadsheets from Excel into Access that contain telephone numbers they sometimes come through as Scientific notation or as a resolved equation.
e.g. 123-456-7890 might come through as a negative number because it preforms the 2 subtractions.
or, it might look like "123.456e+011"
Sometimes converting the column in Excel as Numeric with 0 decimal places helps. I tried setting the sheet to display formulas, looks good but still has problems after I import to Access.
Any ideas on this?
Thanks, DaveBo
"The wise man doesn't know all the answers, but he knows where to find them."
VBForums is one place, but for the really important stuff ... here's a clue 1Tim3:15
-
Jul 27th, 2007, 01:26 PM
#2
Re: Excel sheet phone numbers importing as Scientific notation, e+xx
The problem is that telephone numbers (and social security numbers, etc), are not actually numbers - they are text, which happens to contain numbers.
Whenever possible (such as in cell formatting, or when importing) you should treat them as Text.
-
Jul 27th, 2007, 01:32 PM
#3
Re: Excel sheet phone numbers importing as Scientific notation, e+xx
Or format the column with the appropriate formatting. Use NumberForm if you are doing it by code otherwise its selecting your range and right clicking and selecting Format Cells....
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jul 27th, 2007, 02:15 PM
#4
Re: Excel sheet phone numbers importing as Scientific notation, e+xx
and in the future, contain the "-" in the cells in the format, and not in the text.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|