Hi,
I am trying to update fields in Microsoft Word XP. At the moment I am going through them sequentially:
w.ActiveDocument.Fields.Item(1).Select()
w.Selection.TypeText(Text:="New value here")
I would like to be able to reference each one by the name I have given them in Microsoft Word XP...
Attemping to insert an object (KeyValueItem) into a combobox rather than a string. This is for when I add items to the combobox at run time from a db, I can identify which corresponding row (i.e. no data binding) in the database has been selected in the combobox.
Here is the KeyValueItem...
With the below, I am trying to achieve a horizontal navigation bar which spreads the 3 list items out evenly.
The desired layout works in IE 6 but not in any of the Moz/Netscapes.
<html>
<style>
.itemlist {
width: 100%;
background: #ccc;
text-align: center;
}
.itemlist li {...
Heya,
I have a form, with a table as a sub form on it.
I am wanting to add up a column of fields, but need to know how to go about it.
I know that it would include using a while loop to figure out if the loop is at EOF. If the it is, to stop, otherwise move to the next record and the field...
Heya,
I have a look through the Q&As of previous posts and since I am only a beginner with VBA, not much of it made much sense.
The problem I have is that I want a module to look at a text box on a form (to see what the value is) and depending on the value of the number inside the text box, do...
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.