Formula Toolbar Gone

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
 
G

Gord Dibben

Chip

Tools>Options>View>Show "formula bar"

Programmatically.....

Application.DisplayFormulaBar = False
Application.DisplayFormulaBar = True

Gord Dibben Excel MVP
 
Top