About 50 results
Open links in new tab
  1. API - "SendMessage" - in Excel - Excel VBA - Board Archive - MrExcel ...

    Feb 7, 2002 · Does anyone know how to use the "SendMessage" API call in Excel? It doesn't recognize the method "ByVal hwnd as Long" when applied to an object (combobox for example). Thanx.

  2. API - "SendMessage" - in Excel | MrExcel Message Board

    Jun 16, 2005 · Does anyone know how to use the "SendMessage" API call in Excel? It doesn't recognize the method "ByVal hwnd as Long" when applied to an object Here is the VBA code Private Declare …

  3. WinAPI Sendmessage () | MrExcel Message Board

    Apr 8, 2005 · After exhausting all avenues to get direct access to our vaulted drawing database, I have been told that the only access that anyone needs is through the online Search Engine. They just …

  4. SendMessage and Control handles | MrExcel Message Board

    Nov 15, 2006 · Yes. Using SendMessage is much better and cleaner However it's not always possible. With all the above datapoints, my thought run like this: It should be possible to get the handles …

  5. Help with WinAPI Send Message | MrExcel Message Board

    Mar 4, 2016 · Hi guys, New to this kind of stuff but I have some code: Declare PtrSafe Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal …

  6. SendKeys Alternative using API | MrExcel Message Board

    Aug 13, 2017 · for my understanding using sendmessage is a more reliable way to simulate key press then using sendKeys How can i replace this line of code: SendKeys "^a" With a sendMessage …

  7. Using SendMessage or PostMessage | MrExcel Message Board

    Jul 7, 2003 · I want to press the keys ALT+R on a Password dialog box of another Excel file either using SendMessage or PostMessage. I have the library functions. Also any help in entering keystrokes to …

  8. VBA Code to close an opened pdf amendment needed - MrExcel

    Apr 10, 2017 · Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As LongPtr, ByVal wMsg As Long, ByVal wParam As LongPtr, lParam As Any) As LongPtr

  9. SendMessage in VBA | MrExcel Message Board

    Jul 9, 2011 · I have took some VBA Codes from the Internet. Its very complicated for me to know what exactly it is. It has this line in between: SendMessage GetDesktopWindow, WM_SETREDRAW, …

  10. Scrolling using Window's Messages / Win32 API - MrExcel

    Nov 14, 2017 · Scrolling using Window's Messages / Win32 API hymced Nov 14, 2017 scrollbar scrollwindowex sendmessage window wm_vscroll H