M
MAB
I have an addin that creates a new Excel Workbook. I want to have the addin,
add code to the new workbook. Specifically I want to add a right click menu
and the code module for the menu. The following website gives great insite
manipulating code on the VBA side which I'm sure I'll need here but what I
don't have is the VB6 side (if there is one).
http://www.cpearson.com/excel/vbe.htm#CopyModule
VBA can create new modules/class/etc, populate item, export them, import
them. Can VB6 do any of this? If so, what/how?
I'd rather (if possible) take modules/classses/etc internal to the addin and
copy (directly or indirectly [export to file]) them in to the new workbook as
opposed to supplying extra files to VBA import.
add code to the new workbook. Specifically I want to add a right click menu
and the code module for the menu. The following website gives great insite
manipulating code on the VBA side which I'm sure I'll need here but what I
don't have is the VB6 side (if there is one).
http://www.cpearson.com/excel/vbe.htm#CopyModule
VBA can create new modules/class/etc, populate item, export them, import
them. Can VB6 do any of this? If so, what/how?
I'd rather (if possible) take modules/classses/etc internal to the addin and
copy (directly or indirectly [export to file]) them in to the new workbook as
opposed to supplying extra files to VBA import.