View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
Keith Willshaw Keith Willshaw is offline
external usenet poster
 
Posts: 170
Default Best package to make COM add-in


"Chip Pearson" wrote in message
...
That is true. As far as I know, you can't import existing VBA
userforms in to VB6; therefore, Office Developer would have that
advantage for converting existing XLA projects to VBA Projects.


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




This isnt strictly speaking true.

You can export a form from VBA and then import it
into VS6 using the Add File dialog

The form comes in as a designer . They normally
work OK but you cant edit them properly
in VB6 and they can be a little unpredictable.

Personally I avoid it and redo the form

Keith