Hi,
i need some clue to do the following: whenever the macro is run, it will add a new worksheet as the last sheet, nomatter how many existing worksheets there are (i.e. the right most sheet tab will be this new added sheet)
Sub AddLastSheet()
Dim ws as Worksheet
Set ws = worlsheets.Add (ALWAYS AT AS THE LAST WORKSHEET)
End Sub
Thanks!
i need some clue to do the following: whenever the macro is run, it will add a new worksheet as the last sheet, nomatter how many existing worksheets there are (i.e. the right most sheet tab will be this new added sheet)
Sub AddLastSheet()
Dim ws as Worksheet
Set ws = worlsheets.Add (ALWAYS AT AS THE LAST WORKSHEET)
End Sub
Thanks!