I know this is wrong, but I have received 5 different answers to this and none of them work!
objASht.Range("C1".Select
With Selection
?.Text = "DTC All Report"
End With
*Where objASht is the active sheet
How can I send the text value to the cell specified?
objASht.Range("C1".Select
With Selection
?.Text = "DTC All Report"
End With
*Where objASht is the active sheet
How can I send the text value to the cell specified?