Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a Excel document which retrieves contact data from a server, processes
it, and creates and sends the document to a predetermined e-mail address. My problem is that the phone numbers are in "international" format, for example +46 0123456789... This makes Excel think that it's some kind of mathematic formula, causing it to put a minus sign (-) before the number, making it useless. It's possible to use find/replace to correct this, but this is not an option for me since the whole process has to be automated. I've tried lot's of different macros etc, but so far I haven't been able to solve this problem. Is there some way I can tell Excel that the telephone and fax number field should added to the document with no modifications? Range("A1") = "Name" Range("B1") = "Page" Range("C1") = "Time" Range("D1") = "DUNS number" Range("E1") = "Company ID" Range("F1") = "Address1" Range("G1") = "Address2" Range("H1") = "ZIP/postal code" Range("I1") = "City" Range("J1") = "Region" Range("K1") = "Country" Range("L1") = "Phone" Range("M1") = "Fax" Range("N1") = "Website" Range("O1") = "Number of employees" Range("P1") = "SIC code" Range("Q1") = "SIC code text" Range("R1") = "Sales Euro" Range("S1") = "Year started" Rows("1:1").Font.Bold = True Cells.Columns.AutoFit I'm guessing that I should modify something here, but I don't know what. All help is appreciated! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
col of minus numbers changed to plus numbers | Excel Worksheet Functions | |||
Can I format telephone numbers? | Excel Worksheet Functions | |||
possibility of pasting numbers with negative sign placed after | Excel Discussion (Misc queries) | |||
Align $ sign next to numbers | Excel Discussion (Misc queries) | |||
In Excel, I want to have all telephone numbers display in the sam. | Excel Worksheet Functions |