C
crichardson
I have a spreadsheet application where I want to create sheet fro
within vba code. I can do this easily of course but I don't wan
Excel to make a newly added worksheet active - I just want the shee
adding while remaining on the worksheet that happened to be active whe
the new sheet is added.
I've tried Application.ScreenUpdating but this doesn't have any effect
Here's how I'm adding a new sheet...
Worksheets.Add
Worksheets.Application.ActiveSheet.Name = sheetname
Thanks in advance.
Cliv
within vba code. I can do this easily of course but I don't wan
Excel to make a newly added worksheet active - I just want the shee
adding while remaining on the worksheet that happened to be active whe
the new sheet is added.
I've tried Application.ScreenUpdating but this doesn't have any effect
Here's how I'm adding a new sheet...
Worksheets.Add
Worksheets.Application.ActiveSheet.Name = sheetname
Thanks in advance.
Cliv