![]() |
#10
|
||||
|
||||
![]()
Basically yes. You can copy the FillBM function to the template module that contains the macro that calls the userform. That macro at its simplest would be something like
Code:
Sub AutoNew() Dim oFrm As New UserForm1 'The name of the userform oFrm.Show Unload oFrm End Sub
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
Tags |
template, userform, vba |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
kintap | Word VBA | 2 | 07-11-2014 10:56 AM |
Create a Form to Build a Document | Wordsquirrel | Word VBA | 7 | 05-16-2014 10:33 AM |
![]() |
duckman | Word | 3 | 03-04-2014 10:12 AM |
![]() |
stefaan | Word | 2 | 11-02-2013 07:46 AM |