| Thread | Last Post | Replies |
|
| Want to load lists of strings from an Excel file | 25 May 2008 07:48 GMT | 1 |
I need to work on a multi-dimensional string-type array in VBA. Let me call it object_list and assume that it has 3 dimensions for the time being. Therefore, I'll declare it as
|
| looping through comma delimited text | 24 May 2008 19:29 GMT | 2 |
I need to do something with a comma delimited block of text. ....like text , text, text, etc Can someone help me write a loop to loop through each block of text between
|
| Word + Access DB + need Help | 24 May 2008 10:26 GMT | 5 |
I should write a Data Base application. but the problem is the data entry of this database. I have a word document which contains the data that must be put into the field of this database. Imagine I have a document which has some signs to recognize which paragraph must be put in ...
|
| Query from VBA Script | 24 May 2008 09:42 GMT | 1 |
First of All- I would like to thank everyone on here. I have accomplished my first VBA from reading other posts and got 90% on the second. Now the second is down to actually working, since the syntax now works. I am trying to make template that have a button where you push it, it ...
|
| Word Macro | 24 May 2008 02:12 GMT | 1 |
I want to select all instances of text in a Word document that are bold, then using document mapping - promote it to Level 2 I will have about 30 lines of text that have this format. all other lines of text should remain the same.
|
| MACRO question - "Automatically open file when load Word" | 24 May 2008 00:08 GMT | 6 |
Does anybody know how to create a macro that will automatically open a specific Word document . . . EVERY time I open Word (2007)? Here's the file path: C:\MS Word Documents\mydocument.doc So, EVERY time I load Word . . . I want this file to display on the screen(I
|
| funny square in all new docs | 23 May 2008 19:30 GMT | 4 |
weird thing in my colleagues' office. when they open a new doc, there is a little square (hollow box) on the right of the cursor and it moves along but it won't delete. Well I managed to delete it by going to print preview and then back to normal view but it only worked a couple ...
|
| Underlining problem | 23 May 2008 17:20 GMT | 6 |
I use Word XP. I want to find an UNDERLINED and CAPITALIZED " P. " and replace it with " P " without underlining. Then I want to clear out the underlining on the numbers that precede and follow the "P" (This relates to legal citations, in case anybody is interested. Here is the ...
|
| How to disable the close 'x' button of word 2007 application | 23 May 2008 13:23 GMT | 3 |
Is there a way to disable the close button 'x' of the word 2007 application itself (not a user form)? I have source code that worked for 2003 but it seems like the source does not work anymore for word 2007. I appreciate any help in advance.
|
| appending word doc | 23 May 2008 12:59 GMT | 9 |
1) How to open adoc file in append mode? What i want is to save and close the word doc which i created using VB. then i want to open it again and continue from where i stopped.Why i doing these because the word doc i creating is a huge one so after 20mb size the
|
| preventing table break across table | 23 May 2008 12:53 GMT | 12 |
How to prevent table break , if the table size is below the word doc size. ie if the table size is below word doc size dont spilt the table across table, it has to shift to new page. if the table size is above doc it can spilt. this is the code i used for creating table and ...
|
| INSERTFILE fails when importing EXCEL worksheet using Word2003 Opzioni | 23 May 2008 07:03 GMT | 2 |
can not use insert file to import EXCEL worksheet range using Word2003 . This post http://groups.google.com/group/microsoft.public.word.vba.general/browse_thread/t hread/3edf845d81957845/4d2aef2cb0a04e7f?lnk=st&q=InsertFile+word+range+excel+200 3#4d2aef2cb0a04e7f
|
| How do I hide sections of my document based on selection? | 23 May 2008 05:17 GMT | 2 |
I am creating a template that will be used for requirements gathering as an input to various high level designs. As you might image the template has several sections that need to be completed. Across different project however, not all sections will apply or need to be considered.
|
| Recording text wrapping layout options macro | 23 May 2008 01:13 GMT | 1 |
I would like to record a macro which will allow me to change a bunch of settings for an inserted image. However, when I start to record the Text Wrapping --> More Layout Options is greyed out. Is there a way round this or is it not possible to access the Layout Options via VBA?
|
| Mail Merge macro help - merging different docs with same database | 22 May 2008 21:26 GMT | 3 |
I am not a programmer but I know how to record macros. I’m working in Word 2003. The code below will give you a chuckle to start your weekend. Scenario: Users will click a Command Button in a Word document to merge the same database with various documents that are already set up ...
|