Forum home » Delegate support and help forum » Microsoft VBA Training and help » VBA
VBA
Resolved · Medium Priority · Version 2003
VBA
Help!Have used the two simplest macros below a lot and now one will not work. I cannot get the two worksheets back using "un hidden" - they are both there as cannot duplicate names for new sheets and can see them in VB editor. Any advice - thanks !
Trevor
Sub Very_Hidden()
Sheets("Intercompany").Visible = xlVeryHidden
Sheets("Lookups").Visible = xlVeryHidden
End Sub
Sub Un_Hidden()
Sheets("Intercompany").Visible = xlVeryHidden
Sheets("Lookups").Visible = xlVeryHidden
End Sub
For upcoming training course dates see: Pricing & availability
RE: VBA
hi TrevorThanks for your question
This is hard to answer without seeing the workbook in question
Could you email me a copy so that I can give your question more detailed attention
my email is stephen

Regards
Stephen
RE: VBA
StephenFound a line of code on the web to 'unhide all' so the problem is solved.
Thanks anyway
Trevor
|
|
How To Use Filtering In Excel 2010 Filtering is a genius tool if you have lots of data on your worksheet. Imagine a spread sheet where you have hundreds or even thousands of records and you want to either delete a certain kind of record or find the total value for them. Filtering is a way of showing specific sets of data. This article explores the uses of filtering functionality. » Article: Microsoft+excel+course |
» Forum post: Publisher |
» Tip: Maximise, minimise, close |



Course updates
