| Thread | Last Post | Replies |
|
| How can I manipulate Word table cell alignment from Excel? | 18 Nov 2005 01:53 GMT | 2 |
I am writing an Excel application that creates and then formats a Word table in a new document. I want to be able to set the cell alignment using VBA to Centred. I have tried using the Range object but to no avail. I also tried running a macro in Word, referring to the VBA code ...
|
| Problem using VBA to create sequentially numbered documents in Word | 17 Nov 2005 20:44 GMT | 6 |
I am using a certain Autonew VBA program to automatically generate a new invoice number every time a certain word document is opened. Everytime I use it, it works great UNLESS I switch users on my computer, it which case I get the error message "Method 'PrivateProfileString' of ...
|
| Web Design in Word | 17 Nov 2005 20:34 GMT | 3 |
I know the first thing I will hear is not to use Word for Web Design, but...textbooks are published for just this purpose and that is how I was taught in college to do general Web page/site design. Having said that, I am trying to put together a site--or at least a site design ...
|
| Setup a macro to change a number after each print | 17 Nov 2005 19:37 GMT | 1 |
I am trying to setup a document that will change a number on it every time I print the page. It is a one page form that is used for customers with computer troubles. The issue is I have to cahnge the index number every time I print the page and I want it to change it when I tell ...
|
| Need a batch update of Doc Property Author | 17 Nov 2005 16:20 GMT | 2 |
Anyone know where I can get a macro or mechanism whcih will load a value into the document property: Author? I have 650 docs in a folder which all have to be updated. Loading other property values would be useful as well. Thanks for any assistance.
|
| formatting text from recordsets | 17 Nov 2005 16:19 GMT | 1 |
I am a noob at word vba and I am hoping someone can help me here. i am reading records from a recordset and inserting them into my word document. the records are data type of text. I am able to open the recordset and insert the records into my document by
|
| Word should allow making a macro for formatting an imported EPS | 17 Nov 2005 15:57 GMT | 3 |
When turning on the macro recorder, I have discovered that the tools associated with formatting an imported picture are turned off. I consistently import full-page EPS images, to be positioned and sized to fit the page. The settings I need are the same, every time. Frustrating ...
|
| is there a way tHat i can create an overlay with word | 17 Nov 2005 13:18 GMT | 7 |
I have a form that I want to put data on. I want to scan the form into word and then merge data over it. Anyone know how to do that??? Mike
|
| How macro can do printscrn of other application and paste in word | 17 Nov 2005 08:30 GMT | 9 |
I am trying to create a macro in word to do a printscreen in toad and paste it in word. Is it possible to get the events of toad application captured in word macro. Thanks
|
| programmatically inserting a header | 17 Nov 2005 07:41 GMT | 1 |
i've got a table in my startup folder template i need to programattically insert it into the header of a some other templates. i can't seem to find anything on this. Header.Range.Text = "Text"
|
| WordStar to MS Word conversion engine. | 17 Nov 2005 07:06 GMT | 3 |
I have a number of documents in WordStar format (a defunct word processor) that I need to convert to MS Word "doc"s. I have looked through the HELP function in MS Word with no success. Microsoft's web-site topic search doesn't recognize the term "WordStar."
|
| need help fast | 17 Nov 2005 01:43 GMT | 2 |
I have been trying to make a template for my company (vet hospital) for our surgery dismissals. I'm totally new to this and have been having many many problems. After finally figuring out how to do the userform I tested it. When I hit the OK or Cancel buttons the template ...
|
| how do i add items in the drop down box using Visual basic? | 17 Nov 2005 00:07 GMT | 3 |
Can anyone tell me how do i use vb to add items in the dropdown box as i am making a form and using control toolbox to create a drop down. please Help!!!!!!!!!!!!
|
| Broken links in Word 2003 VBA Help | 16 Nov 2005 21:28 GMT | 1 |
Some of the links shown in the VBA Help search results panel do not do anything. If I click on any link that has (Visual Basic for Applications) appended to it nothing happens. Other links with either nothing or (Forms) appended are working fine and display the appropriate help ...
|
| How to prevent the wdPaneComments pane from opening | 16 Nov 2005 21:08 GMT | 2 |
I have a toolbar to add comments using: Selection.Comments.Add Range:=Selection.Range Selection.TypeText Text:=MyText How do I prevent the wdPaneComments pane from opening.
|