View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Changing title from default

Hi TooCold,

Additionally, to restore the defaults, try:

Application.Caption = Empty
and
ActiveWindow.Caption = False


---
Regards,
Norman