ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Add-in version check (https://www.excelbanter.com/excel-programming/391603-add-version-check.html)

dan

Add-in version check
 
I keep updating an Add-in for my users every few weeks. each time I call it
with it's new version name (started with Power1.0.xla , but now already
Power5.3.xla)

Is there a way I can put a code on my users workbook - let say on Sub
Workbook_Open() to check that the user has the last add-in version - and if
he/she does not to install the last version for him/her (the add-ins are
saved on a shared drive - so they all have access to it).

Many thanks

Dan

Chip Pearson

Add-in version check
 
How would the code know what the latest version actually is?


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting
www.cpearson.com
(email on the web site)

"Dan" wrote in message
...
I keep updating an Add-in for my users every few weeks. each time I call it
with it's new version name (started with Power1.0.xla , but now already
Power5.3.xla)

Is there a way I can put a code on my users workbook - let say on Sub
Workbook_Open() to check that the user has the last add-in version - and
if
he/she does not to install the last version for him/her (the add-ins are
saved on a shared drive - so they all have access to it).

Many thanks

Dan



Dave Peterson

Add-in version check
 
You may want to reconsider some of your decisions (including the naming
convention) and read

http://www.jkp-ads.com/Articles/UpdateAnAddin.asp
From Jan Karel Pieterse's site.

(He has a demo file there to make life simpler!)

Dan wrote:

I keep updating an Add-in for my users every few weeks. each time I call it
with it's new version name (started with Power1.0.xla , but now already
Power5.3.xla)

Is there a way I can put a code on my users workbook - let say on Sub
Workbook_Open() to check that the user has the last add-in version - and if
he/she does not to install the last version for him/her (the add-ins are
saved on a shared drive - so they all have access to it).

Many thanks

Dan


--

Dave Peterson

dan

Add-in version check
 
I have a sheet called VersionList.xls where in column A I have the list of
all versions - the last entry is the most current one.

"Chip Pearson" wrote:

How would the code know what the latest version actually is?


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting
www.cpearson.com
(email on the web site)

"Dan" wrote in message
...
I keep updating an Add-in for my users every few weeks. each time I call it
with it's new version name (started with Power1.0.xla , but now already
Power5.3.xla)

Is there a way I can put a code on my users workbook - let say on Sub
Workbook_Open() to check that the user has the last add-in version - and
if
he/she does not to install the last version for him/her (the add-ins are
saved on a shared drive - so they all have access to it).

Many thanks

Dan



dan

Add-in version check
 

This is for an add-in that is saved on the net, mine is saved on the server.

"Dave Peterson" wrote:

You may want to reconsider some of your decisions (including the naming
convention) and read

http://www.jkp-ads.com/Articles/UpdateAnAddin.asp
From Jan Karel Pieterse's site.

(He has a demo file there to make life simpler!)

Dan wrote:

I keep updating an Add-in for my users every few weeks. each time I call it
with it's new version name (started with Power1.0.xla , but now already
Power5.3.xla)

Is there a way I can put a code on my users workbook - let say on Sub
Workbook_Open() to check that the user has the last add-in version - and if
he/she does not to install the last version for him/her (the add-ins are
saved on a shared drive - so they all have access to it).

Many thanks

Dan


--

Dave Peterson



All times are GMT +1. The time now is 07:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com