Quote:
Originally Posted by brent chadwick
1) I need to take out the 1890 as there is no census for that decade.
|
the simplest solution for that is to change:
.Add Name:=i
to:
If i <> 1890 Then .Add Name:=i
Quote:
Originally Posted by brent chadwick
2) When I create a toolbar for this doc both of the macros do not show up in the commands section. Why is that?
|
Are you adding the macros to your template
and creating the 'toolbar' in that? Note, too, that the document I returned references Word's Normal template, not the template attached to post #30.