Within Spufi I'm reading a field that contains three fields values in a string.
It appears as
01F0058
0C2017C in hex, where 0001758+ is the field I would use for join with an other table.
How can I convert this in numeric?
Thanks to all
Candu si tene su 'entu es prezisu bentolare.
Using vb6 I created a DLL with many functions I use in vba.
Now I would know wich program is calling my DLL (within it).
If excel is calling it, GetModuleFileName function of kernel32.dll returns c:\..\..\excel.exe, but I would know wich workbook is running (Application.ActiveWorkbook.FullName)...
Using vb6 I created a DLL with many functions I use in vba.
Now I would know wich program is calling my DLL (within it).
If excel is calling it, GetModuleFileName function of kernel32.dll returns c:\..\..\excel.exe, but I would know wich workbook is running...
I tried to modify plus-minus option inserting icons.
In vb6 it works fine, loading images in a ImageList control, then refering it using
TreeView1.ListImage = ImageList0
In this version of treeview control (access 2007) ImageList property is not available.
How can I do?
Thanks in advance...
Using an example I tried to obtain to save a pdf file in txt format within acrobat 8 professional.
This is the code:
mySaveAs = app.trustPropagatorFunction(function(doc, path, type)
{
app.beginPriv();
doc.saveAs(path, type);
app.endPriv();
});
mySaveDoc = app.trustedFunction( function (doc...
I would convert a lot of PDF to txt using Vb or Vba.
My Pdf's files contains many tagged fields then I read for populate an Mdb.
Interactively it works fine, but I have too much files to process.
Reader doesn't work with Ole, by every using Acrobat 8 Professional I can't resolve my problem...
Hi,
my last problem is how execute Acrobat Reader within Vb or Vba for convert a lot of .pdf files in .txt.
Can you help me?
Thanks in advance,
Renato
Candu si tene su 'entu es prezisu bentolare.
I need to be able to save a xls or txt file without open it.
I work with vba within excel and explorer 6.
If I use WebBrowser1.Navigate "fileURL" I can view a txt file within Explorer, but i need only save it (it's an attachment file in an intranet mail).
I try with WebBrowser1.openURL, but...
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.