| Thread | Last Post | Replies |
|
| timed autoclosing of userform? | 30 Apr 2006 23:29 GMT | 4 |
Hi All :) What is the best way to put an automatic closing timer on a userForm? In this case, the userform is in the docment rather than in an attached template.
|
| Convert form fields from Word into an Excel spreadsheet | 30 Apr 2006 21:48 GMT | 2 |
I have multiple Microsoft Word 2002 forms with the data in form fields. I would like to convert the data into Excel 2002 so that the data from text1, text3, etc., are placed in an Excel table with each document's form fields in a line of Excel. I hope to be able to import the ...
|
| See my code in IDE????? | 30 Apr 2006 20:35 GMT | 5 |
I guess I'll just have to risk looking foolish. I have a few years experience with VB 6, and so I figured it would be a snap to dive right into VBA to create Word macros. I've recorded them and assigned each one to a hot key with no trouble.
|
| ms word is generating strange 'char' styles | 30 Apr 2006 19:21 GMT | 4 |
Dear computer masters, I am at sea. My 2002 Office Word for PC is generating strange styles, which I think is causing Word to freeze. The only styles I created and use are 8 heading styles, a normal text, a quote text and a quote
|
| Beginer to VB Word | 30 Apr 2006 18:42 GMT | 1 |
Could someone point out some basics or a tutorial on how to use the Visual basic with Word? Thank you.
|
| How to compare documents from command line? | 30 Apr 2006 11:08 GMT | 1 |
Does anyone know how to compare two documents from command-line or startup switches? And possibly storing the result automatically into .doc or .html format?
|
| create a macro in word | 30 Apr 2006 10:31 GMT | 1 |
I have recently installed the brand new office 2007 and i have got no idea how to record the macros i can run them by pressing the alt+f8 keys but then i get a bit stuk on the recording bit. this is what i want the macro to do for me: I want the macro to open another word ...
|
| Unicode 2044 Fraction Slash - how do I | 30 Apr 2006 08:09 GMT | 2 |
How do I get UNICODE 2044 Fraction Slash as Selection Type between my numerator/denominators in my VBA Selection.TypeText Text:="Unicode 2044" (what is correct VBA to insert the symbol?
|
| bidirectional data update between access and word form | 30 Apr 2006 07:43 GMT | 3 |
I am new with word programming. I created a word form containing tables and text boxes. Upon every new encounter and opening the form, I like to have opportunity of updating the tables and text boxes data entries.
|
| What macro term will accept all format changes only? | 30 Apr 2006 04:47 GMT | 8 |
Within Track Changes I am able to manually select and accept a single format change, but I want to be able to write a macro that will accept all format changes at once (while leaving all text additions and deletions as is). Does anyone know the secret phrase I'm looking for?
|
| Calculated fields in a form from a drop down list. | 30 Apr 2006 03:52 GMT | 2 |
I want to have a calculated field that calculates its result from a field that is a drop down list. I can get the formula to work when the first field is a text field (numeric format) but when I change that field to a drop down list the
|
| dynamic content | 29 Apr 2006 06:59 GMT | 3 |
Hello list I have a document template I am working on and what I need to be able to achieve is the ability to easily delete sections of the document that I dont want with VB.
|
| Intercepting Word Commands, but using Build-in Macro | 29 Apr 2006 06:41 GMT | 4 |
I'd like to trap a Word command; and If a condition is true run MyMacro, Else run the regular Word macro. I know that I can trap the build-in macro just using the same name; but then I won't be able to run the old macro anymore.
|
| Any way to have a messagebox pop up whenever a new page is started? | 28 Apr 2006 23:39 GMT | 10 |
Thanks in advance if anyone knows how to do it.
|
| set document variable to Wingdings character | 28 Apr 2006 23:34 GMT | 9 |
Word 2003 on XP Pro. Does anyone know how to set the value of a document variable to a Wingdings 2 character? My existing code is: ActiveDocument.Variables("required").Value = "Yes"
|