Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 447
Default Define Names Embedded in worksheet

Using MS excel 2003, upon creating a worksheet, hundreds of define names are
automatically embedded in the file. I am not sure where these have come
from. This increases the file size at times 2-4 MB. I can delete these
names, either manually which is time consuming or I have heard of a product
that allows multiple deletions. Regardless when I delete these names the
file size is reduced, but I would prefer to not have these names
automatically embed in the file in the first place. Is there a way to stop
these names from embedding?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Define Names Embedded in worksheet

Karen,

You can delete them all with a macro

Sub DeleteNames()
For Each n In ActiveWorkbook.Names
n.Delete
Next
End Sub

Mike

"Karen" wrote:

Using MS excel 2003, upon creating a worksheet, hundreds of define names are
automatically embedded in the file. I am not sure where these have come
from. This increases the file size at times 2-4 MB. I can delete these
names, either manually which is time consuming or I have heard of a product
that allows multiple deletions. Regardless when I delete these names the
file size is reduced, but I would prefer to not have these names
automatically embed in the file in the first place. Is there a way to stop
these names from embedding?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default Define Names Embedded in worksheet

Are you saying that when you delete them, they come back?? If so, there must
be a macro doing it. If desired, send you file to my addy below and I'll
take a look. You can use this Umlas macro to delete ALL
Sub DeleteAllNames_Umlas()
ExecuteExcel4Macro "SUM(DELETE.NAME(NAMES()))"
End Sub
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Karen" wrote in message
...
Using MS excel 2003, upon creating a worksheet, hundreds of define names
are
automatically embedded in the file. I am not sure where these have come
from. This increases the file size at times 2-4 MB. I can delete these
names, either manually which is time consuming or I have heard of a
product
that allows multiple deletions. Regardless when I delete these names the
file size is reduced, but I would prefer to not have these names
automatically embed in the file in the first place. Is there a way to
stop
these names from embedding?


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,344
Default Define Names Embedded in worksheet

Hi,

Here is another possibility - they may be part of the default workbook. To
talk care of that
Choose file open and navigate to the C:\Program Files\Microsoft
Office\Office #\XLStart folder and delete any files in that folder. by
Office# I mean your version of Excel might be 10, 11, 12.


--
Thanks,
Shane Devenshire


"Karen" wrote:

Using MS excel 2003, upon creating a worksheet, hundreds of define names are
automatically embedded in the file. I am not sure where these have come
from. This increases the file size at times 2-4 MB. I can delete these
names, either manually which is time consuming or I have heard of a product
that allows multiple deletions. Regardless when I delete these names the
file size is reduced, but I would prefer to not have these names
automatically embed in the file in the first place. Is there a way to stop
these names from embedding?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,718
Default Define Names Embedded in worksheet

Just delete them all huh, Shane? I have a handnail. Should I chop off the
finger or go for the whole hand?<g

--
Jim
"ShaneDevenshire" wrote in
message ...
| Hi,
|
| Here is another possibility - they may be part of the default workbook.
To
| talk care of that
| Choose file open and navigate to the C:\Program Files\Microsoft
| Office\Office #\XLStart folder and delete any files in that folder. by
| Office# I mean your version of Excel might be 10, 11, 12.
|
|
| --
| Thanks,
| Shane Devenshire
|
|
| "Karen" wrote:
|
| Using MS excel 2003, upon creating a worksheet, hundreds of define names
are
| automatically embedded in the file. I am not sure where these have come
| from. This increases the file size at times 2-4 MB. I can delete these
| names, either manually which is time consuming or I have heard of a
product
| that allows multiple deletions. Regardless when I delete these names
the
| file size is reduced, but I would prefer to not have these names
| automatically embed in the file in the first place. Is there a way to
stop
| these names from embedding?

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
Multiple Names in refers to field of Define Name Sunnyskies Excel Discussion (Misc queries) 6 December 7th 06 07:33 AM
Define Names in Excel Dave T at home Excel Discussion (Misc queries) 2 November 1st 05 03:27 PM
how to define range names anton New Users to Excel 1 October 14th 05 08:28 AM
Delete Define names across workbook Mike Excel Worksheet Functions 4 September 28th 05 12:41 AM
alternate UI for Define Names ?? jmg092548 Excel Discussion (Misc queries) 2 August 11th 05 01:32 PM


All times are GMT +1. The time now is 05:35 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"