메인 컨텐츠로 가기

Excel의 셀 범위에서 시퀀스 워크 시트를 만드는 방법은 무엇입니까?

워크 시트에 데이터 범위가 있고 이제 셀 데이터를 기반으로 일련의 워크 시트를 만들려면 다음 스크린 샷을 참조하십시오. 물론 워크 시트 이름을 하나씩 수동으로 편집 할 수 있지만 여러 워크 시트 이름을 편집해야하는 경우이 방법은 번거롭고 시간이 많이 걸립니다. 여기서는 여러분을 도울 수있는 몇 가지 빠른 트릭에 대해 이야기하겠습니다.

doc-create-sheets-from-list1

VBA 코드를 사용하여 셀 목록에서 시퀀스 워크 시트 만들기

Excel 용 Kutools를 사용하여 셀 목록에서 시퀀스 워크 시트 만들기


화살표 블루 오른쪽 거품 VBA 코드를 사용하여 셀 목록에서 시퀀스 워크 시트 만들기

다음 VBA 코드는 기존 워크 시트 뒤에 셀 내용을 기반으로 이름이 지정된 일부 워크 시트를 추가하는 데 도움이 될 수 있습니다. 다음과 같이하십시오 :

1. 누르고 ALT + F11 키를 누른 다음 응용 프로그램 용 Microsoft Visual Basic 창.

2. 딸깍 하는 소리 끼워 넣다 > 모듈을 클릭하고 다음 코드를 모듈 창.

VBA 코드 : 셀 목록을 기반으로 시퀀스 워크 시트 추가

Sub CreateWorkSheetByRange()
'Update 20130829
Dim WorkRng As Range
Dim Ws As Worksheet
Dim arr As Variant
On Error Resume Next
xTitleId = "KutoolsforExcel"
Set WorkRng = Application.Selection
Set WorkRng = Application.InputBox("Range", xTitleId, WorkRng.Address, Type:=8)
arr = WorkRng.Value
Application.ScreenUpdating = False
For i = 1 To UBound(arr, 1)
    For j = 1 To UBound(arr, 2)
        Set Ws = Worksheets.Add(after:=Application.ActiveSheet)
        Ws.Name = arr(i, j)
    Next
Next
Application.ScreenUpdating = True
End Sub

3. 그런 다음 F5 키를 눌러이 코드를 실행하면 사용할 범위를 선택하라는 메시지 상자가 나타납니다. 스크린 샷보기 :

doc-create-sheets-from-list2

4. 그런 다음 OK, 셀 값으로 이름이 지정된 워크 시트가 기존 워크 시트 뒤에 추가되었습니다. 스크린 샷보기 :

doc-create-sheets-from-list3

배송 시 요청 사항:

1. 새 워크 시트가 현재 워크 시트 뒤에 삽입됩니다.

2. 선택한 범위에 빈 셀이 포함 된 경우 워크 시트의 이름은 기본값에 따라 지정됩니다. 스크린 샷보기 :

doc-create-sheets-from-list4
-1
doc-create-sheets-from-list5

화살표 블루 오른쪽 거품 Excel 용 Kutools를 사용하여 셀 목록에서 시퀀스 워크 시트 만들기

여기에서는 편리한 도구를 소개합니다.Excel 용 Kutools그와 시퀀스 워크 시트 생성, 월 이름, 일 이름, 사용자 지정 목록 등으로 워크 시트를 빠르게 만들 수 있습니다.

Excel 용 Kutools 300 개 이상의 편리한 Excel 도구가 포함되어 있습니다. 30 일 동안 제한없이 무료로 사용해보세요. 그것을 지금.

Excel 용 Kutools를 설치 한 후 다음 단계를 수행하십시오.

1. 워크 시트를 만들 기준이되는 범위를 선택합니다.

2. Enterprise > 워크 시트 도구 > 시퀀스 워크 시트 생성, 스크린 샷 참조 :

doc-create-sheets-from-list6

3. 에서 시퀀스 워크 시트 생성 대화 상자에서 새 시퀀스 워크 시트를 만들려는 워크 시트 유형을 선택한 다음 범위의 데이터 옵션, 스크린 샷 참조 :

doc-create-sheets-from-list7

4. 그런 다음 OK 대화 상자를 닫고 선택한 범위 데이터에 의해 이름이 지정된 워크 시트를 포함하는 새 통합 문서가 생성되었습니다. 스크린 샷보기 :

doc-create-sheets-from-list8

배송 시 요청 사항:

1. 시트 1 또는 시트 2를 선택하면 새 워크 시트가 시트 1 또는 시트 2와 동일한 형식으로 생성됩니다.

2. 새 워크 북에 새 워크 시트가 생성됩니다.

3. 선택한 범위에 빈 셀이 포함 된 경우 워크 시트의 이름은 기본값에 따라 지정됩니다. 스크린 샷보기 :

doc-create-sheets-from-list9
-1
doc-create-sheets-from-list10

이 Create Sequence Worksheets 기능에 대해 자세히 알아 보려면 클릭하십시오.


관련 기사 :

Excel에서 사용자 지정된 이름으로 새 워크 시트를 추가하는 방법은 무엇입니까?

최고의 사무 생산성 도구

🤖 Kutools AI 보좌관: 다음을 기반으로 데이터 분석을 혁신합니다. 지능형 실행   |  코드 생성  |  사용자 정의 수식 만들기  |  데이터 분석 및 차트 생성  |  Kutools 기능 호출...
인기 기능: 중복 항목 찾기, 강조 표시 또는 식별   |  빈 행 삭제   |  데이터 손실 없이 열이나 셀 결합   |   수식없이 반올림 ...
슈퍼 조회: 다중 기준 VLookup    다중 값 VLookup  |   여러 시트에 걸친 VLookup   |   퍼지 조회 ....
고급 드롭다운 목록: 드롭다운 목록을 빠르게 생성   |  종속 드롭다운 목록   |  다중 선택 드롭 다운 목록 ....
열 관리자: 특정 개수의 열 추가  |  열 이동  |  Toggle 숨겨진 열의 가시성 상태  |  범위 및 열 비교 ...
특색 지어진 특징: 그리드 포커스   |  디자인보기   |   큰 수식 바    통합 문서 및 시트 관리자   |  리소스 라이브러리 (자동 텍스트)   |  날짜 선택기   |  워크 시트 결합   |  셀 암호화/해독    목록으로 이메일 보내기   |  슈퍼 필터   |   특수 필터 (굵게/기울임꼴/취소선 필터링...) ...
상위 15개 도구 세트12 본문 도구 (텍스트 추가, 문자 제거,...)   |   50+ 거래차트 유형 (Gantt 차트,...)   |   40+ 실용 방식 (생일을 기준으로 나이 계산,...)   |   19 삽입 도구 (QR 코드 삽입, 경로에서 그림 삽입,...)   |   12 매출 상승 도구 (숫자를 단어로, 환율,...)   |   7 병합 및 분할 도구 (고급 결합 행, 셀 분할,...)   |   ... 그리고 더

Excel용 Kutools로 Excel 기술을 강화하고 이전과는 전혀 다른 효율성을 경험해 보세요. Excel용 Kutools는 생산성을 높이고 시간을 절약하기 위해 300개 이상의 고급 기능을 제공합니다.  가장 필요한 기능을 얻으려면 여기를 클릭하십시오...

상품 설명


Office Tab은 Office에 탭 인터페이스를 제공하여 작업을 훨씬 쉽게 만듭니다.

  • Word, Excel, PowerPoint에서 탭 편집 및 읽기 사용, Publisher, Access, Visio 및 Project.
  • 새 창이 아닌 동일한 창의 새 탭에서 여러 문서를 열고 만듭니다.
  • 생산성을 50% 높이고 매일 수백 번의 마우스 클릭을 줄입니다!
Comments (9)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
How to add bydefault table with row name and column name on sheets after creating sheets using command button. Please help.
This comment was minimized by the moderator on the site
How can the code be modified to copy a worksheet labeled "Template" and rename it to the values in the list selected in the range? I tried modifying the "worksheets.Add" code to "Worksheets("Template").Copy but it just makes copies with the worksheets labeled "Template(1)", "Template(2)", etc. Also, is there a way to put the tabs in numerical order as they are added?
This comment was minimized by the moderator on the site
Hi, Would it be possible to set-up a template for the new sheets created, instead of blank worksheets. Thanks Dave
This comment was minimized by the moderator on the site
Hi, I want to create invoices using excel and need to know whether is there a way to auto generate the second continuation page when the items on the first page exceed the A4 page layout that I have predefined? Any help is appreciated.
This comment was minimized by the moderator on the site
Could you modify the VBA code so that if the worksheet exists, it is skipped over? As it exists now, running the code a second time on the same range will create numbered worksheets. Thanks! Chris
This comment was minimized by the moderator on the site
Hello, Can I exclude blanks and automatically copy data with is behind the name? This data is generated from a pivot and I want to have all the names in different tabs with the data behind it in the layout. name1 data data data blank data data data blank Name 2 Thanks!
This comment was minimized by the moderator on the site
I need to duplicate one sheet when making all these new sheets from a list. Can you add the code for that? Thanks!
This comment was minimized by the moderator on the site
You can right click the tab and choose "move or copy" to duplicate it.
This comment was minimized by the moderator on the site
Very useful. thank you
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations