Welcome
Private Sub Workbook_Open()
Worksheets("aa").Activate
Range("b2").Select
End Sub
THANKS FOR YOUR SUPPORT
function copyDataWithinWorkbook() { var sourceSheetName = "Dashbord"; // Replace with the name of the source sheet var target...
No comments:
Post a Comment
THANKS FOR YOUR SUPPORT