PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
Macros/vba not functional
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
Macros/vba not functional
![]() |
Macros/vba not functional |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I want to program some macros into Outlook 2003. However,
the menu selections for "Macro", "Security" and "Visual Basic Editor" under "Tools" do nothing. I've tried reinstalling, but that didn't fix the problem. Any suggestions? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Try shutting down Outlook and then using Task Manager to make sure
Outlook.exe isn't running before you restart Outlook. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Scot" <anonymous@discussions.microsoft.com> wrote in message news:05d001c42ba7$115173a0$3501280a@phx.gbl... > I want to program some macros into Outlook 2003. However, > the menu selections for "Macro", "Security" and "Visual > Basic Editor" under "Tools" do nothing. I've tried > reinstalling, but that didn't fix the problem. > > Any suggestions? |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Did that ... problem persists. I also tried the
suggestion from an earlier thread on renaming outcmd.dat and vbaproject.otm, but a thorough search of my hard drive reveals I don't even have those files. I may also note that vba opens in Excel and Word, just not in Outlook. >-----Original Message----- >Try shutting down Outlook and then using Task Manager to make sure >Outlook.exe isn't running before you restart Outlook. > >-- >Sue Mosher, Outlook MVP >Author of > Microsoft Outlook Programming - Jumpstart for > Administrators, Power Users, and Developers > http://www.outlookcode.com/jumpstart.aspx > > >"Scot" <anonymous@discussions.microsoft.com> wrote in message >news:05d001c42ba7$115173a0$3501280a@phx.gbl... >> I want to program some macros into Outlook 2003. However, >> the menu selections for "Macro", "Security" and "Visual >> Basic Editor" under "Tools" do nothing. I've tried >> reinstalling, but that didn't fix the problem. >> >> Any suggestions? > > >. > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Dumb question-
When you re-installed Outlook, did you make sure VBA was selected for installation? I suspect not, if you did a search for "vbproject.otm" and nothing came up. -Andrew ====================================== >-----Original Message----- >Did that ... problem persists. I also tried the >suggestion from an earlier thread on renaming outcmd.dat >and vbaproject.otm, but a thorough search of my hard >drive reveals I don't even have those files. > >I may also note that vba opens in Excel and Word, just >not in Outlook. > >>-----Original Message----- >>Try shutting down Outlook and then using Task Manager to >make sure >>Outlook.exe isn't running before you restart Outlook. >> >>-- >>Sue Mosher, Outlook MVP >>Author of >> Microsoft Outlook Programming - Jumpstart for >> Administrators, Power Users, and Developers >> http://www.outlookcode.com/jumpstart.aspx >> >> >>"Scot" <anonymous@discussions.microsoft.com> wrote in >message >>news:05d001c42ba7$115173a0$3501280a@phx.gbl... >>> I want to program some macros into Outlook 2003. >However, >>> the menu selections for "Macro", "Security" and "Visual >>> Basic Editor" under "Tools" do nothing. I've tried >>> reinstalling, but that didn't fix the problem. >>> >>> Any suggestions? >> >> >>. >> >. > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
Yes, it was selected for installation, and an examination
of Add/Remove Programs>Microsoft Office>Add or Remove Features>Customization reveals that it indeed is set to run from the hard disk. Scot >-----Original Message----- >Dumb question- > >When you re-installed Outlook, did you make sure VBA was >selected for installation? I suspect not, if you did a >search for "vbproject.otm" and nothing came up. > >-Andrew >====================================== >>-----Original Message----- >>Did that ... problem persists. I also tried the >>suggestion from an earlier thread on renaming outcmd.dat >>and vbaproject.otm, but a thorough search of my hard >>drive reveals I don't even have those files. >> >>I may also note that vba opens in Excel and Word, just >>not in Outlook. >> >>>-----Original Message----- >>>Try shutting down Outlook and then using Task Manager to >>make sure >>>Outlook.exe isn't running before you restart Outlook. >>> >>>-- >>>Sue Mosher, Outlook MVP >>>Author of >>> Microsoft Outlook Programming - Jumpstart for >>> Administrators, Power Users, and Developers >>> http://www.outlookcode.com/jumpstart.aspx >>> >>> >>>"Scot" <anonymous@discussions.microsoft.com> wrote in >>message >>>news:05d001c42ba7$115173a0$3501280a@phx.gbl... >>>> I want to program some macros into Outlook 2003. >>However, >>>> the menu selections for "Macro", "Security" and "Visual >>>> Basic Editor" under "Tools" do nothing. I've tried >>>> reinstalling, but that didn't fix the problem. >>>> >>>> Any suggestions? >>> >>> >>>. >>> >>. >> >. > |
|
|
|
#6 |
|
Guest
Posts: n/a
|
You might also try Help | Detect and Repair.
Outcmd.dat will not exist if you have never customized the toolbar. I don't think VbaProject.otm will exist if you have never written any Outlook VBA code. Do you have any anti-spam or anti-virus software running? If so, you might want to try disconnecting from the network and then turning off those applications. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Scot" <anonymous@discussions.microsoft.com> wrote in message news:460c01c42baa$65cd8920$a301280a@phx.gbl... > Did that ... problem persists. I also tried the > suggestion from an earlier thread on renaming outcmd.dat > and vbaproject.otm, but a thorough search of my hard > drive reveals I don't even have those files. > > I may also note that vba opens in Excel and Word, just > not in Outlook. > > >-----Original Message----- > >Try shutting down Outlook and then using Task Manager to > make sure > >Outlook.exe isn't running before you restart Outlook. > >"Scot" <anonymous@discussions.microsoft.com> wrote in > message > >news:05d001c42ba7$115173a0$3501280a@phx.gbl... > >> I want to program some macros into Outlook 2003. > However, > >> the menu selections for "Macro", "Security" and "Visual > >> Basic Editor" under "Tools" do nothing. I've tried > >> reinstalling, but that didn't fix the problem. |
|
|
|
#7 |
|
Guest
Posts: n/a
|
Have tried Detect and Repair. Problem persists.
Also, I shut down Norton Antivirus and ZoneAlarm Pro, rebooted and the problem is still there. Scot >-----Original Message----- >You might also try Help | Detect and Repair. > >Outcmd.dat will not exist if you have never customized the toolbar. I don't >think VbaProject.otm will exist if you have never written any Outlook VBA >code. > >Do you have any anti-spam or anti-virus software running? If so, you might >want to try disconnecting from the network and then turning off those >applications. > >-- >Sue Mosher, Outlook MVP >Author of > Microsoft Outlook Programming - Jumpstart for > Administrators, Power Users, and Developers > http://www.outlookcode.com/jumpstart.aspx > > >"Scot" <anonymous@discussions.microsoft.com> wrote in message >news:460c01c42baa$65cd8920$a301280a@phx.gbl... >> Did that ... problem persists. I also tried the >> suggestion from an earlier thread on renaming outcmd.dat >> and vbaproject.otm, but a thorough search of my hard >> drive reveals I don't even have those files. >> >> I may also note that vba opens in Excel and Word, just >> not in Outlook. >> >> >-----Original Message----- >> >Try shutting down Outlook and then using Task Manager to >> make sure >> >Outlook.exe isn't running before you restart Outlook. > >> >"Scot" <anonymous@discussions.microsoft.com> wrote in >> message >> >news:05d001c42ba7$115173a0$3501280a@phx.gbl... >> >> I want to program some macros into Outlook 2003. >> However, >> >> the menu selections for "Macro", "Security" and "Visual >> >> Basic Editor" under "Tools" do nothing. I've tried >> >> reinstalling, but that didn't fix the problem. > > > >. > |
|
|
|
#8 |
|
Guest
Posts: n/a
|
After trying everything else, the only solution I could
find was to create a new user account under XP Pro and migrate all of my data over there. I noticed that using the same Outlook.pst file under my wife's account worked and allowed me to open macros/vba. So I backed up all my settings & data, deleted my account and started over. I assume this means there was some obscure setting in the CurrentUser section of the Registry that was causing the problem -- too obscure for me to chase down. Scot |
|
|
|
#9 |
|
Guest
Posts: n/a
|
I had the same problem. In my case I had installed Office 2003 in
other than the default folder (C:\Program Files\Microsoft Office). I reintalled into the default folder and now my Outlook VBA is functional. "Scot" <anonymous@discussions.microsoft.com> wrote in message news:<473701c42bb0$f272e130$a101280a@phx.gbl>... > Have tried Detect and Repair. Problem persists. > > Also, I shut down Norton Antivirus and ZoneAlarm Pro, > rebooted and the problem is still there. > > Scot > > > >-----Original Message----- > >You might also try Help | Detect and Repair. > > > >Outcmd.dat will not exist if you have never customized > the toolbar. I don't > >think VbaProject.otm will exist if you have never > written any Outlook VBA > >code. > > > >Do you have any anti-spam or anti-virus software > running? If so, you might > >want to try disconnecting from the network and then > turning off those > >applications. > > > >-- > >Sue Mosher, Outlook MVP > >Author of > > Microsoft Outlook Programming - Jumpstart for > > Administrators, Power Users, and Developers > > http://www.outlookcode.com/jumpstart.aspx > > > > > >"Scot" <anonymous@discussions.microsoft.com> wrote in > message > >news:460c01c42baa$65cd8920$a301280a@phx.gbl... > >> Did that ... problem persists. I also tried the > >> suggestion from an earlier thread on renaming > outcmd.dat > >> and vbaproject.otm, but a thorough search of my hard > >> drive reveals I don't even have those files. > >> > >> I may also note that vba opens in Excel and Word, just > >> not in Outlook. > >> > >> >-----Original Message----- > >> >Try shutting down Outlook and then using Task Manager > to > make sure > >> >Outlook.exe isn't running before you restart Outlook. > > >> >"Scot" <anonymous@discussions.microsoft.com> wrote in > message > >> >news:05d001c42ba7$115173a0$3501280a@phx.gbl... > >> >> I want to program some macros into Outlook 2003. > However, > >> >> the menu selections for "Macro", "Security" > and "Visual > >> >> Basic Editor" under "Tools" do nothing. I've tried > >> >> reinstalling, but that didn't fix the problem. > > > > > > > >. > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

