![]() |
#16
|
|||
|
|||
![]() Quote:
The problem I have now is that when updating the fields, for each footer, the screen display changes, it goes from normal mode to draft mode or something like that, and it's not great for the user. I partly solve this problem with : Application.Visible = False ... Application.Visible = True ActiveWindow.View.Type = wdNormalView ActiveWindow.View.Type = wdPrintView Well, it's not great, since the application disappears and comes back once the job is done. Is there any solution to keep the screen from moving or changing, like "oFooter.Range.Delete" does so nicely? Best regards, David |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Distribute text in one cell across a range of cells (overcoming selection.range.cells.count bug) | slaycock | Word VBA | 0 | 02-18-2017 07:00 AM |
![]() |
PRA007 | Word VBA | 2 | 02-19-2016 12:52 AM |
![]() |
paik1002 | Word VBA | 1 | 12-17-2015 04:51 AM |
Selection or Range | Tommes93 | Word VBA | 1 | 04-10-2014 02:50 AM |