'목록하단 광고 치환자(withSeok)
728x90

 

 

엑셀 결과 파일 다운로드

 

 

시트명불러오기매크로.xlsm
0.02MB

 

 

Sub 시트이름불러오기()

Dim Sn
Dim Sx As Integer
Dim SnTotal As Integer

Set Sn = Sheets("종합")
SnTotal = Worksheets.Count

    With Sn
        .Range("C3:C20").ClearContents
        For Sx = 3 To SnTotal
            .Cells(Sx, 3) = Sheets(Sx).Name
        Next Sx
    End With

End Sub

 

728x90

+ Recent posts