Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to comp.lang.basic.visual.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 35
Default Is COM over? - what are my options?

I have written an excel add-in using vba and since I am quite pleased
with the outcome thought I would compile it as a COM add-in to protect
all my hard work (and also maybe make some of the .ocx controls a bit
more robust??). Some recent searches indicate that I need to upgrade
my Office version to the "Developer Edition" to do this (at the moment
I just have XP Pro). As far as I can tell though this upgrade is no
longer available though.

My add-in is <1Mb and I have worked hard to keep it that small so
distributing the .Net framework seems like a real over-kill. What are
my other options? Looking at MSDN it's almost as if vb (classic) and
COM never existed.

Thanks in advance,

Andrew

  #2   Report Post  
Posted to comp.lang.basic.visual.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Is COM over? - what are my options?

If you have vb classic, you don't need the developer edition.

the knowledge base
http://support.microsoft.com

should still have articles on creating a COM addin.

--
Regards,
Tom Ogilvy



wrote in message
oups.com...
I have written an excel add-in using vba and since I am quite pleased
with the outcome thought I would compile it as a COM add-in to protect
all my hard work (and also maybe make some of the .ocx controls a bit
more robust??). Some recent searches indicate that I need to upgrade
my Office version to the "Developer Edition" to do this (at the moment
I just have XP Pro). As far as I can tell though this upgrade is no
longer available though.

My add-in is <1Mb and I have worked hard to keep it that small so
distributing the .Net framework seems like a real over-kill. What are
my other options? Looking at MSDN it's almost as if vb (classic) and
COM never existed.

Thanks in advance,

Andrew



  #3   Report Post  
Posted to comp.lang.basic.visual.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 35
Default Is COM over? - what are my options?

Hi Tom,

Thanks for the reply. I don't actuallly have vb classic either
although maybe I have a better chance of finding an old copy for sale.
(So far I've only worked with vba.)

I had read that to move from vba to vb6 would require me to re-create
my forms (which was the reason I was tending towards Dev. Ed.) Do you
know if this is actually the case for COM add-ins or does that comment
only apply if I wanted to create a executable.

Thanks again,
Andrew


Tom Ogilvy wrote:
If you have vb classic, you don't need the developer edition.

the knowledge base
http://support.microsoft.com

should still have articles on creating a COM addin.

--
Regards,
Tom Ogilvy



wrote in message
oups.com...
I have written an excel add-in using vba and since I am quite pleased
with the outcome thought I would compile it as a COM add-in to protect
all my hard work (and also maybe make some of the .ocx controls a bit
more robust??). Some recent searches indicate that I need to upgrade
my Office version to the "Developer Edition" to do this (at the moment
I just have XP Pro). As far as I can tell though this upgrade is no
longer available though.

My add-in is <1Mb and I have worked hard to keep it that small so
distributing the .Net framework seems like a real over-kill. What are
my other options? Looking at MSDN it's almost as if vb (classic) and
COM never existed.

Thanks in advance,

Andrew


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default Is COM over? - what are my options?

I had read that to move from vba to vb6 would require me to re-create
my forms

You would have to recreate your form because VBA and VB6 use different forms
packages. You'll have to do that anyway if you decide to go with .Net. If
you cannot get Office XP Developer you might want to go the .Net route
because it's officially "the future".

--
Jim
wrote in message
ups.com...
| Hi Tom,
|
| Thanks for the reply. I don't actuallly have vb classic either
| although maybe I have a better chance of finding an old copy for sale.
| (So far I've only worked with vba.)
|
| I had read that to move from vba to vb6 would require me to re-create
| my forms (which was the reason I was tending towards Dev. Ed.) Do you
| know if this is actually the case for COM add-ins or does that comment
| only apply if I wanted to create a executable.
|
| Thanks again,
| Andrew
|
|
| Tom Ogilvy wrote:
| If you have vb classic, you don't need the developer edition.
|
| the knowledge base
| http://support.microsoft.com
|
| should still have articles on creating a COM addin.
|
| --
| Regards,
| Tom Ogilvy
|
|
|
| wrote in message
| oups.com...
| I have written an excel add-in using vba and since I am quite pleased
| with the outcome thought I would compile it as a COM add-in to protect
| all my hard work (and also maybe make some of the .ocx controls a bit
| more robust??). Some recent searches indicate that I need to upgrade
| my Office version to the "Developer Edition" to do this (at the moment
| I just have XP Pro). As far as I can tell though this upgrade is no
| longer available though.
|
| My add-in is <1Mb and I have worked hard to keep it that small so
| distributing the .Net framework seems like a real over-kill. What are
| my other options? Looking at MSDN it's almost as if vb (classic) and
| COM never existed.
|
| Thanks in advance,
|
| Andrew
|
|


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Is COM over? - what are my options?

Hi Jim,

Would you have a feel for what %age of users have arrived at the future and
are in a position to deploy .Net.

Or, how long will the significant or critical mass remain in MS's past, and
continue to require VBA or VB6/COM.

Regards,
Peter T

"Jim Rech" wrote in message
...
I had read that to move from vba to vb6 would require me to re-create

my forms

You would have to recreate your form because VBA and VB6 use different

forms
packages. You'll have to do that anyway if you decide to go with .Net.

If
you cannot get Office XP Developer you might want to go the .Net route
because it's officially "the future".

--
Jim
wrote in message
ups.com...
| Hi Tom,
|
| Thanks for the reply. I don't actuallly have vb classic either
| although maybe I have a better chance of finding an old copy for sale.
| (So far I've only worked with vba.)
|
| I had read that to move from vba to vb6 would require me to re-create
| my forms (which was the reason I was tending towards Dev. Ed.) Do you
| know if this is actually the case for COM add-ins or does that comment
| only apply if I wanted to create a executable.
|
| Thanks again,
| Andrew
|
|
| Tom Ogilvy wrote:
| If you have vb classic, you don't need the developer edition.
|
| the knowledge base
| http://support.microsoft.com
|
| should still have articles on creating a COM addin.
|
| --
| Regards,
| Tom Ogilvy
|
|
|
| wrote in message
| oups.com...
| I have written an excel add-in using vba and since I am quite

pleased
| with the outcome thought I would compile it as a COM add-in to

protect
| all my hard work (and also maybe make some of the .ocx controls a

bit
| more robust??). Some recent searches indicate that I need to

upgrade
| my Office version to the "Developer Edition" to do this (at the

moment
| I just have XP Pro). As far as I can tell though this upgrade is no
| longer available though.
|
| My add-in is <1Mb and I have worked hard to keep it that small so
| distributing the .Net framework seems like a real over-kill. What

are
| my other options? Looking at MSDN it's almost as if vb (classic)

and
| COM never existed.
|
| Thanks in advance,
|
| Andrew
|
|






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
tools options view window options Joe[_14_] Excel Discussion (Misc queries) 1 November 11th 09 04:08 PM
how do I add more toolbar options to my right click options Rosie Excel Discussion (Misc queries) 1 August 11th 06 04:52 PM
Options Access Front End Excel Discussion (Misc queries) 1 November 22nd 05 01:41 PM
Web Options? nastech Excel Discussion (Misc queries) 0 November 16th 05 05:13 PM
How to diasble the 'Tools - Options - View - Comments' options? Alan Excel Programming 3 May 19th 05 10:58 PM


All times are GMT +1. The time now is 12:36 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"