Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 130
Default Display something on first open only.

Hello.

I've been creating and modifying a series of Userforms in an addon for quite
sometime, and am currently looking at getting the IT Department to help me
load this addon into everyones addon folder and allow me access to update it
as and when I need/want to.
Currently I have to load the addon manually using browse, and updating it is
too tricky for someone else to do, hopefully this will solve these problems.

But anyway, what I'm wanting is to have a messagebox, or a userform, or
something appear the first time they open Excel with the addon installed. And
then for it to never appear again, then when I update something I can have it
appear again letting people know any changes, but I don't want it appearing
every time they open Excel, just the first time that version of the addon
loads...

I honestly don't have the first clue where to start... or even if I can do
it...
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 130
Default Display something on first open only.

Rather than getting IT to mess with everyone's computer, place your add-in on
a shared network public folder. Then, instruct everyone to load the add-in
from the network location. (Alternatively, you can program a macro to load
the add-in from a stanard workbook.)

With the add-in on the network, everyone can have the most up to date copy
upon starting Excel. You, however, should use a private copy of the add-in
so you can continue development without interfering with others. Then,
whenever you need to update your code, you need only overwrite the public
version of the add-in. This is how I handle public add-ins at work.

More information about distributing code can be found he
http://www.jkp-ads.com/Articles/DistributeMacro00.htm

Matthew Pfluger

"PaulW" wrote:

Hello.

I've been creating and modifying a series of Userforms in an addon for quite
sometime, and am currently looking at getting the IT Department to help me
load this addon into everyones addon folder and allow me access to update it
as and when I need/want to.
Currently I have to load the addon manually using browse, and updating it is
too tricky for someone else to do, hopefully this will solve these problems.

But anyway, what I'm wanting is to have a messagebox, or a userform, or
something appear the first time they open Excel with the addon installed. And
then for it to never appear again, then when I update something I can have it
appear again letting people know any changes, but I don't want it appearing
every time they open Excel, just the first time that version of the addon
loads...

I honestly don't have the first clue where to start... or even if I can do
it...

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
on open, always display sheet1 confused Excel Programming 2 June 22nd 06 10:38 AM
display file open box fullers Excel Programming 1 June 20th 06 07:09 PM
How to display an open file? jose luis Excel Programming 0 July 6th 05 06:40 PM
Display Msg box on open "before" MS Macro Security warning display Jack_Feeman Excel Programming 6 March 18th 05 07:07 PM
display message upon open Ronnie[_3_] Excel Programming 1 November 22nd 03 08:23 PM


All times are GMT +1. The time now is 06:25 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"