Option Explicit
Sub FONTTEXTLOOP()
Dim COUNTER As Integer
For COUNTER = 1 To 9
ActiveCell.Offset(1, 0).Select
If ActiveCell.Value = 3 Then Exit For
Next COUNTER
End Sub
function copyDataWithinWorkbook() { var sourceSheetName = "Dashbord"; // Replace with the name of the source sheet var target...
No comments:
Post a Comment
THANKS FOR YOUR SUPPORT