Maintaining formatting - Excel = Word
Excel DISPLAYS values as formatted, but stores them numerically - so if
you need to send it to the document as a certain format, send it IN
that format
appWD.Selection.TypeText Text:=format(strReference ,"£0.00")
will do what you want
|