Hiding Worksheet tabs with VBA code(#2)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm looking at an application containing VBA code. The workbook opens with a spreadsheet. There are no screentabs at the bottom. There is no such code as you describe ----

ActiveWindow.DisplayWorkbookTabs = Fals
o
Worksheets("tab").Visible = Fals

Is there another way this application may be hiding the tabs. It is using some protect code such a
ActiveSheet.Protec

Any thoughts on thi

Thanks

Ca
 
Hi
maybe just a manual setting in 'Tools - Options - View'
Have you also checked the workbook module?

--
Regards
Frank Kabel
Frankfurt, Germany

Cal Greenberg said:
I'm looking at an application containing VBA code. The workbook
opens with a spreadsheet. There are no screentabs at the bottom.
There is no such code as you describe ----
ActiveWindow.DisplayWorkbookTabs = False
or
Worksheets("tab").Visible = False


Is there another way this application may be hiding the tabs. It is
using some protect code such as
 

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

Back
Top