You can label it as
private sub mysub()
However, I'll bet your original can be reduced. You are probably using
selections etc. Post it
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
"David" <(E-Mail Removed)> wrote in message
news:101244A3-3962-4D0D-AED6-(E-Mail Removed)...
> Hello Group,
>
> I have a program that exceeded the allowable amount of code. Because of
> this
> I had to create a call to anothe Sub. All it does is do some calculation
> on
> the worksheet, but it appears as a Sub in the list of available subs.
> Since
> it is a Call, I would not like it to appear in the list. I would not like
> anyone to try and run it independantly. Can I make it disappear from the
> available list?
>
> Thanks,
> David