On Thu, 12/15/16, keisha.fry via MS EXCEL AND VBA MACROS
wrote:
Subject: Re: $$Excel-Macros$$ Combine two macros in to one
To: excel-macros@googlegroups.com
Date: Thursday, December 15, 2016, 1:10 PM
On Thu, 12/15/16, julienneschindler via MS EXCEL AND VBA MACROS
wrote:
Subject: Re: $$Excel-Macros$$ Combine two macros in to one
To: excel-macros@googlegroups.com
Date: Thursday, December 15, 2016, 12:52 PM
On Thu, 12/15/16, silvers.r via MS EXCEL AND VBA MACROS
wrote:
Subject: Re: $$Excel-Macros$$ Combine two macros in to one
To: excel-macros@googlegroups.com
Date: Thursday, December 15, 2016, 1:35 AM
On Wed, 12/14/16, cronincarmelita via MS EXCEL AND VBA MACROS
wrote:
Subject: Re: $$Excel-Macros$$ Combine two macros in to one
To: excel-macros@googlegroups.com
Date: Wednesday, December 14, 2016, 11:22 PM
On Wed, 12/14/16, julienneschindler via MS EXCEL AND VBA MACROS
wrote:
Subject: Re: $$Excel-Macros$$ Combine two macros in to one
To: excel-macros@googlegroups.com
Date: Wednesday, December 14, 2016, 8:15 PM
On Wed, 12/14/16, kenyattafreed via MS EXCEL AND VBA MACROS
wrote:
Subject: Re: $$Excel-Macros$$ Combine two macros in to one
To: excel-macros@googlegroups.com
Date: Wednesday, December 14, 2016, 8:09 PM
On Wed, 12/14/16, Paul Schreiner wrote:
Subject: Re: $$Excel-Macros$$ Combine two macros in to one
To: "excel-macros@googlegroups.com"
Date: Wednesday, December 14, 2016, 3:57 PM
Your
buttons call tw
Thank you Paul, it is working very well.
Thank you again.
2016-12-14 19:27 GMT+05:30 Paul Schreiner :
> Your buttons call two separate macros.
> Print_Option
> and
> SUPPRESS_ROWS
>
> to combine the two, simply have the Print_Option macro "call" the
> SUPPRESS_ROWS macro, like:
>
> Sub Print_opt
Your buttons call two separate macros.Print_OptionandSUPPRESS_ROWS
to combine the two, simply have the Print_Option macro "call" the SUPPRESS_ROWS
macro, like:
Sub Print_option()
SUPRESS_ROWS
Application.Dialogs(xlDialogPrint).Show
End Sub
Paul-
“Do