CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: aq_blues

Search: Search took 0.02 seconds.

  1. Replies
    13
    Views
    43,235

    Re: Calling a dll in VBA

    Hi dglienna,
    Thanks for the post. Yups I have been through this msdn article. But this post reiterates the same thing. I can register my dll using the declare statement. But I cannot somehow make...
  2. Replies
    13
    Views
    43,235

    Re: Calling a dll in VBA

    Thanks for the replies guys,
    So I checked on two things ....
    ThisWorkbook.path -> Would return the path where my workbook is
    Application.path -> Would return me the path where excel.exe is
    ...
  3. Replies
    13
    Views
    43,235

    Re: Calling a dll in VBA

    Just by double clicking on the sheet. Is there something called default path where vb would search for the dll. Can I somehow see that path in my program ?
  4. Replies
    13
    Views
    43,235

    Re: Calling a dll in VBA

    Hi WoF
    There is only one computer.
    The only difference I can think of is that the first file came from a friend of mine and it may be written with a old version of MS Excel.
    I am using Office...
  5. Replies
    13
    Views
    43,235

    Re: Calling a dll in VBA

    Thanks Hannes and WoF for the reply,

    I actually got an excel file and the "Des.dll" from my friend. His macro in his Excel sheet runs perfectly fine calling the "Des.dll".
    No matter where I...
  6. Replies
    13
    Views
    43,235

    Calling a dll in VBA

    Hi All,
    I am making a makro for an excel file and having some problem calling the function in a dll file. My dll file is located in the same directory as my excel file. I am using the below...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured