View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Dynamically create procedures in a sheet module

Check out Chip Pearson's site:
http://cpearson.com/excel/vbe.htm



Frederick Chow wrote:

Hi all,

Does anybody here know how to dynamically create procedures in a sheet
module without using the troublesome InsertLines or CreateEventProc methods?
If the procedures are located in a standard module then I can always use a
CopyModule approach thus bypassing those troublesome methods, but can I do
the same with sheet modules? Thanks for your advice in advance.

Frederick Chow
Hong Kong.


--

Dave Peterson