| Thread | Last Post | Replies |
|
| Clearing Clipboard with VBA Impossible? | 26 Jul 2007 18:12 GMT | 5 |
When searching for a way to clear the clipboard in Word 2003, we found Jonathan West's suggestion of using "CommandBars.FindControl(ID:=3634).Execute", however we can't get it to work (maybe it works but we are missing a piece of the puzzle).
|
| Paypal in a word document | 26 Jul 2007 17:43 GMT | 1 |
Is there a way to put "buy now" buttons from Paypal into a Word document?
|
| Displaying InputBox Text | 26 Jul 2007 17:38 GMT | 1 |
I am new at this and trying to create a macro in work that will insert a new appendix cover sheet in a report template. Allowing the user to type the Appendix letter and name to display for the title and footer. How do I get the InputBox data entered to appear in my Word ...
|
| Compress word documents | 26 Jul 2007 16:46 GMT | 1 |
Anyone knows of any software, capable of compressing word documents as they are created, meaning the file will be created, but at the same time compressed, so it can be shown through RDP within an acceptable time. Graphics in RDP is not fast, and with files of more than 15 MB per ...
|
| Split a Document using VBA | 26 Jul 2007 16:33 GMT | 1 |
I have a very large word document (2721 pages) which contains a datafile too large to open in Excel. My aim is to split this data into manageable chunks for excel to open. The data source is currently 163,250 lines but will grow daily (unsure by
|
| disable tab stop for option button | 26 Jul 2007 16:18 GMT | 2 |
I have a form with an option button group that I am setting up. In one scenerio the same option would always be selected. I ahve already set the value of that one to True and the others False. I have also locked all the buttons. However, when tabbing through the form all the ...
|
| IF Statement / Macro --- I tried! | 26 Jul 2007 14:12 GMT | 5 |
I need to create an IF statement and need some help! I am building a table and I need to look at the "status" column in order to insert the appropriate value in the following column. Here is what I want my IF statement to do (in English)!:
|
| Disable word "Save As" for a specific document | 26 Jul 2007 14:11 GMT | 2 |
I was trying to disable the "save as" feature in a word document and I wrote the code: CommandBars("Menu Bar").Controls("File").Controls("Save As").Enabled = False it works but the button stay disabled after I close the word and open it
|
| SAVEAS vba | 26 Jul 2007 14:04 GMT | 2 |
I have word documents that have the first line adogisacat apigisacow How do I select the 2 to 4 characters and save in c:\animals\
|
| ReplaceBookmark | 26 Jul 2007 12:54 GMT | 3 |
I think this error has to do with AutoFormat. If I have a bookmark at the beginning of a line--then a space--then the next word as: MyBookMark cannot figure this out. ReplaceBookMark MyBookMark, "Joe"
|
| Document Propertties Summary to Display | 26 Jul 2007 12:44 GMT | 4 |
How can get a Macro to display the document summary tab. Here is the code I am using but it shows an old 3.1 dialogue box. Thanks Mike
|
| MS Word Macro to combine duplicate headings | 26 Jul 2007 12:35 GMT | 1 |
I have a long list of records such as contained in the following short example: Each item begins e.g., Record number: 1, Record number 2 Each item ends with a unique sys.no. e.g. sys.no. 002286060
|
| How to select the last table in the active document? | 26 Jul 2007 12:28 GMT | 2 |
Hey Everybody, How would I go about selecting the last table in the active document (this table could span multiple pages). Thank you,
|
| Any way to close a UserForm from another macro or with sendkeys? | 26 Jul 2007 11:40 GMT | 3 |
I have a routine that opens a new document based on a template. This template has an autonew macro that shows a userform. Normally this is exactly what I want from this template. But when it's opened from another document, I'd like to bypass the userform.
|
| PageSetup + Section Breaks = Value out of range Run-time Error 4608 | 26 Jul 2007 10:05 GMT | 2 |
I have seen this problem on a few forums and have found a solution that has so far worked 100%. If you don't want all the details skip to the second to last line. The problem occurs when using a VBA macro to set certain Page Setup
|