| Thread | Last Post | Replies |
|
| Search for grouped clipart and text | 02 Aug 2005 15:51 GMT | 4 |
I am looking for assistance on searching on shape objects. I have grouped clipart and a textbox that I am trying to search on. The code below works when I manually search, but I would like to automate this process. I have the grouped images anchored to text. I want to align
|
| Pulling out words in capitals from word doc | 02 Aug 2005 12:52 GMT | 8 |
Plesae could someone help me out with some code to extract words that appear in CAPITAL LETTERS in a word document? I cannot find any reference to this in VBA help files. Many thanks
|
| selecting specific area in cell | 02 Aug 2005 12:48 GMT | 1 |
How can i select a area between my firstword and my second word. I also dont know how many lines to copy(blah words) between first word and second word as its a merge field eg
|
| vba code for going into Word header | 02 Aug 2005 12:44 GMT | 3 |
I'm writing a macro that uses the following code, but at this point I get an error, and my macro does not allow going into the header. It works perfectly on a PC at my home, but not on the PC at my office. The error I get is: Object variable or WithBlock variable not set (Run time ...
|
| Automatically transfer word form data to access table | 02 Aug 2005 11:49 GMT | 1 |
My problem is that i need to automatically transfer data from word form to access database when I click a button. I would be very grateful if someone could give me the programming code to connect a simple text form to a database table. I have search the entire web but could not ...
|
| Using one doc for several products | 02 Aug 2005 03:33 GMT | 1 |
I have a doc that needs to be interchangeable so we can use it for 3 products...for example... The doc is called source cap and it needs to be used for branch cap and batch cap. Is there a way to use a variable where these names are concerned
|
| Hide or delete text in header (word 2000) | 02 Aug 2005 01:02 GMT | 2 |
Anyone have a pointer as to how I can delete all text in a word 2000 header? I tried this within a for each and while it works, it also seems to make the doc always open in Normal mode. The docs usually open in
|
| Getting unfomatted text from a table cell | 02 Aug 2005 00:45 GMT | 9 |
I'm using Selection.Tables(1).Cell(1, 1).Range.Text to find the contents of a table cell. The problem I'm having is that as well as getting the text, it gets some strange character at the end of the cell (the end-of-cell marker?). How do I stop this from happening?
|
| Deleting everything between two page breaks | 01 Aug 2005 22:23 GMT | 1 |
Is there an easy way to delete all of the content between two page breaks? devin
|
| Can VBA count how many macros I have? | 01 Aug 2005 20:10 GMT | 5 |
I have collected quite an assortment of macros over the last 2 years. Is there a VBA method for counting how macros there are, with several modules holding five or more macros? Ed
|
| merging multiple documents pages into one? | 01 Aug 2005 17:34 GMT | 2 |
hi all.. i have a dynamic insurance offer i need to generate dynamically. the offer should be for 4 types of insurance, and includes 3 pages. while the last 2 are rather the same, the first page is mostly
|
| run macro from another project | 01 Aug 2005 10:12 GMT | 2 |
I want to run a macro from normal.dot. The macro is located in another project. Have tried with application.run and call, but the public macro can not be found.
|
| problems with code in thisOutlookSession (error 438) | 01 Aug 2005 09:07 GMT | 3 |
In Outlook 2002 I've got following code in ThisOutlookSession: Sub RufeBriefSchreibenAuf() AufrufAusWord = True Call BriefSchreiben
|
| wdDialogFileOpen folder problem | 01 Aug 2005 08:36 GMT | 4 |
We've just upgraded our system to W2k3 terminal server with Word 2k3 SP1. Macros which worked fine in Word97 are now a little flaky! In a couple of places we have code as follows: ChangeFileOpenDirectory UserDir
|