| Thread | Last Post | Replies |
|
| How to find, select text in table and change its colour ? | 20 Jul 2004 12:37 GMT | 8 |
I have one table with words (YES) or (NO). I'd like to write VBA code which could find, select and change colour to red of (YES) words in table. Could you help me to write VBA code with it ? I'm looking forward to your replies.
|
| Addins Development - VC & C# | 20 Jul 2004 12:32 GMT | 6 |
Hi guy, I am new to addin development, would you guy tell me what are the advantages of using C# instead of VC/ATL in developing addins for office apps? And should we change addin development to .NET now?
|
| Form Fields | 20 Jul 2004 10:33 GMT | 4 |
I'm rather new to using VBA in word, but have done some previous work in Access. I'm the only one in my office who has any idea about 'stuff behind the scenes', and as a result, I've been asked to try to modernise a few of our
|
| How to remove page by checkbox ? | 20 Jul 2004 09:30 GMT | 1 |
I'd like to make a checkbox which after checks it could remove one page in my document (for example page 3). How should the VBA formula looks ? Thanks for your help Peter
|
| Unlocking A Previously Locked Project | 20 Jul 2004 03:57 GMT | 1 |
I am the author of a template which contains many macros. I distribute it to my users via a logon script which copies from the master template to one on each user's local pc whenever they logon. Thus, master.dot gets copied everymorning to today.dot, overwriting the previous day's ...
|
| Simple bookmark question | 20 Jul 2004 01:33 GMT | 6 |
(Word 2000) I have a document that prints some labels (3 x 7 per page), all the labels are the fixed, except that each time they are printed there is a small code I have to change. To do this I have a bit of text in the header (not on the labels) that I have Bookmarked, and in each ...
|
| Sending the user to a specific control on the form | 20 Jul 2004 01:29 GMT | 8 |
I have found a workaround for my problem, but I'm curious as to why the problem exists in the first place. On my userform, I have four textboxes that are required. I don't want the user to be able to enter any other data until the first field has been filled, then the second, ...
|
| Word 2000 | 20 Jul 2004 01:19 GMT | 1 |
I am currently trying to edit the Ordinals (1st) with superscript AutoCorrect option. The problem is this, in the current font that is being used when superscript is selected the letters are to small to be read. I was hoping that there was a way to increase the font size ...
|
| objTable.Style="Table Grid" | 20 Jul 2004 00:25 GMT | 2 |
I have a word macro that uses the folloring command: objTable.Style = "Table Grid". I am running MSWord 2002 on windows XP. When I try to run the same macro on my machine at work which has MSWord 2000, I get an error saying the .Style is not defined. Is there a corresponding ...
|
| Knowing the location of the cursor | 19 Jul 2004 23:27 GMT | 2 |
I can I know when the cursor is in the begining of the first line of the page? (I am merging documents and I want to insert a page break only if the cursor is not in the beginning of a blank page otherwise I will have a blank page
|
| WORD XP ActiveDocument.Saved | 19 Jul 2004 21:44 GMT | 19 |
I have a VB add-in, in which I have implemented a custom Yes/No/cancel option in OnNotCurrent() by following the 'PseudoClose' event suggestions. i.e I send a an ESCAPE key event to the Word 'Do you want to save dialog' thereby cancelling the close action. This has
|
| Clean document | 19 Jul 2004 18:13 GMT | 1 |
I'm sure this is a very simple problem and I think my vague knowledge of the Word object model is the problem. I need to strip some data from the tables in a word document and paste the values into Excel. To do this I have recorded some macros and
|
| Where the h*&& is the documentation for the TreeView control? | 19 Jul 2004 18:01 GMT | 5 |
I'm a relative newcomer to VBA but I've been muddling along okay because even though it's not the best in the world, the documentation supplied in the VBA editor is adequate. However, I have a need to use the treeview
|
| SendKeys Command and Active Window | 19 Jul 2004 14:30 GMT | 2 |
While recording a macro I want to use the SendKeys command to send keystrokes to MathType 5 which is my equation editor in Microsoft Word 2002. How do I get MathType 5 to be the active window so it will execute the
|
| how to find, select and change colour of words in table (VBA) ? | 19 Jul 2004 13:31 GMT | 1 |
I have one table with words (YES) or (NO). I'd like to write VBA code which could find, select and change colour to red of (YES) words in table. Could you help me to write VBA code with it ? I'm looking forward to your replies.
|