SyntaxFix
Write A Post
Hire A Developer
Questions
I found a good short method that seems to work well...
Dim x, y As Integer x = 3: y = 5 ActiveSheet.Cells(y, x).Select ActiveCell.Value = "Tada"
In this example we are selecting 3 columns over and 5 rows down, then putting "Tada" in the cell.