RE: Hidden Tabs in a Workbook
- From: Danob <Danob@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 3 Oct 2008 19:16:00 -0700
Forgive me, but we hardly use VB, Scripts or Marcos where work. They tend to
just screw things up things. So where would I put this code...assume I am a
complete dummy...lol Which for scripts etc. I am.
Thanks
"ShaneDevenshire" wrote:
Hi,.
Very simple:
Add the following code to a different workbook:
Sub makevisible()
For Each sh In Worksheets
sh.Visible = True
Next sh
End Sub
then move to the workbook with hidden *** and run it.
--
Thanks,
Shane Devenshire
"Danob" wrote:
There are several hidden tabs in the workbook I am attempting to salvage from
a crash that I cannot access. I can 12 tabs, and know there are 17 based on
the =INFO("numfile") expression I added to one of the open tabs. The problem
is that the file has no passwords on it, and neither does the workbook. When
I try to use the VBA editor in explorer mode I am getting asked for a
password which I do not know. I know the name of one of the tabs as it is in
a formula, and data is getting pulled from the tab. I just cannot get to the
tabs to change the information let alone see if it is all correct.
Is there something like a password breaker similar to the the one on
www.straxx.com or am I up the creek on this?
Thanks
- References:
- Hidden Tabs in a Workbook
- From: Danob
- RE: Hidden Tabs in a Workbook
- From: ShaneDevenshire
- Hidden Tabs in a Workbook
- Prev by Date: Create a floating cell that totals a column of numbers
- Next by Date: RE: Hidden Tabs in a Workbook
- Previous by thread: RE: Hidden Tabs in a Workbook
- Next by thread: RE: Hidden Tabs in a Workbook
- Index(es):