| Thread | Last Post | Replies |
|
| User form | 09 Oct 2007 04:37 GMT | 2 |
Can anyone guide me on how to automatically move the cursor to the next field available in the form after running a macro? FYI, I've a macro which ensure that the correct selection list is prompted for each of the field based on the Country code that the user has selected.i found ...
|
| Find a document and clsoe it | 09 Oct 2007 04:34 GMT | 2 |
I am a novice VBA programmer and started what seemed like a simple bit of programming but it has proven to be harder than I thought. Basically I have a form template (TemplateA) which is stored centrally and accessed by many users. I need to replace this with a newer version
|
| fix size of table cells | 08 Oct 2007 19:04 GMT | 3 |
It´s posible to fix the size of a cell in a table? I draw a table and insert any images within, i like to mantain the size of the cells and autosize the image to the limits of the cells thanks
|
| How to make a macro for FindNext in Word 2007? | 08 Oct 2007 08:14 GMT | 4 |
How do I make a macro for FindNext in Word 2007? I'd like it to work with the function key F3, and remember the search term from one document to another until there's a differenet search or Word is closed. Thanks!
|
| Looping through form fields located within a table | 08 Oct 2007 08:00 GMT | 10 |
I have kind of slapped the following together to loop through the formfields in a table to find which field has the value "Production" but from there I need to know the value of the cell offset by one column to the right but cannot figure how I can determine position of
|
| Print to file | 08 Oct 2007 07:51 GMT | 3 |
I have an annoying problem. MyPrinter = ActivePrinter ActivePrinter = "FilePrinter on FILE:" strFileName = Left(ActiveDocument.AttachedTemplate,
|
| Combo Box PowerPoint 2003 | 08 Oct 2007 04:34 GMT | 2 |
I'm using powerpoint to prototype for a HCI class and am having difficulties working with combo boxes. I've been working on this problem for days and the internet doesn't provide many resources for using VBA in powerpoint (not that I could find anyway). The problems
|
| using macros on custom toolbars | 08 Oct 2007 03:55 GMT | 5 |
I have developed a custom toolbar in which I us one of the buttons to display the current name representing to directory the users are working with. The problem I am having is trying to close MS Word without getting the following response:
|
| Switch for underlining a cross reference | 08 Oct 2007 03:35 GMT | 5 |
Can anyone tell me how I can get a cross reference to come in underlined - I thought the switch was a u but that doesn't seem to work. Thanks for your help.
|
| Problem: Word 2007 Horizontal Scroll Programming | 08 Oct 2007 01:37 GMT | 1 |
How to prgram the horizontal scroll in MS-Word 2007? I try to use SendMessage(WM_HSCROLL,...) to MS-Word 2003, it work fine. but this program in the Word 2007, it doesn't work.
|
| ThisDocument Macros | 08 Oct 2007 00:07 GMT | 8 |
I have the following macros in the ThisDocument of a Word Document that I am having problems with. We have a third party program that we use to open Word documents. When I open a document with these macros in it, it won’t work. But if I have the original template opened and ...
|
| Turn off compatibility mode in template for Word 2007 | 07 Oct 2007 14:21 GMT | 2 |
I would like to use something like Set doc = Documents.Open("C:\Test.dot") doc.SaveAs "C:\Test.dotx", WdSaveFormat.wdFormatXMLTemplate to convert several old templates in the new Word 2007 file format.
|
| Need help Bookmarking 252 pages | 07 Oct 2007 14:09 GMT | 1 |
I have a 252 page document - I'd like to create some sort of Table of Content or Jump to type page on Page 1. Currently each section I need to bookmark starts like this: --------------------------------------------------------------------------------
|
| Can macro highlight & pause on each word in document? | 07 Oct 2007 13:32 GMT | 17 |
Want to assist ADHD grandson focus on reading tasks. Would like to create macro that "reads" word document one word at a time, pausing on each word. Would like to see font size increase and/or highlighting to emphasize that word within the sentence. Ideally, macro would then ...
|
| Protected Documents | 07 Oct 2007 06:58 GMT | 1 |
With a protected document if some one tries to edit it, the Protect Document Pane comes up. Is there a way to have an information box come up telling then to use the toolbar buttons to edit this document instead of the Protect Document Pane coming up?
|