Re: one column listbox, multiple bookmarks, spreadsheet link ...Private Sub cmdCancel_Click ...Dim db As DAO.Database ... ' Retrieve the recordset... > different bookmarks on the document should be filled out. ... (microsoft.public.word.vba.userforms)
Re: VBA User Forms ...UserForm_Initialize() with an event that occurs when you call the userform, ...Private Sub UserForm_Initialize ... Dim txtDocVersion As String... Although you can extract the values from the bookmarks in your ... (microsoft.public.word.docmanagement)
Re: List pages to print, select one page ...Dim printStr As String ... The bookmarks are needed to identify the page. ...Sub CreateSomeDocVariables()...Dim oVar As Variables ... (microsoft.public.word.vba.general)
Re: VBA User Forms ... to display the data entry - I've used the sub AddDocumentVariable() and then ... Dim txtDocVersion As String... End Sub lines for this by choosing UserForm in the left-hand dropdown at the ... Although you can extract the values from the bookmarks in your current ... (microsoft.public.word.docmanagement)
Re: List pages to print, select one page ... with Apply Coating and Strip Coating. ...bookmarks, and test for that before adding it to the list box. ...Dim printStr As String ...Sub CreateSomeDocVariables()... (microsoft.public.word.vba.general)