Posts by Lucas • 86 points
2 posts
-
2
votes2
answers910
viewsQ: How to call a variable from others?
My intention is that the code goes through 9 Textbox checking if they are filled with names or empty. For each Textbox filled would be added 1 in a counting variable and would be allocated the text…
-
4
votes1
answer361
viewsA: How to programmatically format Excel Numbers in C#
I didn’t understand the question completely but try: NumberFormat = "0"; Using this code is formatted cell as numbers, in my example I was formatting as general text (where I fall into the problem…