Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi folks! I`m using excel2latex (check it out :) : http://www.jam-software.com/freeware/index.shtml ) , but did find need to assign the latex command \small (which control fontsize) straight into excel, before passing a range to the late Sub. I`m trying ActiveCell.FormulaR1C1 = "\small" & Chr(123) & Range("A1").Value Chr(125) ,which works fine (the chr123 and 125 are { and } respectivel (latex).) Problem is I want the same numberformat in A1 and ActiveCell, but Range("A1").Value gives for example 11 in ActiveCell even if A1 say 11,0. I can`t make it work with ActiveSheet.Paste in place of th Range("A1").Value. Anyone ever experienced someting similar, and possibly solved it?how -- hk ----------------------------------------------------------------------- hke's Profile: http://www.excelforum.com/member.php...nfo&userid=155 View this thread: http://www.excelforum.com/showthread.php?threadid=27767 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lock Cell Format - Allow copy and paste of data without format change | Excel Worksheet Functions | |||
My cell format changes unexpectedly after copy/paste | Excel Discussion (Misc queries) | |||
Cell format changes when I paste | Excel Discussion (Misc queries) | |||
Paste the value of the format into a new cell | Excel Discussion (Misc queries) | |||
Copy Paste Merged Cell Format | Excel Programming |