Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Excel customization will not be loaded

Has anybody an idea what can cause an Excel customization built on the basis
of MS Net framework to load or not?
I have the problem that the customization used company-wide (without
problems) is sometimes loaded and sometimes not with my PC. The PC was
exchanged, it was re-imaged and several further attempts were made to solve
the problem, including registry cleaning, several de-installations and
re-installations of the customization etc.
The reason for the instable function could not be found up to now.

Thanks for your advice.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default Excel customization will not be loaded

Has anybody an idea what can cause an Excel customization built on
the basis of MS Net framework to load or not?


Please explain further! Is this a .NET app that uses an automated
instance of Excel? Otherwise, how is the customization implemented:

via an Excel Addin?
via a COMAddin?
via embedded Excel file XML? (v2007+)

I have the problem that the customization used company-wide (without
problems) is sometimes loaded and sometimes not with my PC. The PC
was exchanged, it was re-imaged and several further attempts were
made to solve the problem, including registry cleaning, several
de-installations and re-installations of the customization etc.
The reason for the instable function could not be found up to now.

Thanks for your advice.


Did you try 'repairing' your Excel installation in Control Panel?

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Excel customization will not be loaded

Hi Garry,

The implementation is via a setup.exe file containing the code. It is not
shown as Excel Addin oder Com Addin. I tried repairing without change of the
loading behavior.

Regards
Thomas

"GS" wrote in message ...

Has anybody an idea what can cause an Excel customization built on the
basis of MS Net framework to load or not?


Please explain further! Is this a .NET app that uses an automated
instance of Excel? Otherwise, how is the customization implemented:

via an Excel Addin?
via a COMAddin?
via embedded Excel file XML? (v2007+)

I have the problem that the customization used company-wide (without
problems) is sometimes loaded and sometimes not with my PC. The PC was
exchanged, it was re-imaged and several further attempts were made to
solve the problem, including registry cleaning, several de-installations
and re-installations of the customization etc.
The reason for the instable function could not be found up to now.

Thanks for your advice.


Did you try 'repairing' your Excel installation in Control Panel?

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 230
Default Excel customization will not be loaded

On 02/12/2014 09:00, Thomas Kellner wrote:
Hi Garry,

The implementation is via a setup.exe file containing the code. It is
not shown as Excel Addin oder Com Addin. I tried repairing without
change of the loading behavior.


This is nothing like enough information. The likely causes are something
along the lines of the addin isn't installed where the version of XL you
are using expects to look for it or was built with a different version
and has incompatibilities that prevent loading.

Try manually checking the location of files and the paths being searched
for addins and if necessary manually install to test it.


"GS" wrote in message ...

Has anybody an idea what can cause an Excel customization built on the
basis of MS Net framework to load or not?


Please explain further! Is this a .NET app that uses an automated
instance of Excel? Otherwise, how is the customization implemented:

via an Excel Addin?
via a COMAddin?
via embedded Excel file XML? (v2007+)

I have the problem that the customization used company-wide (without
problems) is sometimes loaded and sometimes not with my PC. The PC was
exchanged, it was re-imaged and several further attempts were made to
solve the problem, including registry cleaning, several
de-installations and re-installations of the customization etc.
The reason for the instable function could not be found up to now.

Thanks for your advice.


Did you try 'repairing' your Excel installation in Control Panel?



--
Regards,
Martin Brown
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default Excel customization will not be loaded

The implementation is via a setup.exe file containing the code. It is
not shown as Excel Addin oder Com Addin. I tried repairing without
change of the loading behavior.


I suspect, then, that your machine's install of Excel (or Office) got
damaged during the 're-imaging'. I had the same thing done to this
machine when I replaced the motherboard and hard drive. It works just
fine and so to all my apps (also use exe-automated instances of Excel
that are modified to the 9s)!

Have you tried 'repairing' Office via Control Panel yet?

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default Excel customization will not be loaded

This is nothing like enough information. The likely causes are
something along the lines of the addin isn't installed where the
version of XL you are using expects to look for it or was built with
a different version and has incompatibilities that prevent loading.

Try manually checking the location of files and the paths being
searched for addins and if necessary manually install to test it


Given that the problem doesn't occur on any other machines, I suspect
things went awry during the 're-imaging' process and Excel (or Office)
is in need of 'repair' via ControlPanel!

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Excel customization will not be loaded

Yes of course. Before upgrading to Office 2013 I had Office 2010 with the
same problem. I even de-installed it several times and re-installed it as
the repair didn't solve the problem.

Thomas

"GS" wrote in message ...

The implementation is via a setup.exe file containing the code. It is not
shown as Excel Addin oder Com Addin. I tried repairing without change of
the loading behavior.


I suspect, then, that your machine's install of Excel (or Office) got
damaged during the 're-imaging'. I had the same thing done to this
machine when I replaced the motherboard and hard drive. It works just
fine and so to all my apps (also use exe-automated instances of Excel
that are modified to the 9s)!

Have you tried 'repairing' Office via Control Panel yet?

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion

  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 230
Default Excel customization will not be loaded

On 02/12/2014 13:20, GS wrote:
This is nothing like enough information. The likely causes are
something along the lines of the addin isn't installed where the
version of XL you are using expects to look for it or was built with a
different version and has incompatibilities that prevent loading.

Try manually checking the location of files and the paths being
searched for addins and if necessary manually install to test it


Given that the problem doesn't occur on any other machines, I suspect
things went awry during the 're-imaging' process and Excel (or Office)
is in need of 'repair' via ControlPanel!


These sort of things can be sensitive to things that appear irrelevant
even down to the printer or graphics driver if you are out of luck. DLL
hell has largely gone away but with customisations you can never be sure
that the package doesn't include something in it that is incompatible
with some later versions (or previous versions).

I still think it is a permissions or path fault but in a corporate
environment it should be down to the IT gophers to sort it out.

Exact version numbers and patch levels of OS & XL on working systems vs
OPs system might shed some light. Otherwise try sacrificing a chicken
over the keyboard for want of anything else rational to suggest.

--
Regards,
Martin Brown
  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default Excel customization will not be loaded

Yes of course. Before upgrading to Office 2013 I had Office 2010 with
the same problem. I even de-installed it several times and
re-installed it as the repair didn't solve the problem.


It might also be as Martin suggests about OS version and XL version.
For example, some of my apps (VB6.exe frontloader) worked fine in
XP/Win7HP but croaked under Win7Pro. I fixed that but it happened again
running under Win8.1.

So then, as Martin suggests, what's different about your OS/XL version
combo than that of the other machines or your machine's previous
config?

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


  #10   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default Excel customization will not be loaded

It might also be as Martin suggests about OS version and XL version.
For example, some of my apps (VB6.exe frontloader) worked fine in
XP/Win7HP but croaked under Win7Pro. I fixed that but it happened
again running under Win8.1.



Note that the cause was different in both cases. IOW, it croaked under
Win8.1 for something the previous OSs tolerated. Typical, though, for
M$ to break stuff in this fashion!<g

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion




  #11   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Excel customization will not be loaded

Thanks a lot for your hints. At the moment I have the impression that it
might be a conflict between the customization based file and other Excel
files without this customization but also containing macros. Once one of
these other files had been loaded the one in question doesn't load the
customization whereas it does load it when no other Excel file was open
before.

"GS" wrote in message ...

It might also be as Martin suggests about OS version and XL version. For
example, some of my apps (VB6.exe frontloader) worked fine in XP/Win7HP
but croaked under Win7Pro. I fixed that but it happened again running
under Win8.1.



Note that the cause was different in both cases. IOW, it croaked under
Win8.1 for something the previous OSs tolerated. Typical, though, for
M$ to break stuff in this fashion!<g

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion

  #12   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default Excel customization will not be loaded

Thanks a lot for your hints. At the moment I have the impression that
it might be a conflict between the customization based file and other
Excel files without this customization but also containing macros.
Once one of these other files had been loaded the one in question
doesn't load the customization whereas it does load it when no other
Excel file was open before.


Ahhh...! Therein lies the problem. So your EXE isn't using its own
instance of Excel for its intended task, but rather 'hijacking' the
user's instance instead. Bad design IMO!!!

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


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 Chart Customization Maurice New Users to Excel 1 February 11th 10 07:46 PM
Backup Excel customization Vivek[_2_] New Users to Excel 1 September 21st 08 05:22 PM
Excel toolbar customization Griffinspc Setting up and Configuration of Excel 15 July 29th 08 06:07 PM
Customization of Excel 2007 PA Setting up and Configuration of Excel 3 June 10th 08 03:40 PM
Where is Excel Customization? Bill Martin[_2_] Excel Programming 2 August 4th 06 08:37 PM


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