Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I am using an excel spreadsheet to enter details into a word document, but even though a cell is formatted in currency format when I use the following code.... appWD.Selection.MoveDown Unit:=wdLine, Count:=4 appWD.Selection.MoveLeft Unit:=wdCharacter, Count:=2 appWD.Selection.TypeText Text:=strReference The text changes from £33.50 in the Excel spreadsheet to 33.5 in the Word document, any tips? -- ChrisMattock ------------------------------------------------------------------------ ChrisMattock's Profile: http://www.excelforum.com/member.php...o&userid=33912 View this thread: http://www.excelforum.com/showthread...hreadid=540559 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MS Word like formatting in Excel | Excel Discussion (Misc queries) | |||
Maintaining currency formatting in a Mail Merge? | Excel Discussion (Misc queries) | |||
how to keep excel formatting when merging to word? | Excel Discussion (Misc queries) | |||
Maintaining Text Formatting in a Lookup | Excel Discussion (Misc queries) | |||
Maintaining column formatting when copying a row to another sheet based on a value | Excel Programming |