caritx
New Member
- Joined
- Dec 1, 2009
- Messages
- 34
I have this code which works great but in the text I also want it to display the line count for column A and the sum of AZ
Sub test()
'
' Batch test
'
Dim addbatch As String
addbatch = InputBox("Batch")
Range("BC1").Select
ActiveCell.Offset(1, 0).FormulaR1C1 = addbatch
'
End Sub
I really appreciate any help you can give! Thanks
Sub test()
'
' Batch test
'
Dim addbatch As String
addbatch = InputBox("Batch")
Range("BC1").Select
ActiveCell.Offset(1, 0).FormulaR1C1 = addbatch
'
End Sub
I really appreciate any help you can give! Thanks