View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Bridges[_2_] Bob Bridges[_2_] is offline
external usenet poster
 
Posts: 257
Default How do I sort column changes in different worksheet?

You cannot create a new worksheet by use of a worksheet function alone;
for that you need to get into VBA. If you're willing to tackle writing a
program
in VBA/Excel, try re-asking the question in the Excel Programming forum.

--- "chewy70" wrote:
I have a large database in a spreadsheet. There is a list of financial
professionals and thier firms. For every change in the firm I want to create
a separate worksheet. Which function allows me to do so, rather than copy
paste?