Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Macro Buttons

I have 32 worksheets. I have placed the same 14 macro buttons on each
worksheet. My file is over 10 mega bytes. Is that because of all the macro
buttons? How can I reduce the size of the file and still get the
functionality?

Thank you for any help you can give. I don't want to but will remove the
macro buttons from each worksheet if I have to.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 421
Default Macro Buttons

Hi Chersie,

Without a much more intimate knowledge
of your workbook, it is difficult to be
categoric about the size of your workbook;
at its most benign, the size could simply be
a legitimate reflection of sheer volume of
data,

That said there are various general areas
which may be addressed:

(1) Reduce the size of each of the 32
worksheets to the real data area. In this
connection, see Debra Dalgleish's
suggestions on restiing the Used Range
at:

http://www.contextures.com/xlfaqApp.html#Unused

(2) Consider if 32 sheets really are necessary.
If, as potentially suggested by another
thread, the first sheet represents a master
database and the remaining sheets display
subordinate detail, perhaps you might
consider:

- deleting the detail sheets and using
the Excel's AutoFilter, Advanced
Filter or Pivot Table tools to provide
the reuired report information.

If you are not familiar with these tools,
see Debra Dalglesh at:

Excel -- Filters -- AutoFilter Basics
http://www.contextures.com/xlautofilter01.html


Excel -- Filters -- Advanced Filters -- Introduction
http://www.contextures.com/xladvfilter01.html

Using Pivot Tables in Excel
http://www.peltiertech.com/Excel/Pivots/pivottables.htm

(3) If the 14 macro buttoms on each of
the 32 sheets perfom analagous operations,
consider replacing the 32 x 14 buttons with
a customised toolbar with a single set of
buttons, possibly adapting the button code
to operate on any of the sheets of interest.


However, the relevance of the above
suggestions will depend on your data and
your particular requirements; the suggestions
are, therefore, to be regarded as points for
consideration.



---
Regards.
Norman


"Chersie" wrote in message
...
I have 32 worksheets. I have placed the same 14 macro buttons on each
worksheet. My file is over 10 mega bytes. Is that because of all the
macro
buttons? How can I reduce the size of the file and still get the
functionality?

Thank you for any help you can give. I don't want to but will remove the
macro buttons from each worksheet if I have to.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Macro Buttons

Hi Norman,

Absolutely perfect suggestion. Cannot believe I didn't think of the toolbar
idea! That will work perfectly. Thank you so much!



"Norman Jones" wrote:

Hi Chersie,

Without a much more intimate knowledge
of your workbook, it is difficult to be
categoric about the size of your workbook;
at its most benign, the size could simply be
a legitimate reflection of sheer volume of
data,

That said there are various general areas
which may be addressed:

(1) Reduce the size of each of the 32
worksheets to the real data area. In this
connection, see Debra Dalgleish's
suggestions on restiing the Used Range
at:

http://www.contextures.com/xlfaqApp.html#Unused

(2) Consider if 32 sheets really are necessary.
If, as potentially suggested by another
thread, the first sheet represents a master
database and the remaining sheets display
subordinate detail, perhaps you might
consider:

- deleting the detail sheets and using
the Excel's AutoFilter, Advanced
Filter or Pivot Table tools to provide
the reuired report information.

If you are not familiar with these tools,
see Debra Dalglesh at:

Excel -- Filters -- AutoFilter Basics
http://www.contextures.com/xlautofilter01.html


Excel -- Filters -- Advanced Filters -- Introduction
http://www.contextures.com/xladvfilter01.html

Using Pivot Tables in Excel
http://www.peltiertech.com/Excel/Pivots/pivottables.htm

(3) If the 14 macro buttoms on each of
the 32 sheets perfom analagous operations,
consider replacing the 32 x 14 buttons with
a customised toolbar with a single set of
buttons, possibly adapting the button code
to operate on any of the sheets of interest.


However, the relevance of the above
suggestions will depend on your data and
your particular requirements; the suggestions
are, therefore, to be regarded as points for
consideration.



---
Regards.
Norman


"Chersie" wrote in message
...
I have 32 worksheets. I have placed the same 14 macro buttons on each
worksheet. My file is over 10 mega bytes. Is that because of all the
macro
buttons? How can I reduce the size of the file and still get the
functionality?

Thank you for any help you can give. I don't want to but will remove the
macro buttons from each worksheet if I have to.


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default Macro Buttons


Also, hard to say without seeing your workbook.(send to my address below if
desired)
If you must have 32 sheets why not just use a double_click event to double
click on the cell to do whatever is desired from there.
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Chersie" wrote in message
...
I have 32 worksheets. I have placed the same 14 macro buttons on each
worksheet. My file is over 10 mega bytes. Is that because of all the
macro
buttons? How can I reduce the size of the file and still get the
functionality?

Thank you for any help you can give. I don't want to but will remove the
macro buttons from each worksheet if I have to.


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Macro Buttons

I am sending you the file. I hope you can receive it since it is so large.

Thanks,
Cheri



"Don Guillett" wrote:


Also, hard to say without seeing your workbook.(send to my address below if
desired)
If you must have 32 sheets why not just use a double_click event to double
click on the cell to do whatever is desired from there.
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Chersie" wrote in message
...
I have 32 worksheets. I have placed the same 14 macro buttons on each
worksheet. My file is over 10 mega bytes. Is that because of all the
macro
buttons? How can I reduce the size of the file and still get the
functionality?

Thank you for any help you can give. I don't want to but will remove the
macro buttons from each worksheet if I have to.





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
Macro buttons opening saved macro Wasabijim Excel Discussion (Misc queries) 0 April 29th 09 08:39 PM
Replacing macro buttons with a new set of buttons jonco Excel Programming 3 July 3rd 06 01:36 AM
look for buttons in a macro jkt Excel Discussion (Misc queries) 1 June 16th 06 04:10 PM
Macro Buttons jpx Excel Programming 1 November 20th 03 08:44 PM
macro buttons Sheetal Excel Programming 5 November 10th 03 03:08 PM


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