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