| Thread | Last Post | Replies |
|
| Macro Hangs When Table Row Crosses Page Boundary | 07 Nov 2007 01:57 GMT | 1 |
I have a set of macros which walks through the active document, inserting ActiveX control objects into table cells based on keword commands placed in the cell by the user. The macro works as expected, unless table row in which the command resides crosses a page boundary. If a ...
|
| Office 2007 ToolBar[s] Menus | 07 Nov 2007 01:49 GMT | 1 |
Any way to turn the Office 2007 Menu Tool Bars back to previous, simple drop down Type and not the VERY user unfriendly arrangement now appearing? Thanks
|
| Converting template/macros/custom toolbar from Word 2003 to Word 2 | 06 Nov 2007 21:07 GMT | 1 |
Hello, My company recently moved to Office 2007. We have several Word templates with macros and custom toolbars developed in Word 2003. The toolbars show up in the Add-Ins tab in Word 2007, and that is fine. But how do I update these
|
| Maintenance of old Word Project | 06 Nov 2007 19:54 GMT | 3 |
since a while i maintain an old Word project written years ago in VBA (Word 2000) and some WordBasic. It's becoming so complex during the years, that i can't just convert the code to another programming language manually.
|
| How can I identify Word docs that have VB modules attached? | 06 Nov 2007 14:27 GMT | 2 |
How can you identify Word Documents that have VB modules attached to them without having to open the documents? Several months ago I had a lot of standard formatting to do on multiple tables in multiple documents. I created a macro (and converted it to a VB
|
| Spreadsheet Size Problems | 06 Nov 2007 14:16 GMT | 4 |
I've been working on a XL spreadsheet using VBA Macros and the size of my sheet has grown by 10 times (1200kb to 12,000kb), and it is very, very slow. The amount of data processed hasn't grown much. Any idea what might have caused this? Thanks
|
| How to save messages to a log file? | 06 Nov 2007 11:02 GMT | 2 |
I am new to VBA coding. I need to save messages to a log file so I can monitor my Macro's process by the messages in the log file. Can anyone give me a sample code to save messages to a file? Thanks.
|
| Maximum number of records in merge | 06 Nov 2007 09:20 GMT | 3 |
Can anyone tell me the property that will let me know the number of records that there are in a particular mail merge, via VBA? On the Mailmerge toolbar there is an ABC button, which will give you a preview of the merge. There are also "first record" and "last record"
|
| No Background Color in Print Preview | 06 Nov 2007 08:15 GMT | 2 |
On my Word 2007 document, I have an image uploaded and changed the background color to a light green. Whenever I go to Print Preview, my background color does not appear. I also tried test printing my document to see if the light green background would print. This did not work.
|
| Insert date/time stamp into "save as" filename? | 06 Nov 2007 07:24 GMT | 4 |
I've created a master form that people will open, fill in, then save with a different name. I want the new filename to always be the same text followed by the date and time the form was saved. Can a macro be created to do this without needing any user input?
|
| How to replace a string of characters with the count of the charac | 05 Nov 2007 22:16 GMT | 11 |
I have what seemed at first to be a trivial task for a Word 2003 SP2 macro (VB 6.3). Given a body of text containing a range of characters (letters (upper and lower case), digits, punctuation, spaces), all but the letters A-Z need to be
|
| VBA to replace marching red ants with yellow highlight? | 05 Nov 2007 20:49 GMT | 3 |
I'm exploring VBA for Excel, learning a lot. But have even further to go with word. I'm editing specifications, and to "make it easy" on the person I need to send these back to, I set the font of all areas I needed input on to "Marching Red Ants".
|
| Radio Buttons | 05 Nov 2007 15:52 GMT | 2 |
Please could some one help me with some code to say if this set of radio of buttons is not selected then please do so. thanks Matt
|
| Windows XP | 05 Nov 2007 15:51 GMT | 2 |
I'm using Windows XP with a laptop and have Word-Pad and Note-Pad but I want access to Microsoft Word; how to I install the program? I am unable to print from Word-Pad.
|
| Disable images/shapes from being selected and moving | 05 Nov 2007 15:00 GMT | 1 |
I need to configure a picture (or shape) so it cannot be selected and wont move with text. What I would really like is the image (or shape) to be something like a stamp in some page in MS Word.
|