RE: sub call with string
- From: JMB <JMB@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 17 Jun 2005 21:09:01 -0700
A sub in the same sheet? Is the sub an event handler or just a regular
macro? If it's just a regular macro I'd move it to a regular module (I don't
think VBA looks for plain-vanilla macros in the sheet modules). If you're
trying to call an event handler, can you move the guts of your second event
handler to a macro in a standard module and replace with a call to the macro
(ie both event handlers would call the same macro).
"aran" wrote:
> Hello thanks
> that seem to work on macros but if i like too run a sub in the same sheet
>
> "JMB" wrote:
>
> > try using
> >
> > Application.Run (MacroName)
> >
> >
> > "aran" wrote:
> >
> > > hello
> > > i have a combobox were i chose a value and like to run a sub
> > > were the name of the value is the name of the sub
> > > how do i do
> > >
> > >
.
- Follow-Ups:
- RE: sub call with string
- From: aran
- RE: sub call with string
- References:
- sub call with string
- From: aran
- RE: sub call with string
- From: JMB
- RE: sub call with string
- From: aran
- sub call with string
- Prev by Date: Re: Delete sheets with "@"
- Next by Date: Re: Excel and .NET
- Previous by thread: RE: sub call with string
- Next by thread: RE: sub call with string
- Index(es):
Relevant Pages
|