VBA/Macro Course - 3 Ways to Create New Workbooks & Save and Close Them Using a Macro

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

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

  • @darrylmorgan
    @darrylmorgan 4 ปีที่แล้ว +2

    The Power Of A Few Lines Of VBA Code!!Cool Tutorial...Thank You Sir :)

    • @TeachExcel
      @TeachExcel  4 ปีที่แล้ว

      You're very welcome Darryl! I am really loving showing how simple things can be with VBA, though, of course, it gets complex fast, but things like creating workbooks is easier than many think. :)

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

    Really nice. You have explained so clearly

  • @MrDavehall19
    @MrDavehall19 3 ปีที่แล้ว +4

    This is so useful thank you, Is it possible to only copy certain rows or even cells from a row into the new workbook?

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

    This is really helpful. You made my day

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

      I'm really glad to hear it :)

  • @wayneedmondson1065
    @wayneedmondson1065 4 ปีที่แล้ว +1

    Nice tips. VBA is so useful and fun. Thanks for sharing :)) Thumbs up!!

    • @TeachExcel
      @TeachExcel  4 ปีที่แล้ว +2

      Thanks Wayne! Couldn't agree more! Glad you think so :)

  • @Mukdeni
    @Mukdeni 4 ปีที่แล้ว +1

    This is so useful. Thank you!

    • @TeachExcel
      @TeachExcel  4 ปีที่แล้ว

      Glad you think so! You're very welcome Justin!)

  • @hw1729
    @hw1729 3 ปีที่แล้ว

    Such a good video, so clear and nicely explained

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

    This is great, thank you. How would I adjust the code to copy across more than one worksheet?

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

      Put an Array("Sheet1","Sheet2") into the copy method - I haven't seen this specific code for a while, but that should do the trick. If it doesn't get you all the way there, just ask in our forum and include any code you already have and it will be easier to help :) TeachExcel's Excel Forum: www.teachexcel.com/talk/microsoft-office?src=yt_comment_reply

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

    How would i copy multiple sheets to a new workbook? what would I adjust the Worksheets("sales1").copy code to?

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

    Hello thanks for the tutorial but just want to ask, what is the code for this scenario. I want to create a new workbook with the active sheet?. I have sheets from January - december if I want to create a new workbook for The active sheet February?

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

      Okay got it. It should be
      Activesheet.Copy

  • @mirrorofadmiration2912
    @mirrorofadmiration2912 2 หลายเดือนก่อน

    What is the use of 51?

  • @nadermounir8228
    @nadermounir8228 4 ปีที่แล้ว

    When do u think the course will be available ?

    • @TeachExcel
      @TeachExcel  4 ปีที่แล้ว

      Well I don't want to give a firm date, but I do believe that I now have everything that remains to be done planned out, with the exception of the specifics of the practical tutorials. The core 100 tutorials are finished and uploaded though and I included a course status and update in this weeks newsletter, but if you aren't signed up for that, you can just click the link to the Blog on teachexcel.com and the latest post talks about it.

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

    Hi could you please help on how to move sheet 1 and sheet 2 simultaneously to another workbook since as you mentioned that array is not working. Thanks for this wonderful video❤