I need to add children and set the attribute for a node where it is the second instance in a family of nodes.
But I cant seem to find a way to "SelectSingleNode" so that I can add children and set attributes.
This is what I have created so far:
<Markers ObjectID="22"...
I Encounter "The subject is not trusted for the specific action" when attempting to place a data grid on a form (msdatgrd.ocx). The control is not placed.
I enabled the ocx using Active x manager but the condition does not change. I verified that the setting in the registry is set correctly (0...
I need to capture text in an Outlook web app IE e-mail program.
The text to be captured is the highlighted e-mail (which is yellowish / orange)
I need the VB application to run formless / in the background and return to the calling program the text of the highlighted e-mail.
I see a lot of...
I have the following task for a VBA program to run after opening a word doc attachment in a Microsoft Exchange internet server. eg https://abcdef/exchange.com
1. Obtain information within the doc to determine WHERE to store it locally and the NAME for the file (Which I already wrote and works)...
Heres my task: Open an e-mail attachment that is a word doc from a web -browser based exchange server (eg at www.blabla.com/exchange), run a macro that saves the doc locally, close the IE window and document, and open the same document in WORD.
I open the document so that I can run a word macro...
I am attempting to read records from a csv file using ODBC with the following code:
'-------------------------------------------------------
Public Function ChkAgent(Fname, Lname As String) As Integer
Dim db As DAO.Database
Dim rs As DAO.Recordset
Set db = OpenDatabase("", True, True...
I have created a DSN to a csv file and I am able to use it with WinSQL (so I know that the connection works). When I use the connection in Word VBA, I get an error that I can not use ODBC to import , export or link data to my database. When i use this code for any other type of DSN (eg SQL...
If you perform a query on a MS Access table where a field is 255 in size, the resulting view will create a memo field for the field in the query. EG
Table name "LOGDATA"
Fields "Start","Stop","Notes"
=SQLEXEC(1,"SELECT * FROM...
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.