Task bar

  • Thread starter Task bar in Excel Userform
  • Start date
T

Task bar in Excel Userform

Task bar in Excel not showing when I execute the userform with hiding
application. I want to display this in task bar.

Please help on this request
 
R

ryguy7272

Does this macro help?

Sub Macro1()
Application.CommandBars("Standard").Visible = True
Application.CommandBars("Formatting").Visible = True
End Sub

Regards,
Ryan--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top