Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When copied my word table into excel sheet
2-0-0 becomes 2-0-0 which is correct but 2-4-0 becomes 02.04.2000 on excel cell. This is rather irritating. I have to keep this "-" intact as i am doing parsing afterwards. Any help or right direction ? Thank you very much in advance. Part of my code to copy: ......... wdDoc.Tables(1).Select wdApp.Selection.Copy: Sh.Paste wdApp.Quit ............. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to change format for an individual word in a cell | Excel Discussion (Misc queries) | |||
Add Word and change format | Excel Discussion (Misc queries) | |||
identify a word in a string then change the format of that word | Excel Programming | |||
Conditional format (word change) | Excel Worksheet Functions | |||
Change format of single word in cell | Excel Programming |