Im having trouble with my project. I've made some simple math through VBA coding, so that the user can input the width and the height of a square, and it outputs the area of the square. Now, that value is shown in a textbox, and it shows both integers and float values. But when I try to output the same value to a cell, it reaches a point where it just takes out the comma, converting the number into a messy integer. ie: desired value: 7,7244 value shown in cell 77244. I thought I could do something by creating a double variable and outputting the value converted to double into the cell, but now the value is getting rounded. Any clues on what happened? Or how to solve it?
Thanks!
Bookmarks