View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
andycharger[_12_] andycharger[_12_] is offline
external usenet poster
 
Posts: 1
Default Macro Size Limit / open macros with macros?

When I type my code to call other macros, it says sub or function no
defined.

How do I get around this?

Here is my code
[vb]
Sub Macro3()
'
' Macro3 Macro
' Macro recorded 10/02/2004 by adavies
'

'
Call Macro1
Call Macro2

end sub
[/vb

--
Message posted from http://www.ExcelForum.com