Working With Excel VBA Connection Objects | Power Query Connections

Поделиться
HTML-код
  • Опубликовано: 15 окт 2024

Комментарии • 9

  • @HeikoGrethe
    @HeikoGrethe 4 месяца назад

    Many thanks for this excellent video! I have gone through this and the 2 earlier videos for creating data imports via VBA. Now I am feeling very well prepared for my tasks and could even generate all needed code while I followed your video! I was googling hours and hours for automated imports to EXCEL before - your 3 videos cover the topic totally! 😍

  • @kebincui
    @kebincui 5 месяцев назад

    Super video 👍👍 thanks

  • @safassl
    @safassl 7 месяцев назад

    A Couple Questions: 1) Can you cover if you want to make the source for the query dynamic (like populated from a user-selected dialog box)? and 2) Is there any way to copy from advanced editor in PowerQuery such that it gives you something that's formatted correctly for VBA like what you paste in for query_formula in this video? When I paste it just thinks the query is "let"

  • @carloslucesiza7799
    @carloslucesiza7799 6 месяцев назад

    Hi! Very interesting video! But i have a question: If I want to change the source of the query (x example: it takes info from "excel1.xlsx" and I want to change it to "excel2.xslx") how can I access to this property to change it¿? Only using VBA. Thanks!

  • @mikelennon1078
    @mikelennon1078 3 года назад +2

    What is the best way to update the records in the source table/sheet form the Power Query ( like, adding records, deleting a record, editing,.....). Can we make a column properties ( one or more columns) a Hyperlink that be clicking it, a custom data entry form be opened to add, deleted or update the record/s in the source tables?

  • @JaviUTube
    @JaviUTube 3 года назад

    What if I don't want to load the data to a worksheet but only use the connection to get the data and load it to a Combobox object for example?

  • @jacobaren89
    @jacobaren89 3 года назад

    The only thing that is disturbing with this is that when I add the query table, it's a "Connection only" instead of a table. I've tried to work it around but didn't succeed.

  • @2windboy
    @2windboy 4 года назад +1

    Hi. Resource file is different with RUclips contents. Please check resource file link.

  • @priyankadesai1446
    @priyankadesai1446 4 года назад

    Hi can we do as below when:-
    Whenever Workbook is opened the Master Data sheet should be Locked & can be opened by individuals whoever knows the password.
    2. When password is entered, Data sheet should be refreshed, updates the data & saves it.
    3. Now data is refreshed-updated&saved into sheet, should again fall back to protection.
    This should be functioning I'm expecting.
    (Lock- Enter password- data Refresh & updated- Again Lock)
    1. Click button
    2. Enter password
    3. Refresh sheet
    4. save sheet
    5. Lock sheet