| Thread | Last Post | Replies |
|
| Report Writing to MS Word Using VB6 | 29 Mar 2006 08:22 GMT | 5 |
I need to write a report in MS Word using VB6 in the below format : Format : Page Heading : "COMPANY NAME" (Page Centre,Font = Bold, Size=14,
|
| Printing problem | 29 Mar 2006 08:22 GMT | 5 |
I am trying to print out a selected range of pages with the below code but the print fails to complete. Please can someone assist with a solution. Sub Print_Guidance() Dim i As String
|
| manipulating pdf files from vba | 29 Mar 2006 07:39 GMT | 10 |
I am processsing a file folder with about 60 pdf files in it, from word 2002 vba (windows XP - using acrobat 6). My code opens each file and deletes some bookmarks before moving on to the next. Around pdf file 35 or so, I get the following error:
|
| How to automatically assign standard password to documents | 29 Mar 2006 05:56 GMT | 1 |
in order to protect certain documents from being read when they accidentally get sent out by email I would like to do the following: - When a document is being saved for the first time being asked whether to assign the standard password (that's right, same password for all
|
| Find/Replace Error | 29 Mar 2006 01:19 GMT | 6 |
I have code to find and replace strings of text within a document. However, I get a run-time error "5560" stating the Find What text contains a Pattern Match expression which is not valid. This is the code: FindAndReplace:
|
| Opening specific folder clicking user defined button | 28 Mar 2006 22:54 GMT | 3 |
In Word: I have created a new button (copy of Open folder) with company logo in the Standard menu. How can I attach a macro which opens a spesific folder, containing the
|
| VBA paste clipboard picture | 28 Mar 2006 22:51 GMT | 3 |
Word 2002; windows 2000 Having a new document open and pressing a command button to run my VBA command: it opens a master document and copies a picture of a signature off the master document to the clipboard. It closes the master document and
|
| How would I search for a word using regular expressions? | 28 Mar 2006 22:21 GMT | 3 |
I need to search for all whole words and whole words words that also contain hyphens. For example: B1-B2 This is what I have so far..
|
| Can I use a switch to truncate/substring a field? | 28 Mar 2006 22:08 GMT | 3 |
I am programming a document where I am inserting a character field (length=25) and I only want the last 4 characters inserted. I am trying to insert this field into a table and am limited on space. Word 2003
|
| Address Book button | 28 Mar 2006 20:31 GMT | 1 |
I created a user form that fills in information for a letterhead. Is there a way to add the address book button on to the vba user form. Ideally, I want them to be able to insert a person from their Outlook Contacts (which is already assocaited with the address book button) ...
|
| can I use the Office 2003 dictionary in C#? | 28 Mar 2006 18:16 GMT | 1 |
I'm using C# (and the .net framework 2). can I use the Office 2003 dictionary? I want to search for translation of a word in the office dictionary and print the result.
|
| How do I get labels so they aren't manually fed? | 28 Mar 2006 18:15 GMT | 1 |
I need to have my labels print from a tray, not manually fed. However, the labels that print when you hit the envelope at the top of the page will not let me change the print option to Automatically select tray from manual feed. How can I change this default setting? I am using ...
|
| Templates with UserForms | 28 Mar 2006 18:06 GMT | 6 |
I'm using Word 03. I have a collection of Word templates which contain UserForms. They work well on most of the computers, however there are 3 computers, that when the user tries to create a new doc based on the template, the userform does not appear, only the template. So ...
|
| Kill a UserForm | 28 Mar 2006 18:03 GMT | 7 |
I am trying figure out how to "terminate" a userform and code in progress if a user clicks a "Cancel" command button or the "X" on the form. Here is the problem. The user enters text in a textbox that could result in an error. That text is passed as a variable to another
|
| Do a text search throughout an entire document in VBA | 28 Mar 2006 14:27 GMT | 15 |
The code behind is pretty much standard (I just copy and paste). Something very strange, the number of occurence for this search string is correct. But the insertion point (in my case the cursor) seems to be "frozen" at the
|