Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
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.


Go Back   Vista Forums > Vista Forums > Microsoft Office

RB

Vista - word 2007 send to buttton greyed out

Reply
 
09-01-2008   #11 (permalink)


Vista home premium
 
 

Re: word 2007 send to buttton greyed out

Quote   Quote: Originally Posted by Dwarf View Post
Hi mjgrolex,

In that case, try following the 2nd method from my previous post and create a batch file. To save time, just copy and paste the code that I provided and follow the given instructions.
what is different in putting your info in -is something different from the items listed

I'm nervous to import someones code to my computer I don't even know .....

My System SpecsSystem Spec
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.
capture.jpg

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 first line, '@ECHO OFF', is a command that turns off the command-echoing (displaying the command on screen as it is executed). This is OPTIONAL.
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 SpecsSystem Spec
09-01-2008   #13 (permalink)


Vista home premium
 
 

Re: word 2007 send to buttton greyed out

Quote   Quote: Originally Posted by Dwarf View Post
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 first line, '@ECHO OFF', is a command that turns off the command-echoing (displaying the command on screen as it is executed). This is OPTIONAL.
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
Thanks for the information -

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 SpecsSystem Spec
09-05-2008   #14 (permalink)


Vista Ultimate x64 MAK, OpenSolaris 5, Gentoo 2008.1....
3rd Rock
 
 

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 SpecsSystem Spec
Reply

RB


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


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd