| Thread | Last Post | Replies |
|
| Find and Replace Paragraphs | 29 May 2006 04:25 GMT | 2 |
I am trying to use, or maybe abuse, word macro to replace repeated paragraph in my work. I gave each paragraph a code then wanted to replace the paragraphs with Find & Replace macro. I keep getting teh message: "String parameter too long" The paragraph I am trying to use
|
| Startup File Not Available | 28 May 2006 18:31 GMT | 5 |
I placed a template on one PC in the directory located at Tools...Options...File Locations...Startup - and the toolbars and macros are available. On another PC, with the file placed there, it is not available. And I switched Security to low. Any reason the template toolbars and ...
|
| word forms | 28 May 2006 07:45 GMT | 2 |
I want to be able to make a form using MS Word and have that form with check box selections. Based upon the boxes the user checks, I want pre-made word forms to merge into one document / package that can be printed off after the user finishes the merged document. Can this type ...
|
| Add-In button fails after document changes | 28 May 2006 07:43 GMT | 2 |
I'm using office 2003 and have a Word Add-in built using the VBA editor the comes with Office Pro. The Add-In creates a command bar and adds a button with events. The onclick event works for the first document. When you click the button on a second
|
| Importing PDF as image | 28 May 2006 06:45 GMT | 2 |
PDF is essentially an image file (or something closer to image than text.), is it not? Is there a way to import a PDF file into Word (and ultimately automatically using VBA). I have a PDF >> Word converter which does a sort-of OCR scan, but that's not
|
| Can I add "Plc [0-9]{1,}%" | 28 May 2006 03:25 GMT | 2 |
Hello From Steved Thankyou in Advance. Can I add "Plc [0-9]{1,}%" to the below macro or do I have to have 2 macro's please. Sub Win()
|
| emptypage | 27 May 2006 21:13 GMT | 5 |
I have a word doc with 40 pages. Some of the pages are blank. How can I delete the empty pages using VBA.
|
| Macros | 27 May 2006 17:00 GMT | 1 |
When programming macros in WP 5.1, I would use CTRL PgUp RETURN RETURN so that I could insert text when I ran the macro. How can I program a macro with the CTRL PgUp RETURN RETURN command in MS WORD? Pausing the macro does not work.
|
| Recording Data from a VBA macro | 27 May 2006 14:50 GMT | 5 |
I have a macro with many userforms and have some code that records whether each checkbox or optionbutton was selected. This data is then stored as a string called MIDATA and added to a text file (and then this text file is linked into an Access database)
|
| Office 2007 & Ole Automation | 27 May 2006 10:38 GMT | 5 |
Hello, Just playing around with the beta release and I was wondering if there is a trick to get ole automation working in the new version? We have a database application that we've interface into Word to merge data
|
| i need xp wizard program down load | 27 May 2006 07:36 GMT | 1 |
i did mistake and deleted it and now i have to have it back
|
| Macros still work after converting .doc-->.pdf-->.doc??? | 27 May 2006 02:31 GMT | 2 |
I'm trying to implement the use of some macros at work and the next problem facing me is the file control system that we use. All of our documents are created in Word then stored on the network as a PDF then when you need to edit them again they are converted to a Word document. ...
|
| Macro needed to verify just 4 numbers | 26 May 2006 20:40 GMT | 5 |
I've read several postings but just can't seem to get it to work. I have several Word 97 fields and want to validate on exit that only numbers 0, 1, 4, 9 were typed. Otherwise, a message box will displays with instructions, and the cursor will return to that field so it can
|
| Macro for Word or Excel that changes hyperlink display text to address | 26 May 2006 20:36 GMT | 2 |
I have over 1000 citations for which the article titles are the display text for the hyperlinks. For each article I want to change the display text to the hyperlink address. I tried recording a new macro, but it wouldn't record the right-mouse "edit hyperlink" selection. I ...
|
| Recursive find and replace | 26 May 2006 19:01 GMT | 1 |
I am writing a macro to recursively find a word delimited with | (eg |name|) and replace it with a string which I prompt the user for. Any ideas on how best to do this. Many thanks,
|