| Thread | Last Post | Replies |
|
| Printer | 23 Jan 2005 07:41 GMT | 1 |
I do not have a printer of my own, but my son does and his computer is hooked up to mine by a wireless router. How do I print my document on his computer without putting them on a disk?
|
| Err object being reset and returning err.number = 0 | 23 Jan 2005 04:50 GMT | 19 |
I am experiencing an odd and intermittent problem with a COM addin that I've built. I have seen this problem once before in a Word global template. Imagine code structured like the following pseudo-code: Sub Something On Error Goto ErrorHandler
|
| Moving Data Between Documents | 23 Jan 2005 00:47 GMT | 4 |
I am working on a project to update between 600-900 old Word job description/appraisal documents to a newer template format. I have created my new template file that has the newer format, auto calculations, etc. I now need to get the data from the older documents into the newer ...
|
| Adding Autotext | 22 Jan 2005 21:49 GMT | 11 |
I am playing around with an addin for Word. I have saved the addin as a .dot file. When the addin runs creates an AutoText entry: ActiveDocument.AttachedTemplate.AutoTextEntries.Add Name:="seqDate", Range:=Selection.Range
|
| Equation numbering macro? | 22 Jan 2005 18:36 GMT | 3 |
Does anyone know of an available macro to handle the inserting and numbering of scientific equations? I need to have the equation centered with a right justified number. Any help on automating this would be appreciated.
|
| Tool Box | 22 Jan 2005 14:52 GMT | 1 |
When I press the toolbox icon collection of common controls is display. If I right click I get the option to add tools from large collection of other tools. This works fine however, when I close the VB editor and return later the tool control I added has been deleted. How do I ...
|
| How do I transpose lastname, firstname with a macro? | 22 Jan 2005 11:24 GMT | 2 |
I need a macro that will transpose and change case of LASTNAME, FIRSTNAME to Firstname Lastname. Anyone know how to do this?
|
| Seperate Inserted Pictures and Apply Caption | 22 Jan 2005 05:16 GMT | 1 |
Some time ago I thought I had this problem solved. I am wanting to insert several pictures into a Word document from the Insert:Picture:File menu, selecting multiple pictures at one time. All the pictures are placed in the document piled in a stack on top of each other. I need to ...
|
| selfcert and new image or pc | 22 Jan 2005 03:14 GMT | 1 |
when I use selfcert to make a digital signature in an officedocument then other users don't get a macrowarning (security medium). They have to trust me as a good source. When I get a new computer my signature is lost and I have to make a second signature. When I make other ...
|
| Use VBA to map network drive | 22 Jan 2005 03:09 GMT | 1 |
How can I map a network drive with VBA ? I know I can do this with VBscript, but how do I do it with VBA? Thanks, Chris
|
| Changing Mouse Pointer | 22 Jan 2005 02:31 GMT | 4 |
I'm running Word 2000 and VBA and can't seem to find the way to change the mouse pointer to an hourglass (per the current active document). I've create a macro that scans all the lines of the active document, which may take several seconds, or even a few minutes. I'm proficient in ...
|
| Using DTPicker | 22 Jan 2005 01:14 GMT | 2 |
I am currently using the value of a txtbox to set a Date Variable Dim startDate As Date startDate = txtStartDate.Value startDate is then used else where in my code.
|
| Userforms | 22 Jan 2005 00:43 GMT | 3 |
I am very proud having put together my first Userform thanks to the MVP site This is my code for my ResidentsInfo form Sub OK_Click()
|
| Userforms: updating References | 22 Jan 2005 00:40 GMT | 3 |
I am very proud having put together my first Userform thanks to tutorials on the MVP site This is my code for my ResidentsInfo form Sub OK_Click()
|
| Inserting text to a document according to the selected text by looking up to a database | 22 Jan 2005 00:21 GMT | 5 |
I'm a newbie with Word scripting, but I know Access quite fine, and also a bit of VBA. I want to do the following and don't know where to start: I want to make Word to do the following actions when I press 'F7' after I've
|