View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rael_lucid rael_lucid is offline
external usenet poster
 
Posts: 15
Default Create VBA Function/Sub programatically within Excel VBA

Hi,

Is it possible to create a VBA function or subroutine within Excel VBA?

ie: I have a spreadsheet which has a number of functions in it. One of the
functions involves creating a new spreadsheet (in a new file), based on some
of the data in the original sheet. I now need to include a function in this
new spreadsheet.

Is this possible?

Rael