VBA Excel Windows API - V1.00 - Introduction to Windows API How to Close A Window

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

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

  • @germanduterte7110
    @germanduterte7110 7 лет назад +1

    Its useless tutorial very Irrelevant and not strait to the description

    • @alexcantu3
      @alexcantu3  7 лет назад +15

      German Ochea lmao, you're right! i'm just gonna delete everything, this is garbage!

    • @louiepm1026
      @louiepm1026 6 лет назад +1

      :))

    • @al-aminmollah7650
      @al-aminmollah7650 5 лет назад +1

      @ German Duterte, This series of videos are so much helpful. If i saw these videos before i think my vba programming was improved greatly & i could do much more things.

  • @alanelston2330
    @alanelston2330 2 месяца назад +5

    This is one of the better learn VBA API play lists that I have come across. Unfortunateely it didn’t come up so often in a search, but I am glad I found it eventually.
    Alan

  • @alanelston2330
    @alanelston2330 2 месяца назад +4

    We can also do some useful things IN Excel with API, such as navigating down a Pane window’s hierarchy to get to a button and then press it, which can give us a way to do something that their are no other known ways to do in VBA

  • @SimpleExcelVBA
    @SimpleExcelVBA 2 года назад +4

    Why I didn't find this 3 years ago... wow! This is great work of yours!

  • @TheRr1990
    @TheRr1990 2 года назад +1

    Great work Alex, straight to the point and easy to understand. 👍

  • @davidfunvideos
    @davidfunvideos 10 лет назад +1

    Great video Alex Wrote my first API code. Sort of the API version of "Hello World".
    The tip on using API view was vary helpful. my first step to understanding API Thanks!
    for other API newbies like me watch the once before you try writing the code. You need to declare the WM_Close as a constant as well.

  • @SpriceMachines
    @SpriceMachines 10 лет назад

    Thank you, the api viewer will be so useful

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

    Could anyone Share the Public Delcare PtrSafe Functions?
    Some are far to long and i can't download the software on work-laptop

  • @TodayWoXiuxi
    @TodayWoXiuxi 2 года назад

    You have got a great video and I hope that I find a solution for a problem I encounter at work.

  • @pratikchavan14
    @pratikchavan14 11 лет назад +17

    Hi Alex, please could share the worksheet with all the function declarations? Many Thanks

  • @freakindividual
    @freakindividual 4 года назад +2

    thanks for the video. but can u please share all the declarations in ur module. or paste them in the video's description?

  • @MrRossss1
    @MrRossss1 8 лет назад

    Awesome, thanks Alex.

  • @zaido987
    @zaido987 6 лет назад +2

    Hi Alex, the best tutorial for beginners! Awesome. Question if we dont have spy++ in the office. Do we have a default application that we can use.?

    • @alanelston2330
      @alanelston2330 2 месяца назад +5

      I find WinSpy++ a nice lightweight portable alternative. YT won’t let me give you a link, but if you google something like winspy Catch 22 you should get a few sources for it
      Alan

    • @alanelston2330
      @alanelston2330 2 месяца назад +2

      I tried to answer this, but YT keeps deleting it. Maybe they don’t like re directions anywhere in any form, or the post was too long. I will try in a reply below, that sometimes helps

    • @alanelston2330
      @alanelston2330 2 месяца назад +3

      didn't work sorry, YT have a strange AI bot thing here

  • @ricardobrom8918
    @ricardobrom8918 9 лет назад

    Many Thanks Alex !!! Excelent

  • @hadireg
    @hadireg 5 лет назад

    I love this stuff :)

  • @MrRossss1
    @MrRossss1 8 лет назад

    Hi. Did you have to import all of the declarations that are in your module manually or is there a quick way?

  • @bobrahmatov
    @bobrahmatov 5 лет назад +2

    Hi Alex, is it possible to share the file? Thank you so much

  • @alunosouza8931
    @alunosouza8931 6 лет назад

    Interessante Man!

  • @prabirsarkar5834
    @prabirsarkar5834 7 лет назад

    Hi Alex, Thanks for the tutorials. I'm working on SAP Web Gui for HTML (Netweaver) for automation. So is it possible to automate the SAP (Netweaver) using the same approach. Please guide.
    Thanks Again,
    Prabir

  • @looping4u654
    @looping4u654 8 лет назад

    I have a vba code by which I open the plink for ssh connection using shell command where I can run any command by StdIn.Writeline function except password change command. if I run a change password command I am unable to input the password by StdIn.Writeline function. The command is like "set usr pwd" this command gets executed perfectly and after it executes it asks for "Enter Current Password" here the writeline function fails to input the password. If you can point me to the right direction I would really appreciated your help.

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

    can you share alex module?

  • @mariankrajcovic1618
    @mariankrajcovic1618 6 лет назад

    can you share the macro please? you are calling "sendmessage" but i dont see it here..

  • @manishkumargupta3995
    @manishkumargupta3995 9 лет назад

    Hi Alex
    I need a macro which save my print to PDF but the print command is already open in background
    I want to save that as PDF that I already had PDF converter in my printer list I just want to save the same in PDF for a specific location with name collect from excel cell like A3 name is manish so the PDF save as manish.pdf