| Thread | Last Post | Replies |
|
| Using the SendTo command | 13 Feb 2004 09:02 GMT | 1 |
In Word 2003 you can send a document to Powerpoint. We would like to add a submenu item that allows the user to send a document to Excel. Would anyone happen to know the commands for doing this? Thanks for any help.
|
| Hiding/deleting template macros | 13 Feb 2004 08:58 GMT | 4 |
I have created a userform to get data to enter into a standard document I am getting the data in the userform and then putting that data int bookmarks in the standard document. After the document is created I do not want the user to be able to se
|
| in Word VBA, What is a sentence? | 13 Feb 2004 03:17 GMT | 2 |
I have what must be an easy general question. What is included in the sentences collection of a range? Another way of asking this is, how is a sentence defined in Word VBA? Does a sentence consist of all the characters between two periods, less any
|
| Folder Modified Date | 13 Feb 2004 03:04 GMT | 5 |
I have following vba With Dialogs(wdDialogCopyFile) If .Display() <> -1 Then Exit Sub MyPath = .Directory
|
| using date as search method | 13 Feb 2004 02:26 GMT | 1 |
I want to use the current date as part of a file name so that code can be run to search for file names that fall between two dates. Idealy I was hoping to convert the date into a numerical
|
| Locking Frame | 13 Feb 2004 02:13 GMT | 1 |
I want to produce a template that uses a frame which a user can type into. However, I do not want the user to be able to move the frame around. So is there a way to lock the frame but still allow the user to write freely within the document.
|
| Autosize issues | 13 Feb 2004 02:01 GMT | 1 |
I'm trying to create a form. I have a text block that I would like users to be able to describe something. It needs to be printer friendly. What I tried to do was have the block expand as the user
|
| Preventing doc closing | 13 Feb 2004 01:38 GMT | 1 |
Is there a reasonably easy way to prevent a user from closing a word 2000 doc while code is running? I want the code to close and save the doc to a specific location with a specific filename without the user messing
|
| code to copy files | 13 Feb 2004 01:35 GMT | 4 |
MyAddin is stored on a server, but is copied to an Addin directory on each PC. I want to be able to copy MyAddin using VBA code, but when I try to do it using the VB editor, everything I do when I minimize the Word app is "ignored". (I always cheat and use the editor to "get the ...
|
| Registry - deleting a key | 13 Feb 2004 01:02 GMT | 1 |
Is there a way to through Word 2000 VBA to delete a registry key previously created via System.PrivateProfileString function?
|
| which should i use? excel form or word | 12 Feb 2004 22:47 GMT | 1 |
HI, quick Question. I have learned excel enuff to work effeciently..now i would like to incorporate a "daily" form to be linked to the worksheets. I heard you can do forms thru word as well. which is more effective and less
|
| Insert-->Symbol type window | 12 Feb 2004 22:24 GMT | 1 |
I have a COM component that displays a dialog with a list of records from a database. I would like the user to select a record, click the Insert button and have the record placed into the Word document with out the dialog closing. It would work very similarly to Word’s ...
|
| Style sheets | 12 Feb 2004 22:17 GMT | 8 |
What exactly are style sheets? I've seen some references that treat them simply as tables displaying the properties of the styles in a document or template. But is there a more dynamic meaning? Is a style sheet something active that performs some task?
|
| Inserting Shapes into page headers | 12 Feb 2004 22:07 GMT | 3 |
I have a macro to insert shapes into page headers but it doesn't always place the shape into the expected header. The macro loops through each section, checks whether the firstpage header is different and if so places the shape
|
| Word macro problem | 12 Feb 2004 21:59 GMT | 1 |
Whenever I try to execute a macro in word I receive the following error. "The Macro cannot be found or has been disabled because of your security settings" Please help!
|