| Thread | Last Post | Replies |
|
| hWnd for a button | 28 Dec 2004 11:18 GMT | 2 |
I'm looking for the lower left position of a given button on a Word vba form as mouse coordinates (not the .left/.top properties!) so that the following code fragment could work: Call GetWindowRect(myHWND, Rec)
|
| 'AttachedTemplate' | 28 Dec 2004 11:00 GMT | 4 |
If there are 2 or 3 xxxxx.dot files in my startup directory (add-ins), plus the 'normal.dot' in the template directory, which one is the 'attached template' for purposes of operations like reassigning in VBA macro keyboard commands? (e.g., 'CustomizationContext = ActiveDocument ...
|
| Setting the font in MS Word VBA | 28 Dec 2004 10:02 GMT | 4 |
This shouldn't be this hard, but I can't seem to find any easy answers. I have a Range variable, and all I want to do is set the font for that Range, so that when I do an InsertAfter() on that Range, it will insert with a given font. I've tried doing myRange.Font.Name as well as
|
| GET ROW COUNT OF A TABLE | 28 Dec 2004 05:27 GMT | 3 |
I have a table with cells merged together.some cells are having row spans as well as col spans now i want to navigate through the table and find out value in each cell of the table.I am doing this by two for loops first one increments row number
|
| urgent help needed: range.move not working | 28 Dec 2004 01:51 GMT | 2 |
I have a piece of code which does the following when closing a word document: 1) Selct a range. 2) Take a duplicate of that range, with the duplicate range: 3)DO a wildcard find to find all highlighted characters.
|
| Return figure caption # to program | 27 Dec 2004 23:20 GMT | 1 |
I am using the command Selection.InsertCaption Label:="Figure", TitleAutoText:="InsertCaption1", _ Title:="", Position:=wdCaptionPositionBelow
|
| Save a dot as doc and it opens with the userform from the dot! | 27 Dec 2004 18:26 GMT | 2 |
When I save my .dot file as a .doc and I open the doc file, it starts with the userform from the dot??? This is not what I want...Is there something that I have to put in my code to prevent that?
|
| How to set the text in statusbar | 27 Dec 2004 15:44 GMT | 1 |
Since doing lots of operations, my pragram want to tell users what's it doing in every step. So, how can I set the text in the statusbar? Thanks
|
| Number of pages | 27 Dec 2004 13:22 GMT | 2 |
How do I retrieve the number of pages in a word document using VBA? TIA Regards
|
| Remove a MENU ITEM.???? | 27 Dec 2004 12:06 GMT | 1 |
Is their any way i can remove a menu item when my document is opened . Or if i can disable the Menu Item.Would also do. Thanks , Alok
|
| Filling Booksmarks in document or template | 27 Dec 2004 07:12 GMT | 2 |
I have created a template which opens with a userform , the values that can be added here must be placed on several bookmarks in the form this works perfectly. Now my problem.
|
| How to know the index value of current table in a document | 27 Dec 2004 03:45 GMT | 1 |
If there are several tables in my document, and the cursor is in one of them. How can I know which table the cursor is in? How to get the index value, which I can use in the statement like:
|
| Autotext entries as bookmarks?? | 26 Dec 2004 06:05 GMT | 4 |
I'm using VB6 to automate MSWord to create a document from a template that I define. The template has Autotext entries, bookmarks and styles. I'd like to achieve the following though code: 1. Get hold of an autotext entry from the template, fill it as necessary
|
| Search for font color | 26 Dec 2004 04:45 GMT | 3 |
Best I can figure, the following code ought to search my document for the terms in SearchArray and turn them green. However, it also turns other sections of text green, apparently at random. Can anybody tell me why that might be?
|
| Q: Changing focus back to Word after AppActivate | 26 Dec 2004 03:43 GMT | 6 |
I'm trying to send pause commands to RealPlayer while staying in Word 2000. (It's part of a transcribing project.) AppActivate and SendKeys works great, but then the focus stays on the RealPlayer window instead of switching back to Word. I need it to go back to Word ...
|