| Thread | Last Post | Replies |
|
| Add-in from Microsoft does not run macros | 11 Nov 2006 00:45 GMT | 4 |
I loaded the Word 2002 Support Template, available from Microsoft (KB318796) which, supposedly, enables the modification of some of the Word settings. It creates a template in the "Microsoft Office Tools" directory. It was installed properly as far as I know.
|
| Script | 11 Nov 2006 00:38 GMT | 1 |
I am totally worthless in Scripting/VBS I am wondering if someone would be able to but these 2 scripts togheter. 1st Script: Public Sub BatchTEST2()
|
| VBA code that will delete all macros in the Active Document on Save | 10 Nov 2006 23:02 GMT | 9 |
I'm trying to create the following -- the final step involves removing ALL macros from the Active Document when saved I have a Word.dot that has a variety of BookMarks in it -- PLUS a series of forms with allow the user to:
|
| textbox value evaluation? | 10 Nov 2006 21:34 GMT | 1 |
I have a question about my code posted below. For some reason, if txtCurrentWeek.Value = 5 and txtTotalWeek.Value = 21, the msgbox will be displayed, even though it shouldn't. I belive it has to do with the value not being read as an integer or the length of the value (I ...
|
| update fields in header | 10 Nov 2006 14:48 GMT | 2 |
I have at template that has variables in the header I have a sub for updating all variables in headers but I have some troubles with update the variables in the first page header that is set to different fist page. I have tryed different solutions for this but none of them seems
|
| Delete a shape | 10 Nov 2006 13:17 GMT | 2 |
I have to cover an anchored logo with a shape so it is non-printing (hidden text won¹t work). I can set the shape with visual basic so it is over the logo but how can I remove it (and leave the logo there) in case the user changes his/her mind.
|
| Word 2003: Addin template 'custom menu' does not appear for other templates | 10 Nov 2006 12:28 GMT | 1 |
I am facing a problem in word addins. Can anybody plz help me out on the same. I works as word specialist. I have a standard template for our company (without macros). I created macros (using record macros) and customized
|
| Unprotect and protect word document | 10 Nov 2006 12:20 GMT | 1 |
I have a slight problem with unprotecting and protecting a worddocument. I have a word document with a lot of mail merge fields, drop-downs and tabbing. In order to make the tabs and drop-downs work the document
|
| Saving a .doc as .docx without maintaining compatibility with Word | 10 Nov 2006 10:07 GMT | 3 |
I want to programmatically convert .doc files to .docx format. In SaveAs dialog "Maintain compatibility with Word 97-2003" checkbox is checked by default and when I writing code in VBA, I could not find any way to uncheck this option.
|
| Using a drop down menu or macro to change clipart | 10 Nov 2006 09:47 GMT | 5 |
I have a report template that uses clipart of traffic lights to show project status. I'd like to be able to change those bits of clipart either by means of a drop down form list (i.e. the list effectively has graphics options instead of text, if you see what I mean) or macros to
|
| For...Next Satement with a UserForm | 10 Nov 2006 08:51 GMT | 2 |
I have a UserForm which is used to update a document and print two copies. The user enters the number of docs to complete in a TexBox TxtCnt. The For.. Next Statement works but control does not return to the UserForm after printing. How do i do that?
|
| Using VBA, how to open a MS WORD file in local maching ? | 10 Nov 2006 04:32 GMT | 1 |
Dim MSWordApp As Variant Set MSWordApp = CreateObject("Word.Application") MSWordApp.OpenFile("c:\myword.doc") MSWordApp.Visible = True
|
| Compare two strings | 10 Nov 2006 04:04 GMT | 6 |
I would like to compare two strings and highlight only the differences in the second string. Example: Compare The Dog is out
|
| Writing and searching keywords across office documents | 10 Nov 2006 02:29 GMT | 1 |
I'd like to write something to help fill out the keywords in the file properties in docs and other files. Is there a hook to do this programatically in word? Something that already does this? Is there a known method or tool to search only through the keywords
|
| How do I import macros from another office user? | 09 Nov 2006 22:29 GMT | 2 |
I have a client who wants to let all the other workers in her office use the macros she created in Word 2003. They all have Office 2003. Is there a way they can do this that isn't too technical? Or, in the alternative, is there a way I can do it for them that won't take too ...
|