3 Simple Steps to Work with Closed Workbooks in VBA/Macros for Excel

Поділитися
Вставка
  • Опубліковано 6 жов 2024
  • VBA/Macro Course [On Sale!]: www.teachexcel...
    Downloadable File (With Full Code and Comments): www.teachexcel...
    How to make the framework that you need in order to work with a closed workbook using VBA/Macros in Excel.
    This technique allows you to get data from a closed workbook as well as put data into a closed workbook or do anything else that you need with that workbook.
    In addition to the simple and robust framework that I show you, I also show you how to let the user select the file to work with using a file-picker dialogue box.
    To build even more powerful VBA projects or further customize this one, checkout my full VBA Course: www.teachexcel...
    #msexcel #vba #tutorial

КОМЕНТАРІ • 4

  • @nadermounir8228
    @nadermounir8228 2 роки тому

    Amazing tutorial. Thank u for ur hard work :)

  • @teoxengineer
    @teoxengineer 2 роки тому

    If we have chosen multiple files then which prosedure do we have to follow?

    • @TeachExcel
      @TeachExcel  2 роки тому

      Hi Emre, that is more complex if you are using the file picker window because that result is returned as an array and so you would then need to loop through that array to work with those files.

  • @gzimmerer3
    @gzimmerer3 Рік тому

    BEWARE! This is a Commercial for paid content.