Re: $$Excel-Macros$$ Excude some sheets in macro

2012-02-28 Thread dguillett1
l-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Cab Boose Sent: Monday, February 27, 2012 10:22 PM To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Excude some sheets in macro Hi Don and all Yes Don I totally agree that I should know better. But I am t

RE: $$Excel-Macros$$ Excude some sheets in macro

2012-02-28 Thread Asa Rossoff
cros@googlegroups.com] On Behalf Of Cab Boose Sent: Monday, February 27, 2012 10:22 PM To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Excude some sheets in macro Hi Don and all Yes Don I totally agree that I should know better. But I am trying hard to understand everything

Re: $$Excel-Macros$$ Excude some sheets in macro

2012-02-27 Thread dguillett1
on.Copy _ Worksheets("summary").Cells(Rows.Count, "G").End(xlUp)(2) End If Next ws End Sub Don Guillett SalesAid Software dguille...@gmail.com From: Cab Boose Sent: Sunday, February 26, 2012 10:45 PM To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Excude some she

$$Excel-Macros$$ Excude some sheets in macro

2012-02-26 Thread Cab Boose
Hi See attachedI workbook. XL2000 Refer to summary sheet I am wanting to extract data from some sheets into summary sheet. I can exclude 1 sheet ok, but when I try to exclude others I get syntax error. The line of code with problem is: If Worksheets(k).Name = "summary", "forms", "admin" Then