Search found 8 matches
- Wed 29. Jul 2009, 18:11
- Forum: Miscellaneous Topics
- Topic: VBA DLL Example
- Replies: 9
- Views: 23043
Re: VBA DLL Example
Hi Thomas, your idea was great. I used the function ShellExecute( "open" , "path of the excel file that contains the macro ", "") and then I save all the VB program as a macro. This macro is saved as Auto_Open(), that means that the macro is executed automatically as so...
- Wed 29. Jul 2009, 15:31
- Forum: Miscellaneous Topics
- Topic: VBA DLL Example
- Replies: 9
- Views: 23043
Re: VBA DLL Example
Hi Thomas, I have written a Script to create, train and validate some nets.Then I have done also another script in visual basic to analyze the dates that MemBrain gives (these .csv files). Now my idea is to combine these two scripts in order to have just one program, which create, train, validate th...
Re: Math
Hi Thomas,
thank you very much for the solution
Best regards,
Laia
thank you very much for the solution

Best regards,
Laia
Math
Hi Thomas, I am writting a Script and I have a problem when I try to call a math function. This is the example: double NUM = 0; double a = 2.0; double b = 3.0; NUM = pow (a, b); ... and then it appears this message Error: " No matching signatures to 'pow(double&, double&)' '' Do you kno...
- Thu 25. Jun 2009, 11:14
- Forum: Miscellaneous Topics
- Topic: VBA DLL Example
- Replies: 9
- Views: 23043
Re: VBA DLL Example
Hi Thomas,
that means that I see no code at all in Visual Basic.
Best regards,
Laia
that means that I see no code at all in Visual Basic.
Best regards,
Laia
- Tue 23. Jun 2009, 23:37
- Forum: Scripting
- Topic: Normalization Wizard
- Replies: 1
- Views: 8842
Normalization Wizard
Hello,
I am writing a Script and I would like to know if it is possible to make the Normalization Wizard with this script. Is there any command for this Normalization?
Thank you in advance.
Laia
I am writing a Script and I would like to know if it is possible to make the Normalization Wizard with this script. Is there any command for this Normalization?
Thank you in advance.
Laia
- Tue 23. Jun 2009, 23:23
- Forum: Miscellaneous Topics
- Topic: VBA DLL Example
- Replies: 9
- Views: 23043
Re: VBA DLL Example
Hi Thomas,
I tried to add the excel path in this 'trusted locations ' but unfortunately it still doesn't work! I am working with Excel 2007.
Thank you and best regards,
Laia
I tried to add the excel path in this 'trusted locations ' but unfortunately it still doesn't work! I am working with Excel 2007.
Thank you and best regards,
Laia
- Tue 16. Jun 2009, 20:16
- Forum: Miscellaneous Topics
- Topic: VBA DLL Example
- Replies: 9
- Views: 23043
VBA DLL Example
Hi,
I have a problem when I try to execute this VBA DLL Example. I can not read any code in VBA editor of Excel and the program doesn't work. I have already copy the MemBrainDll.dll" into the folder "C:\Windows\System32".
Thank you in advance for your attention.
Laia
I have a problem when I try to execute this VBA DLL Example. I can not read any code in VBA editor of Excel and the program doesn't work. I have already copy the MemBrainDll.dll" into the folder "C:\Windows\System32".
Thank you in advance for your attention.
Laia