Formula Toolbar Gone

  • Thread starter Thread starter Chip
  • Start date Start date
C

Chip

I was using VB to manipulate Excel and some way lost the formula toolbar. I
dont see a function inside Excel to make it reapear. Does anyone know how to
do this?

Thanks,
Chip Denton
 
Chip

Tools>Options>View>Show "formula bar"

Programmatically.....

Application.DisplayFormulaBar = False
Application.DisplayFormulaBar = True

Gord Dibben Excel MVP
 
Back
Top