Range("B1").Select
ActiveCell.FormulaR1C1 = "Mio Valore"
Come impostare il valore di una cella particolare?
Tags: ActiveCell, FormulaR1C1, Range, Select
Range("B1").Select
ActiveCell.FormulaR1C1 = "Mio Valore"
Tags: ActiveCell, FormulaR1C1, Range, Select
Ti è stato utile?