| Thread | Last Post | Replies |
|
| Working with Tables | 16 May 2006 22:16 GMT | 2 |
Any help on the following would be appreciated: Each week I download a table with three columns and numerous rows (generally about 300). The first column contains the name of a public company each of which is unique (i.e., there are about 300 companies each week and there are
|
| Okay, I give up - where are my forms? | 16 May 2006 21:46 GMT | 3 |
I've been writing macros in both the Normal.dot file and in a form named frmMacroX.frm I can see the normal.dot file is in the Application Data\Microsoft\Templates folder. No prob there. However, I can't seem to locate the frmMacroX.frm file. I've had the Windows
|
| Picking records/rows from a recordset | 16 May 2006 21:25 GMT | 6 |
I have a recordset containing rows selected by a SELECT command. I want to present the selected rows in a list, grid or .... and give the user the option to select one or more of the presented rows using a check box or something like that.
|
| Update Word document in background | 16 May 2006 16:43 GMT | 2 |
I have big performance problems with a VBA for Word program. In this program, I copy, add (or delete) and edit rows from one table to an other, many times. The problem is that Word update the screen at every modification and that's
|
| SpellingChecked = False ? | 16 May 2006 16:37 GMT | 5 |
Hallo alle, ich möchte Dokumente, über die andere Benutzer die Rechtschreibprüfung schon mal laufen ließen, noch mal prüfen.
|
| Bookmark check | 16 May 2006 15:42 GMT | 4 |
I have created a form as a word template, when the user wants to print the form i would like to check if he filled in the mandatory Formfields. Is there code available to do this in a loop? all Formfields are bookmarked, the ones that i like to check if they are filled out, end ...
|
| Word XP macros not working in Word 2003 | 16 May 2006 15:41 GMT | 3 |
My firm is migrating from Office XP to 2003. I have an issue with some of my macros not working the same in 2003. Know of any converter to fix this? Or do I need to re-create? The odd thing is that there is no code change from xp to '03. All codes are
|
| Popup controls in CommandBar are disabled although enabled by VBA | 16 May 2006 14:58 GMT | 8 |
This is the base situation: I have a couple of document templates that all depend on the same Add-In. Every template shows the same toolbar that I have manually created. Some of the controls manually added to this toolbar are of type msoControlPopup, some
|
| Username automatically updated in Form field in Word | 16 May 2006 14:03 GMT | 2 |
I have created a template with form fields. One of the form fields is the name of the user who created the document. I want this form field automatically fill this field with the name of the user (We have a domain network) who created the document. Can someone help me with the ...
|
| converting | 16 May 2006 12:24 GMT | 4 |
Hello People. I'm trying to develope a program that will send some information through winSOCK on my windows smartphone. The only thing is that I need to convert a TCHAR into char to be able to send it.
|
| Delete, w/ copy to Recycle Bin | 16 May 2006 10:38 GMT | 2 |
Surely there is a way to 'kill' (delete) a document via VBA but first send a copy of it to the recycle bin, but I'll be darned if I can figure it out. Is there any literature on this? Thanks,
|
| Finding Double-Byte Characters | 16 May 2006 09:33 GMT | 12 |
I would like to view some code that finds Double-Byte Characters. I want to remove Double-Byte characters before performing a DeltaView comparison. The code relating to 'Double-Byte' takes a long time to search a large document.
|
| Help Files / Pop-up Box??? | 16 May 2006 06:59 GMT | 2 |
I have written quite a large project in VBA. Is there any way that one can try and make it more user friendly by perhaps adding help files or pop-up notes or something like that. I train the users what to click and what to select but somehow they would like the program to tell them
|
| accessing form fields by name | 16 May 2006 04:46 GMT | 1 |
Hey guys, i am just wandering how i can access a form field by its name? I am using vb.net and I only seem to be able to access a field by its bookmark name. Does this mean I cant actually set the value of the field
|
| Inserting Date into table | 16 May 2006 04:14 GMT | 4 |
I am new to Word VBA and would like some help with a part of a macro. I need the code to check whether the first cell of the first table in the document is empty and if it is empty, enter the current date.
|