I have defined a variable in VBA code, say, Myvar and I have a formula in a cell related to it, say, 0.3Myvar. How I can return the value of 0.3Myvar in another cell?<