I am just trying to learn how to do some of this variable assigning and loops but I don't have a good grip on it yet. Any help/suggestions would be great!!!!
Sub cbars_delete()
holycow
End Sub
Function holycow()
Dim cbar As CommandBar
cb = cbar.BuiltIn
For Each cb In CommandBars
cbar.Delete
Next cb
End Function
I may not be very smart but I'm sure wirey!!!!
Sub cbars_delete()
holycow
End Sub
Function holycow()
Dim cbar As CommandBar
cb = cbar.BuiltIn
For Each cb In CommandBars
cbar.Delete
Next cb
End Function
I may not be very smart but I'm sure wirey!!!!