Need to make each row in the Excel sheet as an individual style Excel sheet in batches? 40

Updated on workplace 2024-06-03
15 answers
  1. Anonymous users2024-02-11

    sub splits **().

    dim wb as workbook, c as integer, filename as string

    falsewith thisworkbook

    filename = & "Sharding.

    filename)

    for c = 2 to [a65536].end(3).rowa = cells(2, c).text

    set wb =

    a1")filename & "/" & cells(c,2) &".xlsx" 'Name the file after the station number.

    nextend with

    truemsgbox "Split completed -"

    end sub

  2. Anonymous users2024-02-10

    To use VBA** to get it,** 60 yuan.

  3. Anonymous users2024-02-09

    Let's say your 20 rows are in "Table 0".

    sub addworksheetafterlast()on error resume next

    for i=1 to 20

    worksheets( = "Table" & iworksheets("Table" & i).rows("1")=worksheets("TABLE 0").rows(i).value

    next i

    end sub

  4. Anonymous users2024-02-08

    Using macros, this tool makes it possible.

  5. Anonymous users2024-02-07

    Hello answer, I have seen your question Ha Now I am manually replying to the content for you, but it will take a little time, please wait patiently, thank you Ha I am here to wish you a prosperous Year of the Tiger

    Do you have any other questions that I would like to answer for you?

  6. Anonymous users2024-02-06

    The first table shard 1 of the source data (must be named 1).

    a1=index (The source data is copied to the right.)

    Duplicate Table 1 is renamed to ......Complete. The workbook must save the formula for it to take effect.

  7. Anonymous users2024-02-05

    Splitting a worksheet into a workbook requires macros.

    In Excel, press Alt+F11 View--** window, copy the following into it, and press F5 to run.

    Please put this excel into a folder operation, the default generation to the current folder effect is as follows:

  8. Anonymous users2024-02-04

    You can use the function method or VBA.

    The function method is to match the data of the corresponding row and then print it.

    A VBA, on the other hand, can do it all at once.

  9. Anonymous users2024-02-03

    Generate an attachment that you can try、、、

  10. Anonymous users2024-02-02

    It can be done, please send the original form and request to:

  11. Anonymous users2024-02-01

    Find Data in the menu bar - Filter - Auto Filter.

  12. Anonymous users2024-01-31

    It's really fast to use macros, you can write one yourself.

  13. Anonymous users2024-01-30

    You can use mail merge, but you need to use word, and make a table in word. Then use the mail merge, the file comes from the excel source file! Finally printed in Word.

    If you still don't understand, you can send me the ** and I'll do it for you. It can be done in 10 minutes.

  14. Anonymous users2024-01-29

    I can help you, add me as a friend. QQ contact.

  15. Anonymous users2024-01-28

    Mail merge, how to do it, there are too many, you can just check it on the Internet yourself.

Related questions
12 answers2024-06-03

Press alt and f11 at the same time to enter the macro interface, click on the insertion of the menu, module, paste as follows**: >>>More

8 answers2024-06-03

The answer is to choose b to fill the handle, and the verification method is as follows: >>>More

12 answers2024-06-03

Implementation idea: If the last one is taken out in the normal order, then the first one is taken out in flashback. So take a picture of the sequence, and then take out the first one. >>>More

14 answers2024-06-03

Using Word's mail merge feature, you can do it in the following steps: >>>More

9 answers2024-06-03

If your content isn't a formula, I'll do it again:

Suppose the ** of the filter is called sheet1 (no, just change it, or change the formula behind me), and the filter is in column d. >>>More