|
Why doesn't this line work in 2007
The macro has this line of code and works well in Excel 2003. Can someone explain why this line stops the macro using 2007?
Code:
z = Workbooks("master").Worksheets("sheet1").Cells(Rows.Count, 2).End(xlUp).Row + 4
Work around???
Thanks,
Last edited by VBA Noob; 07-18-2008 at 06:08 PM..
|