| Thread | Last Post | Replies |
|
| Forms | 29 Jun 2005 14:48 GMT | 1 |
I'm still having trouble with the following. I did get one response that said that in order for the Macro to show it "it must be a Public Sub with no parms." I'm not sure what that means. Can someone help? It seems that my FormField Option box is pointing to the wrong place. ...
|
| macro to remove manually-applied character formatting | 29 Jun 2005 11:55 GMT | 6 |
I'd like to write a macro that removes all character formatting of the selected text (eg manually applied italics). It would be similar to the fuction that Ctrl + Spacebar performs, except that this also removes the formatting applied by character styles (eg the blue text
|
| Protecting a word document | 29 Jun 2005 11:08 GMT | 10 |
I've created a word document which has been linked to its ow independent template and all connections to normal.dot have bee severed. What I want to do is this. If a user opens this document and choose
|
| designating a print tray | 29 Jun 2005 06:30 GMT | 2 |
wdPrinterUpperBin and wdPrinterLowerBin work great with our HP 5si printers. However, i'm needing a macro that prints to Tray 2 on an HP 9040 printer and this does not work. I've also tried - Options.DefaultTray = "Tray 2" - and this did not work. In both cases, i get print out ...
|
| How to determine if a range starts at the top of a page? | 29 Jun 2005 02:51 GMT | 2 |
This is any page, not just the first or end page. If range is not possible is it possible with a paragraph?
|
| Access form field data to custom Word template? | 29 Jun 2005 00:46 GMT | 2 |
I have developed 4 sequential Access forms to collect and calculate information for a monthly report. Alot of the information is calculated right in the form, since most of it is not neccessary to keep in this database. I just want the offices to be able to produce this form ...
|
| Word Email Macro/Script | 29 Jun 2005 00:44 GMT | 1 |
I have created a protected form that needs to be sent to a large community. I would like to have a "button" placed on the form that will save the form and them email it it to specific users using the filename as the subject line. Thanks!
|
| Determining the Font in a listtemplate | 28 Jun 2005 23:34 GMT | 1 |
I am trying to figure out how to determine the font used in the numbering scheme of a list using visual basic. MsgBox para.Range.ListFormat.ListTemplate.ListLevels(1).NumberStyle MsgBox para.Range.ListFormat.ListTemplate.ListLevels(1).Font
|
| Office XP not let me use Micros at all, how to get them working | 28 Jun 2005 23:28 GMT | 1 |
Most of the time micros and styles do not work, I've loaded Word 95 back on my computer when I really want to get something done correctly. Now that both my styles and macros do not work, does not seem much use in using anything newer
|
| Find Highlighted Text | 28 Jun 2005 20:57 GMT | 1 |
I am trying to write code that will find and record (into a collection) all highlighted words/phrases within a document, but I've yet to comprehend Word's Find Method. Does anyone have anything similar? Or have a link to a GOOD (i.e., not like the one in the Help Files) ...
|
| Determining which type of breaks are present on a page? | 28 Jun 2005 19:38 GMT | 12 |
All I need to programmatically determine if a column break is present on a page. I'm familiar with the Breaks object but can't seem to use it to get the type of break.
|
| new function?? | 28 Jun 2005 17:08 GMT | 3 |
I am currently using MS Word 2000. I have received a file from client and when i try to open it always opens the VB code and the error occurs it says "compile error, method or data member not found" the cursor is on .pictureWrapType = wdWrapMergeInline under with option. Is it ...
|
| Find a paragraph that is also in autotext | 28 Jun 2005 16:44 GMT | 7 |
After searching, browsing, finding out all kinds of things about autotext, I cannot tell if I can do what I'm about to ask about. If somebody could help with syntax or tell me it can't be done, I'll either start coding or stop trying to find out!
|
| say what a print screen is | 28 Jun 2005 16:35 GMT | 1 |
i am really confused- wot is a print screeen!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the
|
| adding text to header | 28 Jun 2005 16:21 GMT | 2 |
I'm using VBA to alter chapter headers (one primary header, one even page header) for each section (chapter) of a document. (I know I could use Word's cross references and header styles to deal with chapters,
|