No I didn't declare it as Public. It sounds like that may be my solution.
How do I declare a sub as public? I tried just putting "Public" in front of
it, but this didn't seem to solve the problem.
I'm still wondering if you meant "VBA Sub" when you wrote "VB Sub"?
Yes, you declare a subroutine public by putting Public in front of Sub.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
I'm still wondering if you meant "VBA Sub" when you wrote "VB Sub"?
Yes, you declare a subroutine public by putting Public in front of Sub.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
I apologize for not clarifying the difference. Would you mind helping me
out with this? I can tell you exactly the steps I took to create the sub if
that helps?
So this is VBA? What module did you create the subroutine in? Does the code
run OK in the VBA environment? Do other subs appear in the Tools | Macro |
Macros list?
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.