elzopi
New Member
- Outlook version
- Outlook 2013 32 bit
- Email Account
- POP3
I have some vba code that I started since Outlook 97, I have modified it through several versions all the way up to 2010, however, now I am at 2013 and it stopped working, I get an Error 91: Object variable with block variable not set.
Specifically this piece of code is the culprit in 2013:
set objCB=Application.
ActiveExplorer.Commandars.FindControl(, 5611)
This used to bring up the Stationery Picker menu.
Your help is greatly appreciated.
Specifically this piece of code is the culprit in 2013:
set objCB=Application.
ActiveExplorer.Commandars.FindControl(, 5611)
This used to bring up the Stationery Picker menu.
Your help is greatly appreciated.