Excel mengonversi teks ke nomor

	'each cells in table
    Cells.NumberFormat = "0"
    
    'a specific cell
    Range("A10").NumberFormat="0"
Zenity Code