![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| | |||||||
| | Vista - word 2007 send to buttton greyed out |
| |
| 09-01-2008 | #11 (permalink) |
| | Re: word 2007 send to buttton greyed out I'm nervous to import someones code to my computer I don't even know ..... |
| My System Specs |
| 09-01-2008 | #12 (permalink) |
| Vista Home Premium 32-bit & Vista Ultimate 64-bit both Service Pack 2 W7 Pro RTM 7600 32 & 64 Doncaster, UK | Re: word 2007 send to buttton greyed out Hi mjgrolex, OK, lets illustrate how my code represents the data as supplied by Microsoft The "E-mail" command is missing or is unavailable in Excel 2007, in PowerPoint 2007, or in Word 2007. Extract from the webpage referred to in the above link from Microsoft. ![]() The code from my earlier post. Code: @ECHO OFF REG ADD "HKLM\SOFTWARE\Microsoft\Windows Messaging Subsystem" /v MAPI /t REG_SZ /d 1 /f REG ADD "HKLM\SOFTWARE\Microsoft\Windows Messaging Subsystem" /v CMC /t REG_SZ /d 1 /f REG ADD "HKLM\SOFTWARE\Microsoft\Windows Messaging Subsystem" /v CMCDLLNAME t/ REG_SZ /d Mapi.dll /f REG ADD "HKLM\SOFTWARE\Microsoft\Windows Messaging Subsystem" /v CMCDLLNAME32 /t REG_SZ /d Mapi32.dll /f REG ADD "HKLM\SOFTWARE\Microsoft\Windows Messaging Subsystem" /v MAPIX /t REG_SZ /d 1 /f REG ADD "HKLM\SOFTWARE\Microsoft\Windows Messaging Subsystem" /v MAPIXVER /t REG_SZ /d 1.0.0.1 /f REG ADD "HKLM\SOFTWARE\Microsoft\Windows Messaging Subsystem" /v OLEMessaging /t REG_SZ /d 1 /f The next 7 lines operate in the same way, so I shall describe the 1st one. The first part of the line is 'REG ADD'. This is a command line instruction to add or modify registry data. The next part, "HKLM\SOFTWARE\Microsoft\Windows Messaging Subsystem" is the address of the variable that is going to be added or modified. The '/v' indicates that the following data is the variable name, in this case 'MAPI'. Following the variable name, '/t' indicates the type of variable, in this case 'REG_SZ' (a 'string' variable). The next item, '/d', indicates that the following data is going to be stored or placed into this variable. In this case, the data is '1'. Finally, the '/f' forces the data to be written to the registry without a prompt. For full details of this, see the following Tutorial Registry Editing. |
| My System Specs |
| 09-01-2008 | #13 (permalink) |
| | Re: word 2007 send to buttton greyed out Hi mjgrolex, OK, lets illustrate how my code represents the data as supplied by Microsoft The "E-mail" command is missing or is unavailable in Excel 2007, in PowerPoint 2007, or in Word 2007. Extract from the webpage referred to in the above link from Microsoft. Attachment 6236 The code from my earlier post. Code: @ECHO OFF REG ADD "HKLM\SOFTWARE\Microsoft\Windows Messaging Subsystem" /v MAPI /t REG_SZ /d 1 /f REG ADD "HKLM\SOFTWARE\Microsoft\Windows Messaging Subsystem" /v CMC /t REG_SZ /d 1 /f REG ADD "HKLM\SOFTWARE\Microsoft\Windows Messaging Subsystem" /v CMCDLLNAME t/ REG_SZ /d Mapi.dll /f REG ADD "HKLM\SOFTWARE\Microsoft\Windows Messaging Subsystem" /v CMCDLLNAME32 /t REG_SZ /d Mapi32.dll /f REG ADD "HKLM\SOFTWARE\Microsoft\Windows Messaging Subsystem" /v MAPIX /t REG_SZ /d 1 /f REG ADD "HKLM\SOFTWARE\Microsoft\Windows Messaging Subsystem" /v MAPIXVER /t REG_SZ /d 1.0.0.1 /f REG ADD "HKLM\SOFTWARE\Microsoft\Windows Messaging Subsystem" /v OLEMessaging /t REG_SZ /d 1 /f The next 7 lines operate in the same way, so I shall describe the 1st one. The first part of the line is 'REG ADD'. This is a command line instruction to add or modify registry data. The next part, "HKLM\SOFTWARE\Microsoft\Windows Messaging Subsystem" is the address of the variable that is going to be added or modified. The '/v' indicates that the following data is the variable name, in this case 'MAPI'. Following the variable name, '/t' indicates the type of variable, in this case 'REG_SZ' (a 'string' variable). The next item, '/d', indicates that the following data is going to be stored or placed into this variable. In this case, the data is '1'. Finally, the '/f' forces the data to be written to the registry without a prompt. For full details of this, see the following Tutorial Registry Editing I am not as advanced as you on this - What I still don't understand is -I added all this to my registry -it now shows in my registry -so what is the point in using your stuff? Again- I'm not a person who undertands all the deep program stuff here so bear with me -I'm trying to safely get my Word working as it should have come delivered thanks for the time Mark |
| My System Specs |
| 09-05-2008 | #14 (permalink) |
| | Re: word 2007 send to buttton greyed out The batch file that Dwarf recommended would have accomplished the same thing as you manually adding the keys, with the added benefit of you being able to copy and paste the batch file contents, thereby minimizing user error when typing. Since you were able to export your son's reg entries, you did pretty much the same thing. |
| My System Specs |
![]() |
| Thread Tools | |
| |
| Similar Threads for: word 2007 send to buttton greyed out | ||||
| Thread | Forum | |||
| Word 2007 Send Buttton Unresponsive Greyed Out | Microsoft Office | |||
| email box greyed out in Word 2007 | Vista mail | |||
| Re: Word 2007 Send as Email greyed out | Vista mail | |||
| can't send a word 2007 document as an attachment | Vista mail | |||
| Send Word 2007 as an attachment ?? | Vista mail | |||