Thread: Formula Bar
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
tim tim is offline
external usenet poster
 
Posts: 105
Default Formula Bar

Hello All,

I have some code that hides the formula bar when a
particular workbook is opened.
(Application.DisplayFormulaBar = False). When the book
is closed, I would like to see the formula bar....I tried
(Application.DisplayFormulaBar = True) in
the "Before_Close" event and it does not seem to
work.....Any ideas??

Thanks