I was retrieve it into an old application of mine dinamic data from active server page. So I needed from there certain fields. So I put one special character to delimit my dinamic field like:
~MyField~
My Code was something like this:
Public Function ExtractThis(htmlfile as string) as string...
If you want to call private sub from another form, is probably because you have there an code which works into your actual form as well. Than my advice will be:
Try to make a public function and this code will be available to your entire application like:
Public Function YourFunction (MyVar1...
Public Function TransHDD(SerDrive As Integer) As String
Dim FSO, MyDrive, MyPath, Cicle As Integer, Extract As String, Ex As String, LenX As Integer
Set FSO = CreateObject("Scripting.FileSystemObject")
Set MyDrive =...
My present application which I am developing right now has to send mails from within with certain info obtained from there.
For that matter I've used MAPI Session and it works just fine with just one slight problem:
I've used a richtext control to format my info the way I wanted to be. Inside...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.