View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
shibuup shibuup is offline
external usenet poster
 
Posts: 1
Default Creating Macro code dyanamically

Is there is any solution that I could create a new worksheet and insert some
VBA code inside that worksheet and save it.

Eg.
1. Create a Download.xls
2. Insert the cotent of the Download.xls from Currently
executing Sheet.
3. Insert some Macro code into the Download.xls, (Which
could capture events and take actions)
et..

Is there any solution for Step3?