dll

  1. B

    Using variable for "libname" in Declare statement for DLL function

    I am trying to declare a dll function in VB6. The syntax for a Declare statement is as follows: [Public | Private] Declare Function name Lib "libname" [Alias "aliasname"] [([arglist])] [As type] I will not know the name of the dll until run time. So, at run time I read the dll name into a...
  2. J

    Changing Excel options from outside DLL

    Hello I have been using a simple VBA code to change Excel international options to what my application runs. Basically it sets DecimalSeparator = "." and ThousandsSeparator = ",". I decided to move my VBA code to a DLL written in VB-6. What I do is to connect to Excel with a reference library...
  3. G

    fortran excel vba

    I am willing to hire someone for a few hours of help if necessary. I'm tired of beating my head and getting nowhere. I need to get this working so I can do productive work. I need to get some simple example fortran program functions working as functions I can call from excel or an excel...
  4. H

    DLL reference error .. can't add reference to file

    In windows system32 and some in windows pro Photo Tools there are some dll about images ima......dll and photos When I try to reference them from VBA Excel the dreaded Can't reference error turns up.. Can this be fixed...... if not are there any good dll available... free... for metadata and...
  5. J

    RegExp: Del !Test(0-*9) with a WinXP .dll?

    I can afford the £200 regex expansion for a simple job, and then have hassle of distributing that. I need to turn: fooTest1234foo into -> Test1234 and things like foofoo123Test23foofoo into -> Test23 So that's a del,! and [0-9]. But the [0-9] number could be any length of digits. I...
  6. A

    Need help passing array of UDT with string to C++ dll

    Hi. I'm trying to pass an array of UDT from Excel to a C++ dll but I have no idea how. My UDT looks like this Private Type Student Age As Integer Name As String StudentID As String End Type And my dll function declaration.. Declare Function RegisterStudent Lib "SimpleDLL.dll" _...
  7. G

    limited # calls to 3rd party DLL allowed

    I am using a 3rd party hydraulic modeling program that provides its computational engine in a DLL and associated VBA module that provides the desired functions from the DLL to VBA. I have a macro that I wrote that iterates on rows of a spreadsheet. Each row contains some inputs. At each row...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top