Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Handling Excel Evens in addins

I have a dilemma

I have 2 excel add-ins installed, both of with need to handle the Workbook
close events.
However I need one add-in to handle the event before the other.
Is it possible to establish the order in which add-ins handle the event?

Regards

--
Tim Marsden
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 56
Default Handling Excel Evens in addins

Yo could combine the two procedures into a single procedure and this
would allow you to control the order of events.

Tim Marsden wrote:
I have a dilemma

I have 2 excel add-ins installed, both of with need to handle the Workbook
close events.
However I need one add-in to handle the event before the other.
Is it possible to establish the order in which add-ins handle the event?

Regards

--
Tim Marsden


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Handling Excel Evens in addins

Hi, thanks for the prompt response.

The 2 addins are from different vendors, so I cannot combine the functionas.

Thanks
--
Tim Marsden


"bobbo" wrote:

Yo could combine the two procedures into a single procedure and this
would allow you to control the order of events.

Tim Marsden wrote:
I have a dilemma

I have 2 excel add-ins installed, both of with need to handle the Workbook
close events.
However I need one add-in to handle the event before the other.
Is it possible to establish the order in which add-ins handle the event?

Regards

--
Tim Marsden



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Handling Excel Evens in addins

Then you are stuck, unless you can get them to tailor the product(s).

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Tim Marsden" wrote in message
...
Hi, thanks for the prompt response.

The 2 addins are from different vendors, so I cannot combine the

functionas.

Thanks
--
Tim Marsden


"bobbo" wrote:

Yo could combine the two procedures into a single procedure and this
would allow you to control the order of events.

Tim Marsden wrote:
I have a dilemma

I have 2 excel add-ins installed, both of with need to handle the

Workbook
close events.
However I need one add-in to handle the event before the other.
Is it possible to establish the order in which add-ins handle the

event?

Regards

--
Tim Marsden





  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Handling Excel Evens in addins

Put both bits of Close code in the one addin, in the correct order.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Tim Marsden" wrote in message
...
I have a dilemma

I have 2 excel add-ins installed, both of with need to handle the Workbook
close events.
However I need one add-in to handle the event before the other.
Is it possible to establish the order in which add-ins handle the event?

Regards

--
Tim Marsden





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 225
Default Handling Excel Evens in addins

Hi Tim,

The Excel Event is an callback mechanism, it did not defined the order for
us to change, because event is not a message handle.

Currently I think you may try to contact the two vendor to see if they have
any changed versions for your scenario.

If you have other concern, please let me know.

Best regards,

Peter Huang

Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

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
excel addins KRK New Users to Excel 1 May 20th 09 02:59 PM
Error handling with a handling routine ben Excel Programming 0 March 15th 05 03:01 PM
Sorting Odds & Evens Tom Ogilvy Excel Programming 0 July 13th 03 09:30 PM
Sorting Odds & Evens Bob Phillips[_5_] Excel Programming 1 July 13th 03 08:37 PM
Sorting Odds & Evens JMay Excel Programming 0 July 13th 03 02:50 PM


All times are GMT +1. The time now is 04:31 AM.

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"