Copy Sheet into a New Workbook and Save it & Current Date

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 พ.ย. 2024

ความคิดเห็น • 14

  • @a.fleischbender7681
    @a.fleischbender7681 ปีที่แล้ว

    Great turorial! Very educational

  • @eleonoraa.c.1706
    @eleonoraa.c.1706 ปีที่แล้ว

    Great tutorial, very helpful! Thx a lot! 😘

  • @alializadeh8195
    @alializadeh8195 2 ปีที่แล้ว +1

    Thanx

  • @sohelnirban5372
    @sohelnirban5372 2 ปีที่แล้ว +1

    Hello if I want to copy only specific range instead of full sheet then what would be VBA code ?? Could you please answer ??

    • @MyExcelLife
      @MyExcelLife  2 ปีที่แล้ว

      Hi, it depends where you would like to copy it - To the same sheet/workbook?

    • @sohelnirban5372
      @sohelnirban5372 2 ปีที่แล้ว +1

      @@MyExcelLife no I want to copy specific range and paste in to new workbook then this new workbook autosave in specific folder

    • @MyExcelLife
      @MyExcelLife  2 ปีที่แล้ว

      @@sohelnirban5372 You can do it by following - you will open a new workbook and use copy range to the first sheet and then to save it

  • @sunitaa1510
    @sunitaa1510 3 ปีที่แล้ว +1

    Easy explain madi full sharcut key

  • @simondechoisy779
    @simondechoisy779 ปีที่แล้ว

    Can I just say that using active workbook, activesheet and the sheet name as opposed to the sheet code name is something that no developer worth his salt would ever do.
    Also you could simply assign to the new sheet rather than copying.

    • @MyExcelLife
      @MyExcelLife  ปีที่แล้ว

      Hi, thank you for your comment. Really there are several options to copy the sheet using vba. I explained one of them which is used by me.