Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Save excel as a complete package


Hi Everyone,
I need to find a way of exporting everything 'custom' related to my
file, so that I can allow other users to run reports from the file
without coming across run time errors due to custom_types not being
available on others' PCs.

eg. Run time error '1004.. Method 'apply custom type' of object
'_chart' failed.

I know how to find my custom charts and copy them across manually, but
that is going to way too much work to do that for eveyone's pc. Plus,
I don't know what custom charts they have already, so it would mean
searching for sheet numbers and all sorts... there must be a better
way! :)

I was hoping there was something that would compare to the methods of
saving a web page, where you can choose, 'wep page complete' and you get
all the images and links and everything in a linked folder, so that it
can run stand-alone.

If nothing like that exists, could I do this with some code to search
out everything local and export into a folder or something...

I'm looking for inspiration, as well as code!!??!!

Many thanks as usual guys,

Regards,

Gareth


--
pianoman
------------------------------------------------------------------------
pianoman's Profile: http://www.excelforum.com/member.php...o&userid=33712
View this thread: http://www.excelforum.com/showthread...hreadid=545795

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,942
Default Save excel as a complete package

hi,
from experience, i have found it unwise in a team enviroment to load a file
with a lot of custom features. it tends to create the problems that you are
talking about.
custom features apply to the customized pc only and not the file. that is
why they call it customizing.
You can add code in the on open event to apply some custom features to other
machines like custom tool bars ect ( i did that once) but without knowing
what custom features you have, i would not know what code to suggest.
if you do add code to apply these custom features, it would be polite to
remove any customizing you did to someone elses machine on file close.

regards
FSt1

"pianoman" wrote:


Hi Everyone,
I need to find a way of exporting everything 'custom' related to my
file, so that I can allow other users to run reports from the file
without coming across run time errors due to custom_types not being
available on others' PCs.

eg. Run time error '1004.. Method 'apply custom type' of object
'_chart' failed.

I know how to find my custom charts and copy them across manually, but
that is going to way too much work to do that for eveyone's pc. Plus,
I don't know what custom charts they have already, so it would mean
searching for sheet numbers and all sorts... there must be a better
way! :)

I was hoping there was something that would compare to the methods of
saving a web page, where you can choose, 'wep page complete' and you get
all the images and links and everything in a linked folder, so that it
can run stand-alone.

If nothing like that exists, could I do this with some code to search
out everything local and export into a folder or something...

I'm looking for inspiration, as well as code!!??!!

Many thanks as usual guys,

Regards,

Gareth


--
pianoman
------------------------------------------------------------------------
pianoman's Profile: http://www.excelforum.com/member.php...o&userid=33712
View this thread: http://www.excelforum.com/showthread...hreadid=545795


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Save excel as a complete package


Hi Everyone,
I need to find a way of exporting everything 'custom' related to my
file, so that I can allow other users to run reports from the file
without coming across run time errors due to custom_types not being
available on others' PCs.

eg. Run time error '1004.. Method 'apply custom type' of object
'_chart' failed.

I know how to find my custom charts and copy them across manually, but
that is going to way too much work to do that for eveyone's pc. Plus,
I don't know what custom charts they have already, so it would mean
searching for sheet numbers and all sorts... there must be a better
way! :)

I was hoping there was something that would compare to the methods of
saving a web page, where you can choose, 'wep page complete' and you get
all the images and links and everything in a linked folder, so that it
can run stand-alone.

If nothing like that exists, could I do this with some code to search
out everything local and export into a folder or something...

I'm looking for inspiration, as well as code!!??!!

Many thanks as usual guys,

Regards,

Gareth


--
pianoman
------------------------------------------------------------------------
pianoman's Profile: http://www.excelforum.com/member.php...o&userid=33712
View this thread: http://www.excelforum.com/showthread...hreadid=545795

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
how do I package an application in Excel? vish tumu[_2_] Excel Programming 2 June 11th 05 08:40 AM
How to call a SQL DTS package from Excel spreadsheet Ravi Excel Programming 0 April 14th 05 11:22 PM
Excel in Distribution Package Mike McMaster Excel Programming 0 March 7th 05 03:57 PM
Save only Changes....Not complete workbook! Celtic_Avenger[_21_] Excel Programming 2 September 12th 04 04:34 PM
Reference a SQL DTS package in Excel Macro Sib Excel Programming 0 August 28th 03 02:43 PM


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