| Thread | Last Post | Replies |
|
| How to change fonts in a word macro | 05 Feb 2007 20:46 GMT | 1 |
In this macro I want the first char to be in Bookman Old Style16pt Bold, then the rest of each entry in Arial 10pt regular. Public Sub MAIN() Dim Td
|
| Merging fields using Access Database. | 05 Feb 2007 20:29 GMT | 5 |
I use this function in an Access Report to Format Peoples names properly. I wish to merge a word letter with my Access query but I don't know where in Word I would place this code or something like it. Can I use a variable to hold my result, in place of the merge fields drop down ...
|
| XML structure task pane | 05 Feb 2007 20:14 GMT | 4 |
I am trying to use Word 2003 as an XML editor. I have an c#(.net 1.1) application that opens a word application, opens an xml file as a template, attaches an xml schema, and opens the XML structure task pane. The problem I am having is using the child element window in the task ...
|
| Make Styles and Formatting Task Pane Visible | 05 Feb 2007 20:11 GMT | 1 |
I want to put a line in the auto open macro that will turn on the styles & formatting task pane. This gets me the task pane: CommandBars("Task pane").Visible = True but I can't figure out how to specifically get the styles and formatting pane.
|
| Macro for Paper Size | 05 Feb 2007 16:10 GMT | 8 |
I was wondering if there is a way to create a macro that simply allows the user to change the paper size ? (Besides going to Page Setup and changing it there)
|
| Can't save Word Macro | 05 Feb 2007 15:29 GMT | 1 |
I have written the same two or three marcos about a dozen times and Word keeps dumping them. It is as if is not updating the Normal template or something. Any ideas? Thanks-
|
| repeating data not updating all fields, only first | 05 Feb 2007 14:17 GMT | 2 |
I've created a 13 page form which reuses several pieces of data throughout. I've created a userform interface to the form template to gather the data and disperse the data throughout the document after opening the template. I've created bookmarks to correspond to the data, ...
|
| Find AND Fix Fractions | 05 Feb 2007 13:18 GMT | 5 |
Hi all-- I'm regularly generating documents using Mail Merge with Word and Excel that contain fractions (usually simple ones like 1/2, 2/3, 1/8, etc.). I'd like a Macro that would find any fractions and format them to "superscript num. --
|
| Is there an html code for no right click | 05 Feb 2007 12:41 GMT | 4 |
I'm looking for an html code that will not allow visitors to your site, right click on a picture to copy it. I have found a couple on different websites, one of them completely wipes out the site, (luckily I had a backup) and the other says that the code written for no right ...
|
| Forcing execution of an event.... | 05 Feb 2007 11:54 GMT | 3 |
Hy there, I wrote a very simple macro to automate printing of a document and as the "Manual Duplex" printing option isn't working properly, I'd like to handle with VBA everything.
|
| Select the whole of a word document to copy | 05 Feb 2007 04:52 GMT | 3 |
How do I select the whole of a word document so that I can copy it. What do I use to copy it as I have tried "wordapp.copy"
 Signature Regards
|
| compare word documents side by side using VB 6.0 | 05 Feb 2007 02:46 GMT | 3 |
I am new to VB. I need to Compare two MS Word Documents side by side using Visual Basic 6.0.I will be thankful if anyone help me sarath
|
| File open? | 05 Feb 2007 01:34 GMT | 1 |
I'm writing a macro that tests to see if an Excel file is currently open. I've tried the following with no luck: if Excel.application.workbooks(File).open = true then ...
|
| no spacing between cells in table | 04 Feb 2007 15:21 GMT | 3 |
Working in Word 2003. If you format a table using the Word menus/dialogs, you have the option of not allowing spacing between cells. (Table | Table Properties. On the Table tab, Options then remove checkmark in front of "Allow spacing between cells.")
|
| select problem because of shape | 04 Feb 2007 14:55 GMT | 26 |
I have such a problem I usually select text in document this way ActiveDocument.Range(start:=7,end:=8).select but when there is any shape in this document on the same line with the
|