| Thread | Last Post | Replies |
|
| Going to specific cells in a table | 18 Jan 2008 19:52 GMT | 2 |
I would like to know how I can program into a macro the ability for the cursor to goto a specifc cell in a table. For example cell F5. Thank you
|
| UserForm field fill-in issue | 18 Jan 2008 04:37 GMT | 3 |
I have a combobox on a UserForm that I want to use to "push" data to the various fields. The problem I see is that no matter what I use- the AfterUpdate event or the OnChange event, the fields don't get filled until the enduser clicks on the form. How can I get the form to paint ...
|
| Tables Selective Merge | 17 Jan 2008 20:50 GMT | 3 |
Hi I am trying to write a macro for a word problem. I have 2 tables like below: Heading 1 Heading 1 Name Abcdef abcdef abcdef abcdef
|
| Populate Combo Box with Style library | 17 Jan 2008 19:44 GMT | 2 |
A simple question. I have a userform with a combo box control. I need the combo box to be populated with a list of all of the styles available in the current document (style library) when the dialog box opens (initializes). Any help is greatly appreciated.
|
| If not found ignore | 17 Jan 2008 19:02 GMT | 2 |
Hello from Steved Please how can I tell the below code that if "L [0-9 ]" is not found ignore and goto "R [0-9 ]" Thankyou.
|
| 6028 "The Range cannot be deleted" | 17 Jan 2008 15:45 GMT | 1 |
When I tried to run the code on Word 2007 in Vista below I get error 6028 "The Range cannot be deleted". The code works fine in Word 2003 on Win XP. Any ideas? Const NUMBER_OF_ROWS = 1
|
| combobox list | 17 Jan 2008 15:17 GMT | 3 |
I'm a rookie at VBA How do I show the symbol " within a drop down list the symbol is a double quote I'm trying to show it as inches without typing the word inch after each number
|
| Dynamic display of data from SQL to excel | 17 Jan 2008 10:42 GMT | 1 |
I am very new to VB and macros. I need your help in completing the tasks assigned to me. Please help. I have been reading many webpages and groups in vain. The following are the tasks i need to accomplish
|
| How do I get spell check to work in my MSN Email | 17 Jan 2008 04:11 GMT | 1 |
I've tried everything and cannot get spell check to work in my MSN Email. Says I don't have dictionary for language choosen. I'm set for English. How do I correct this.
|
| Repeating macro | 16 Jan 2008 20:54 GMT | 4 |
I am trying to learn how to write macros in Word 2007, and I need to develop a macro that will repeat a certain task a specified number of times. To initialize the macro, the user will enter in the number of times the task will be repeated, so the macro will keep performing the ...
|
| I open word 2007 document the ribbon will not apear | 16 Jan 2008 20:02 GMT | 1 |
I have Office Home and Student 2007 I open adocument the ribbon is not above to use the document also says non-commerical use
|
| can I put in a timezone toggle button | 16 Jan 2008 19:55 GMT | 1 |
if I want to toggle all times in a document between eastern and central, can I put in a button at the top of a word document to do that?
|
| Attached Templates | 16 Jan 2008 19:50 GMT | 3 |
Because I have all our templates on the server, I end up having trouble replacing the templates after editing because of "open files". I'd like to start detaching templates from ordinary documents upon opening. I have a global macro file that gets saved in everyone's startup ...
|
| Macro Security | 16 Jan 2008 18:51 GMT | 2 |
Is there a way to tell Word 2003 that the macros I wrote are safe? I don't have a digital signature nor do I know how to get one. While I would like to leave macro security rather high, I do need to be able to run my own macros.
|
| message box issues | 16 Jan 2008 13:36 GMT | 2 |
I am working on a form "A" and i have created a Message box that has 'yes' and 'No' options. if i click on the yes button then it should open up a new form "B" for me,But if i click on the No option then it should let me stay in
|