| Thread | Last Post | Replies |
|
| Tab Order | 18 Sep 2004 23:16 GMT | 3 |
I created a UserForm and set the Tab Order and inbetween two text boxes the cursor goes away for 5 tab clicks and then shows up on the next text box. The Tab Order is set corectly I am sure. I dont know where the cursor goes. It does not go to any text box or field label on the form ...
|
| Saving of .txt file | 18 Sep 2004 19:01 GMT | 1 |
I would like to do following thing. I need to save .txt file which I processed. It should be saved in the same folder but under different name as soon as processing is done (without operator attention).
|
| word shutting down | 18 Sep 2004 17:31 GMT | 1 |
I am having a problem with Word document closing down 2-3 minutes into using it. I get the following window. "Microsoft visualC++ Runtime Library
|
| Re-enabling User Options | 18 Sep 2004 17:23 GMT | 4 |
I have inherited a couple of global templates that are thick with VBA programming. I am just starting to learn VBA, but I've seen enough of the templates' codes to start asking questions. One of the templates disables a number of user options on startup. Several
|
| Populating an array from a listbox - the opposite of mylist.list() = array | 18 Sep 2004 16:38 GMT | 2 |
I have two 'lists' A and B and I use one listbox to show these lists. I have also two arrays aA() an aB() and want to swap these list from time to time with the lisbox. The values in the lisbox can change and are crusial so I want to save the values from the lisbox.
|
| Macro Vs. Macro, is one too strong? | 18 Sep 2004 15:39 GMT | 2 |
I have 2 macros and I don't understand why Sub Oggetto() is "stronger" than Sub Milano() I want to say that when start before Sub Milano() after Sub Oggetto() is able to change the ParagraphFormat but when i start before Sub Oggetto() after Sub Milano() is NOT able to change the ...
|
| How to view array/vector content in debugging mode? | 18 Sep 2004 14:31 GMT | 1 |
I am using VS.net 2003, I found that in the debugging mode, I cannot view the content of a vector/array(2-D). For example: vector< vector<int> > v;
|
| multiple duplicate bookmarks | 18 Sep 2004 01:37 GMT | 10 |
I know the title isn't the best, but I couldn't think of another way to title this. I need a macro to look for each instance of bookmark starting with bmkA. There will be a bmkA(1) and bmkA(2)...etc. I want it to go to each of those
|
| Cannot find bookmark (error 5678) | 18 Sep 2004 01:30 GMT | 4 |
Using code to add rows to a table, I then I want to return to the original spot the sub was invoked. I have inserted a bookmark "StartHere", at beginning of code. Then, at the end of the code (after adding many rows, which are out of the window view), I try to re-position the ...
|
| Is it possible to package the installation of a macro | 17 Sep 2004 22:18 GMT | 5 |
Hi listmates, I have a couple of macros that I would like to install on my group's computers. The installation is not as straightforward as creating a module and dumping the code in it. I need to set some references and customize
|
| Alignment of Text using VBA | 17 Sep 2004 21:43 GMT | 1 |
I have written my first long(ish) subroutine and everything works correctly except for a few lines which generate Compile errors whichever way I try to write them. I need to insert a short, centred title at the very top
|
| text box current date doesn't work | 17 Sep 2004 20:45 GMT | 2 |
I'm using Office 2003 and can't get the "current date" function to work in Word. When it is first setup, it shows the correct date. The next day, it still shows the date it was first created. If you go into properties of
|
| Print to non-default printer | 17 Sep 2004 20:37 GMT | 3 |
I need VBA code to open a document and print it to a printer other than the default printer. Please could someone help out. Thanks Imrahn
|
| Clear clipboard | 17 Sep 2004 20:32 GMT | 4 |
Does anyone know how to programmically clear the Word clipboard? The following code I found on an MVP website doesn't seem to work (and yes, the reference to the Office 2.0 Forms Library is checked):
|
| Word as Outlook email editor | 17 Sep 2004 16:15 GMT | 3 |
We have a common addin that will be called when Outlook, Word, Excel or Powerpoint (office apps) is started. When word is set as the default email editor in outlook, the tool bar is not visible. If you right click and in the popup menu, we see our addin and if
|