| Thread | Last Post | Replies |
|
| Remove whitespace in footnotes fails | 10 Feb 2007 15:22 GMT | 2 |
I am trying to remove all whitespace from the end of a footnote in Word 2007. I create a footnote in a new document with lots of space on the end: "My footnote " I turn on the reveal codes/show marks (backwards P in ribbon).
|
| MsBox showing all the headings of each section | 10 Feb 2007 15:07 GMT | 1 |
Dear Experts: I am trying to write a macro that shows me all the headings of all the sections in a MessageBox, i.e the text from the first paragraph of each section along with the section number should appear in a Message
|
| REALLY deleting a macro and VB project. | 10 Feb 2007 10:00 GMT | 3 |
Hi All, Appologies if this is a real no-brainer... I've had zero training in Office or VB .. all self taught, and frankly it's not a natural talent ... I started a project that consists of a userForm, two modules, and a toolbar button for the macro. Macro opens form, then form ...
|
| Replace RTF \par with Carriage Return | 10 Feb 2007 07:20 GMT | 2 |
I have plain text with the RTF code "\par\par", indicating a blank line between paragraphs. I need to put this text into a word document and replace the "\par\par" with two paragraph marks, i.e.two carrage returns.
|
| Word 2007/Visual Basic - Document Branding with Controls | 10 Feb 2007 04:51 GMT | 4 |
I'll try to be as specific and short in describing the issue I cannot resolve or find a work around for as it applies to my company and using word 2007. I have been assigned the task to find a way to develop one document that
|
| Limit variable to text/number | 10 Feb 2007 00:01 GMT | 4 |
I have some code that asks the user for information on a template: Dim ACCTSSN As Integer ACCTSSN = InputBox("Enter Borrower's SSN (123456789)", "SSN") I check the value to make sure they put in 9 characters:
|
| Setting a character style | 09 Feb 2007 23:33 GMT | 1 |
I am creating Word documents from an Access database and I am trying to insert two fields into one line so I thought I could do it with a character style (NormalBold) but the paragraph style is overriding it My code is
|
| Fill-In Field displays results twice | 09 Feb 2007 22:34 GMT | 7 |
I have a fill-in field on a document template that is displaying the results twice. Here is my code: {FILLIN "Enter the EDFUND Account Number" \o} I saved the document as a template and it prompts me as expected, but once
|
| Automating charts in word | 09 Feb 2007 21:53 GMT | 1 |
Is it possible to automatically update charts within a word document from a data source and thus create automated reports? I want to create several research reports which will contain around 10 charts (e.g. excel bar charts). The data will be in one source and will contain flags ...
|
| how can I create a macro from text I have already typed? | 09 Feb 2007 21:26 GMT | 2 |
I frequently find myself typing chunks of text that, once I’ve finished, I realize I’d like to save for repeated future use. But since I didn’t have the macro “recorder” turned on when I was typing, there is no macro created. I’ve tried to remedy this by by copying the text and ...
|
| macro for applying one Style conditional on another Style | 09 Feb 2007 21:15 GMT | 1 |
I'm trying to create a macro that will do the following: Let's say I had a table and I applied a certain Style to one of its cells. I would like for Word to automatically apply a different Style to its neighboring cell when I tab over. I'm basically trying to translate the
|
| Keydown/up events in userform to set shortcut keys (Revisited) | 09 Feb 2007 20:26 GMT | 5 |
The other day I posted a question re. setting up a user form to assign shortcut keys to various macros. (Thank you Perry and Jean-Guy for assistance with this!) This is sort of an update -- with new code and three new questions... (And
|
| Macro won't run on "read only" document. | 09 Feb 2007 19:40 GMT | 14 |
I have assigned a simple sorting macro to my word 2007 table. The document is save in a file that has the access locked down making it "read only" to anyone who does not have access to change the document. I have set the macro security to low, but still can't get them to run ...
|
| merging with query in access 2003 | 09 Feb 2007 19:37 GMT | 3 |
I would like to automate merging between word and access 2003. I had code that worked in 2000, but now I'm getting error messages. Thanks. jbc
|
| DsoFramer, Word 2003 and the 2007 file format | 09 Feb 2007 18:41 GMT | 1 |
When attempting to view a Word 2007 format document using the DsoFramer, the file will not open with the following error message: Unable to open document. (-2147217149): The associated COM server does not support
|