View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Chuck Mryglot Chuck Mryglot is offline
external usenet poster
 
Posts: 2
Default editing a subroutine


The main soutine is Sub Main ().

I developed another routine : Sub Age()

When I do a macro list Alt f8...both are in the list.

Then I call Age from Main and Age is no longer inthe macro list.

e.g.

Sub Main ()

Dim x as long, y as long

Age x,y

end sub


If there is an erroe in Age, the VB editor offers it up for editing.
But how can I get to this otherwise?

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!