View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
VBA Noob
 
Posts: n/a
Default Can't toggle (or display) formula bar


Try the below code to see if this works


Sub Add_Formulabar()

Application.DisplayFormulaBar = True

End Sub



--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=537877