Re: Tools / Macro / Macros - which ones are these?
From: Sue Mosher [MVP-Outlook] (suemvp_at_outlookcode.com)
Date: 10/03/04
- Next message: michaaal: "Help with Code: Object Variable or With Block Variable Not Set"
- Previous message: michaaal: "Re: Tools / Macro / Macros - which ones are these?"
- In reply to: michaaal: "Re: Tools / Macro / Macros - which ones are these?"
- Next in thread: michaaal: "Re: Tools / Macro / Macros - which ones are these?"
- Reply: michaaal: "Re: Tools / Macro / Macros - which ones are these?"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 3 Oct 2004 15:31:28 -0400
So this is VBA? Does the code run OK if you run it from the VBA environment?
Does the subroutine have any arguments?
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"michaaal" <res0gyio@verizon.net> wrote in message
news:eybFooWqEHA.3172@TK2MSFTNGP10.phx.gbl...
>
> "Sue Mosher [MVP-Outlook]" <suemvp@outlookcode.com> wrote in message
> news:elsuqBWqEHA.3876@TK2MSFTNGP15.phx.gbl...
>> 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.
>>
>> "michaaal" <res0gyio@verizon.net> wrote in message
>> news:OcO%23uZUqEHA.1576@TK2MSFTNGP12.phx.gbl...
>> > 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.
>> >
>> >
>> >
>> > "Sue Mosher [MVP-Outlook]" <suemvp@outlookcode.com> wrote in message
>> > news:OLz8x4VpEHA.1816@TK2MSFTNGP09.phx.gbl...
>> >> Why would you expect a VB sub to show up in your VBA project? Or did
> you
>> >> mean "VBA sub"? Did you declare it Public?
>> http://www.outlookcode.com/jumpstart.aspx
>> >>
>> >>
>> >> "michaaal" <res0gyio@verizon.net> wrote in message
>> >> news:%23$QEMQVpEHA.3688@TK2MSFTNGP09.phx.gbl...
>> >> > How can I get my newly created VB Sub to show up when I
>> >> > click Tools / Macro / Macros?
>> >> > (Outlook 2003)
>>
>>
>
>
> 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?
>
>
- Next message: michaaal: "Help with Code: Object Variable or With Block Variable Not Set"
- Previous message: michaaal: "Re: Tools / Macro / Macros - which ones are these?"
- In reply to: michaaal: "Re: Tools / Macro / Macros - which ones are these?"
- Next in thread: michaaal: "Re: Tools / Macro / Macros - which ones are these?"
- Reply: michaaal: "Re: Tools / Macro / Macros - which ones are these?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|