![]() |
#1
|
|||
|
|||
![]()
Hi, I'd like to hide/unhide pages with buttons. I have 3 section. Every section is 10-15 pages with text, tables and a picture. Has a max page or character limit? If I use the macro with half or one page, everything is fine, but if I make a bookmark from all of 10 pages, it doesn't work anymore. Edit1: I try it with 50 pages, just text and no problem. What can be the problem? The tables?
My macro for first section: Private Sub section1_Click() If Bookmarks("bm1").Range.Font.Hidden = False Then Bookmarks("bm1").Range.Font.Hidden = True Else Bookmarks("bm1").Range.Font.Hidden = False End If End Sub |
Tags |
hide, macro, word2016 |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Zhibek | Word VBA | 9 | 08-12-2018 11:44 PM |
Cannot unhide rows in VBA | RosieSummers | Excel Programming | 2 | 02-12-2018 12:47 AM |
![]() |
hotcomper | Word | 1 | 08-10-2015 11:36 PM |
A row that will not UNHIDE | MaineLady | Excel | 0 | 11-23-2014 01:15 PM |
![]() |
rich_cirillo | Word | 3 | 05-06-2014 06:16 PM |