2021年3月7日星期日

Code to add a sheet and rename that sheet

Code to add a sheet and rename that sheet from the user.

Sub tenloops1()            Worksheets.Add            Sheets(ActiveSheet.Name).Select = InputBox("Enter Sheet Name")    End Sub  
https://stackoverflow.com/questions/66522924/code-to-add-a-sheet-and-rename-that-sheet March 08, 2021 at 08:23AM

没有评论:

发表评论