S sdsurzh Member Mar 12, 2013 #1 Hi, I have some formula without String ($) now i want replace the formula with string function. Suppose A1 =C1+D1 i want A1 = $C$1+$D$1 Thanks, Suresh Kumar S
Hi, I have some formula without String ($) now i want replace the formula with string function. Suppose A1 =C1+D1 i want A1 = $C$1+$D$1 Thanks, Suresh Kumar S
shrivallabha Excel Ninja Mar 12, 2013 #3 That is not 'String' converter as in VBA but it rather means Absolute Reference. Read here: http://www.cpearson.com/excel/relative.aspx
That is not 'String' converter as in VBA but it rather means Absolute Reference. Read here: http://www.cpearson.com/excel/relative.aspx
S sdsurzh Member Mar 13, 2013 #4 Thanks Oldchippy & Shrivallabha is it possible to add $ (Absolute Reference) with the help of vba.