| Thread | Last Post | Replies |
|
| Launch VBA form from toolbay buttom | 09 Feb 2006 16:57 GMT | 1 |
I have made a VBA program & exported it out to a .frm. Is there a way to create a toolbar button to run the .frm which in turn would run the code in the background?
|
| Delete all shading | 09 Feb 2006 16:49 GMT | 2 |
Alright, now... i only ask questions when i really need help... so here goes. I have documents that have all this highlighting to help notify people of issues that may or may not be problematic, so i have this- Sub RemoveHighlights()
|
| ActiveDocument.Fields.Add - Setting Font Color and Hidden? | 09 Feb 2006 16:26 GMT | 1 |
Is there a way to set the font when adding a new field? Set newfield = ActiveDocument.Fields.Add(Range:=Selection.Range, _ Type:=FieldType, Text:=FieldText, _ PreserveFormatting:=PreserveFormat)
|
| Disable AutoOpen macro after saving document | 09 Feb 2006 16:25 GMT | 3 |
I have a macro (below) that puts document information in the header and footers of a document from an external application which works fine until the user saves the document then opens another document from
|
| Hierarchy Sorting Macro | 09 Feb 2006 16:14 GMT | 12 |
I created a document that has a table, whose first column consists of numbers in a format of a headings. 1 Cats 1.1 Persian
|
| Populating Excel Worksheet with data from Word VBA UserForm | 09 Feb 2006 16:01 GMT | 2 |
I am trying to find a method to populate an excell sheet with information that is entered into a Word userform that I have created. I am quite new to VBA and have had great difficulty in finding a solution. Can someone please point me towards the light!
|
| Setting Excel Cell Type From Word Macro | 09 Feb 2006 15:17 GMT | 4 |
I'm writing a macro in Word that copies some data over from Word and puts it into an Excel spreadsheet. My question is, how do you define the type (e.g. text/number/date etc) of a cell in Excel. I have some values with an undefined number of
|
| About Sequentially numbered documents? | 09 Feb 2006 14:58 GMT | 3 |
I didn't know anything about macros and VBA for nowadays but I want to make my documents numbered sequentially and I looked at some related sites ( such as http://word.mvps.org/FAQs/MacrosVBA/NumberDocs.htm ). Also I read 70 pages about my subject at this site :) I changed the ...
|
| How do I print only one page in a document on MS Office Word 2003 | 09 Feb 2006 14:50 GMT | 4 |
I have a word document of 31 pages. I want to print only one of these pages (not the whole thing). When I select 'print', it just stars printing the whole document. It doesn't offer me the selection of what page to print, like I have in other applications.
|
| With tracking on, insertions don't display in browser. | 09 Feb 2006 14:39 GMT | 3 |
With Tracking on, insertions underlined in color, inserted text does not display as a change in "Web Page Preview" of the .htm file via the browser. Inserted text displays just not distinct from existing text. Deletions display as they do in Word. Searching help produced no ...
|
| Creating macro | 09 Feb 2006 14:29 GMT | 3 |
Good day Could someone please help me with a macro? I would like to paste text unformatted into Word. Thanks
|
| Macros error | 09 Feb 2006 14:24 GMT | 1 |
when launching an MS word Macros Document " microsoft visual basic sub or function not defined "
|
| mass conversion to PDF | 09 Feb 2006 14:14 GMT | 4 |
To convert multiple office files to multiple pdf files one has to 1. Set PDF as a default printer 2. Disable all PDF prompts for confirming file names, etc. This can be done under Acrobat settings or under PDF printer properties
|
| OpenDataSource Fails - Reposted from another forum | 09 Feb 2006 13:42 GMT | 17 |
In a PowerBuilder script, this line of code works fine in Word 9.0 (Office 2000). But it fails in Word 11.0 (Office 2003). ole_word_file.MailMerge.OpenDataSource(is_excel_doc,0,FALSE,TRUE,FALSE,FALSE,"","",FALSE,"","","Entire Spreadsheet")
|
| Quick & clean way to select all following chars until colorchange? | 09 Feb 2006 12:44 GMT | 2 |
I'm trying to select all characters which have the same color as a certain character without any gaps example: bbbbbbbbbbbbbbbbbbbbbb<cursor is here>ggggggggggggggggggggggggggggggggggggggggbbbbbbbggggggggggg
|