View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default Naming Worksheets in VBE

in vba
activesheet.name="NewName"

--
Don Guillett
SalesAid Software
Granite Shoals, TX

"tommy calahan" wrote in message
...
Is it possible to change the name of a worksheet in Excel
using Visual Basic?

Thank you