![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| 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. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| Vista home premium | word 2007 send to buttton greyed out Vista 64 home premium, office 2007 home and students -have word doc open, scroll to send to -and email button is greyed out? and help???? I am using windows mail and its set as default e-mail program |
My System Specs![]() |
| | #2 (permalink) |
| Vista Ultimate x64 MAK, OpenSolaris 5, Gentoo 2008.1.... | Re: word 2007 send to buttton greyed out Hi, mjgrolex, and welcome to the forums. See The "E-mail" command is missing or is unavailable in Excel 2007, in PowerPoint 2007, or in Word 2007 - As you have the Home and Student version, you don't have Outlook installed, per http://office.microsoft.com/en-us/su...674081033.aspx - so that KB article gives you a workaround for it. Obviously method 1 won't work for you, so try method 2, and if that still does not help, then you might be forced to use method 3 - however, post back if you need help resolving the steps in method 2, because I *do* have Outlook installed and I should be able to verify my registry keys are as listed in that article, and thus export and send it to you to import to see if it will work or not. |
My System Specs![]() |
| | #3 (permalink) |
| Vista home premium | Re: word 2007 send to buttton greyed out thanks I already tried 2 =no luck looked at my kids computer and they have a few more things listed in their reg string- send me what yours says -think its safe to try? I can simple save a file- open an e-mail and add as an attachment but isn't that so 90s ,,,, I got so used to send to in old office thanks |
My System Specs![]() |
| | #4 (permalink) |
| Vista Ultimate x64 MAK, OpenSolaris 5, Gentoo 2008.1.... | Re: word 2007 send to buttton greyed out I had a feeling that #2 might not work, because it doesn't explicitly state it but it is implied that #2 still needs Outlook installed. Export your kids' computer's reg file to a file on the desktop (doesn't matter what the name is) and then edit it in notepad and copy the contents and paste them here in a set of code tags (inside the following: [code][/code] an I'll take a lookie and see if it is safe to import to your computer or not. |
My System Specs![]() |
| | #5 (permalink) |
| Vista home premium | Re: word 2007 send to buttton greyed out Good morning- here is my kids reg for messaging subsystem- they have Vista 32 and home and student office 07- they did have older office and outlook that I removed to install the office 07- so maybe the old office and outlook installed this stuff -anyway -it works fine on their computer my send to mail is greyed out but theirs works fine this it indows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Messaging Subsystem] "MAPI"="1" "CMC"="1" "CMCDLLNAME"="mapi.dll" "CMCDLLNAME32"="mapi32.dll" "InstallCmd"="rundll32 setupapi,InstallHinfSection MSMAIL 132 msmail.inf" "MAPIX"="1" "MAPIXVER"="1.0.0.1" "OLEMessaging"="1" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Messaging Subsystem\MSMapiApps] "SearchProtocolHost.exe"="Microsoft Outlook" "inetsw95.exe"="" "choosusr.dll"="" "MSKClnt.exe"="Microsoft Outlook" "iTunes.exe"="Microsoft Outlook" think its safe to do this string -it's theirs -also it copied the second part too -the MSMapiApps -think I need that stuff too |
My System Specs![]() |
| | #6 (permalink) |
| Vista home premium | Re: word 2007 send to buttton greyed out and here is my reg file for subsystem indows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Messaging Subsystem] "MAPI"="1" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Messaging Subsystem\MSMapiApps] "msab32.dll"="" "nwab32.dll"="" "SearchProtocolHost.exe"="Microsoft Outlook" "outstore.dll"="Microsoft Outlook" "inetsw95.exe"="" "choosusr.dll"="" |
My System Specs![]() |
| | #7 (permalink) |
| Vista Home Premium 32-bit & Vista Ultimate 64-bit both Service Pack 2 W7 Pro RTM 7600 32 & 64 | Re: word 2007 send to buttton greyed out Hi mjgrolex, I also have 'Office Home and Student 2007', and my email option is not available as you described. However, having followed the instructions given in KB918792 (link given below), the email option is now available and working. Note the advice about using an account with administrative privileges (for both methods) or providing administrative credentials (second method). Neither method will work otherwise. A suitable account is the one that you created when first installing Vista. The "E-mail" command is missing or is unavailable in Excel 2007, in PowerPoint 2007, or in Word 2007 Code: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Messaging Subsystem] "MAPI"="1" "CMC"="1" "CMCDLLNAME"="Mapi.dll" "CMCDLLNAME32"="Mapi32.dll" "MAPIX"="1" "MAPIXVER"="1.0.0.1" "OLEMessaging"="1" 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 Last edited by Dwarf; 08-30-2008 at 11:38 AM.. |
My System Specs![]() |
| | #8 (permalink) |
| Vista Ultimate x64 MAK, OpenSolaris 5, Gentoo 2008.1.... | Re: word 2007 send to buttton greyed out Dwarf is right - but to save yourself some time you should be able to import the one from your kids' machine just as you were speculating. It contains all of the same items as mine does under Code: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Messaging Subsystem] @="" "CMC"="1" "CMCDLLNAME32"="mapi32.dll" "MAPI"="1" "MAPIX"="1" "MAPIXVER"="1.0.0.1" "OLEMessaging"="1" Interestingly enough, your registry export *does not* have those - and if you had followed step two correctly, it should have had those, so again, Dwarfs supposition that you may not have actually successfully taken step 2 may also be correct. |
My System Specs![]() |
| | #9 (permalink) |
| Vista home premium | Re: word 2007 send to buttton greyed out Dwarf is right - but to save yourself some time you should be able to import the one from your kids' machine just as you were speculating. It contains all of the same items as mine does under Code: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Messaging Subsystem] @="" "CMC"="1" "CMCDLLNAME32"="mapi32.dll" "MAPI"="1" "MAPIX"="1" "MAPIXVER"="1.0.0.1" "OLEMessaging"="1" Interestingly enough, your registry export *does not* have those - and if you had followed step two correctly, it should have had those, so again, Dwarfs supposition that you may not have actually successfully taken step 2 may also be correct. basically -office 07 doesn't seeem to send to -winsdows mail and under tools in IE I do programs, add windows mail as default mail handler update -Powerpoint 07 does work fine -Word-Excel do not any other thoughts? |
My System Specs![]() |
| | #10 (permalink) |
| Vista Home Premium 32-bit & Vista Ultimate 64-bit both Service Pack 2 W7 Pro RTM 7600 32 & 64 | Re: word 2007 send to buttton greyed out 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. |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| 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 | |||