View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default calling a function

You can call a macro by simply placing its name in the
appropriate place. E.g.,

Sub AAA()
' some code
Complete
' more code
End Sub


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"praptisahni " wrote
in message ...
a simple question,
i have a macro 'Complete' which i need to call several times

from other
Macros, how exactly is this done?


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