S
Senad Isanovic
I have two tables in the page footer and want to delete one of these,
depending on what optionbox in the form is selected
This code is not working so I need something similar.?
ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader
Selection.GoTo What:=wdGoToBookmark, Name:="bSidfStrategic"
With ActiveDocument.Bookmarks
.DefaultSorting = wdSortByName
.ShowHidden = False
End With
Selection.Tables(2).Select
Selection.Tables(2).Select
Selection.Tables(2).Delete
Selection.Delete Unit:=wdCharacter, Count:=1
depending on what optionbox in the form is selected
This code is not working so I need something similar.?
ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader
Selection.GoTo What:=wdGoToBookmark, Name:="bSidfStrategic"
With ActiveDocument.Bookmarks
.DefaultSorting = wdSortByName
.ShowHidden = False
End With
Selection.Tables(2).Select
Selection.Tables(2).Select
Selection.Tables(2).Delete
Selection.Delete Unit:=wdCharacter, Count:=1