View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Add-in conflicts

Could be that they are messing about with calculation mode and are changing
the other's changes.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"will" wrote in message
om...
I have a custom add-in that mostly has formating shortcuts that are
specific to the way I want things format. It also has toggles for
colors and some different presentation styles. I am at a new job and
one of the programs that I need for work has a refresh function that
is used to recalculate the sheets so it updtates the worksheet. The
problem is that for some reason the formatting add-in is disabling the
ability for the work add-in to recalculate.

both have toolbars. Before I post all the code, can someone give me a
hint as to what might be causing this issue?

Thanks