| Thread | Last Post | Replies |
|
| Document name in titlebar, step by step | 29 Nov 2006 20:24 GMT | 4 |
I want to put the path and document name in Word 2003 in the title bar, and found the following posting from a couple of years back. However, it is a bit too cryptic for me, since i don't use VBA at all. Can someone please take the info below and tell me step by step how i would
|
| Macro Security | 29 Nov 2006 18:26 GMT | 1 |
I have created a Word 2000 template that contains a simple macro. Now that the template is complete, I want to post it to my corporate intranet. The problem is that all of the PC's in the company have the Macro Security level set to high (default). When users download
|
| File Placement/SharePoint | 29 Nov 2006 08:23 GMT | 1 |
Hiya A few months ago I created a wizard which allows users to generate a sales proposal by picking the required sections (lots of products, lots of services, different T&C's etc.), the code then finds the requested sections
|
| Question | 29 Nov 2006 08:19 GMT | 1 |
This is a re-post from 11-22-06. The original question was: A while back, I put a shortcut to a file folder on the menu bar in Word 2003. I can't remember how I did this? Could you maybe explain what I did please?
|
| error handler | 29 Nov 2006 08:17 GMT | 1 |
Further to problems with getting a form compiled in Word 2003 to behave properly with older versions, how can I stop my form getting closed by the error ? It's only one button on my form that calls the bound routine so another
|
| macro to manipulate selected text only | 29 Nov 2006 08:11 GMT | 7 |
I am trying to make a VBA macro that works line-by-line on one or more paragraphs which I have selected with my mouse out of a larger document. Specifically, I want to change the font size, put a newline character at the end of each line, and add six spaces to the beginning of ...
|
| Help:Using strings to call subroutines | 29 Nov 2006 07:33 GMT | 3 |
I'm wondering if any body knows how to call a subroutine from a string. For example: Dim TestString as string TestString = "MySubroutine(Data)"
|
| Check box group | 29 Nov 2006 04:03 GMT | 5 |
On a Word Template I have created 3 Checkbox "Not Check box Form Fields" and all these three Checkbox have an identical Groupname of Gr. Problem is when I try to create a document out of this template I can check mark all 3 check box at the same time... Isn't this supposed to be ...
|
| Where can I get help for VBScript? | 29 Nov 2006 02:52 GMT | 1 |
I have a word macro that I need to convert to VBScript. I've done simple ones in the past but this one is a little more complicated and I'm having difficulties. Does anyone know of a message board like this for VBScript?
|
| word and my scanner | 28 Nov 2006 22:08 GMT | 1 |
how aquire text into word by using a scanner?
|
| printing filename of document in the footer | 28 Nov 2006 21:39 GMT | 7 |
Group, I have a VB.NET program that searches a directory for all *.docs, then does a search & replace funtion. For each document that a search & replace was made, I need a printed copy of the document with the "filename" included
|
| numbers in an Array are the Same? | 28 Nov 2006 21:19 GMT | 4 |
I am adding numbers to an Array via the users selection (user selects a number and it adds it to an array). What I need is a way to check if there are two or more numbers that are exactly the same inside the Array. I need to find out which numbers are duplicates, triplicates, ...
|
| Custom Toolbar Drop Down | 28 Nov 2006 21:16 GMT | 4 |
I have a document that is linked to an Excel data file (the data in the Excel file is date specific by year and month). I have a custom toolbar in Word that has buttons to update the Excel data, but I would like to add two drop down boxes (year and month) to my toolbar so that ...
|
| How doc properties created in one file be available in all docs | 28 Nov 2006 21:13 GMT | 1 |
I need to insert fields in a word document. All required doc properties was created in File>Properties>Custom. This was inserted into the document using Insert>Field option. Now i need this set of doc properties to be available in all the files that i edit or create new. I tried ...
|
| Detecting when controls on the ribbon are accessed | 28 Nov 2006 20:51 GMT | 1 |
I was wondering whether there is a straightforward way of detecting programmatically when certain controls on the ribbon are being accessed? More specifically, I want an event to be fired when the user inserts a section break or a page break in a Word 2007 document.
|