Please remove me from this group

Sent from my iPhone


On May 8, 2012, at 6:23 PM, excel-macros@googlegroups.com wrote:

>   Today's Topic Summary
> Group: http://groups.google.com/group/excel-macros/topics
> 
> Table data fit the page size..(auto) [1 Update]
> To create a serial number based on some conditions using macro. [1 Update]
>  Table data fit the page size..(auto)
> "Asa Rossoff" <a...@lovetour.info> May 08 01:36PM -0700  
> 
> I see you already have it fit to page when printed - 
>  
> 
>  
> Do you mean you want to have the table forced into the shape of the page to
> completely fill the page?
>  
> 
>  
> If so, I think you will need a macro, and it could be a bit tricky.
>  
> 
>  
> You currently have a macro adjusting the margins in the
> Worksheet.SelectionChange event -- that will slow your worksheet down --
> there is no need to reset the margins every time the cursor moves. It
> should be enough to just set them once in the Page Setup dialog, but if you
> want to reset them with a macro, use Worksheet.Activate or
> Workbook.BeforePrint (in Workbook.BeforePrint you might check if the
> worksheet is in ActiveWindow.SelectedSheets to determine if it is one being
> printed -- if needed -- it should be reliable in most cases).
>  
> 
>  
> To resize the table, I would use the Page Setup oftion to Fit to 1 Page
> TALL, and leave the Fit to pages wide blank. This will only scale the table
> automatically to fit based on length, and take up as many pages wide as
> required. Then in your macro adjust the column widths to makke it fit on
> the one page. I am not experienced with this, so I will leave the details
> for you or others, unless I find the time to experiment with it.
>  
> 
>  
> Asa
>  
> 
>  
> 
>  
> From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
> On Behalf Of Mohammed Muneer
> Sent: Monday, May 07, 2012 11:02 PM
> To: excel-macros@googlegroups.com
> Subject: $$Excel-Macros$$ Table data fit the page size..(auto)
>  
> 
>  
> Dear friends,
>  
> 
>  
> I want the Table margin fit the page size - by equally grow to all the four
> sides irrespective of the data consistency.
>  
> 
>  
> 
>  
> 
>  
> Regards,
>  
> Muneer,
>  
> CC.
>  
> -- 
> FORUM RULES (986+ members already BANNED for violation)
> 
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will
> not get quick attention or may not be answered.
> 
> 2) Don't post a question in the thread of another member.
> 
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 
> 4) Acknowledge the responses you receive, good or bad.
> 
> 5) Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited. 
> 
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
> 
> ----------------------------------------------------------------------------
> --------------------------
> To post to this group, send email to excel-macros@googlegroups.com
>  
> 
>  To create a serial number based on some conditions using macro.
> Excel_Lover <idforex...@gmail.com> May 08 11:26PM +0300  
> 
> Thanks Asa,
>  
> Thank you very much!
>  
> Its working fine,
>  
>  
>  
>  
> 
> You received this message because you are subscribed to the Google Group 
> excel-macros.
> You can post via email.
> To unsubscribe from this group, send an empty message.
> For more options, visit this group.
> -- 
> FORUM RULES (986+ members already BANNED for violation)
>  
> 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
> Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not 
> get quick attention or may not be answered.
>  
> 2) Don't post a question in the thread of another member.
>  
> 3) Don't post questions regarding breaking or bypassing any security measure.
>  
> 4) Acknowledge the responses you receive, good or bad.
>  
> 5) Cross-promotion of, or links to, forums competitive to this forum in 
> signatures are prohibited. 
>  
> NOTE : Don't ever post personal or confidential data in a workbook. Forum 
> owners and members are not responsible for any loss.
>  
> ------------------------------------------------------------------------------------------------------
> To post to this group, send email to excel-macros@googlegroups.com

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

------------------------------------------------------------------------------------------------------
To post to this group, send email to excel-macros@googlegroups.com

Reply via email to