What is the code to move the current worksheet to the end of a workbook. Thanks in advance Greg
G Greg Jun 30, 2005 #1 What is the code to move the current worksheet to the end of a workbook. Thanks in advance Greg
G Greg Jun 30, 2005 #3 Thanks again Bob Greg Bob Phillips said: activesheet.move after:=sheets(sheets.Count) Click to expand...
Thanks again Bob Greg Bob Phillips said: activesheet.move after:=sheets(sheets.Count) Click to expand...