A
aleeherself
I am writing a word purchase order with drop-down lists for the description
of each item. I have written a macro with an IF/THEN statement to print the
answer as blank if "None" is chosed in the drop-down list, and have chosen
the name of this Macro to run at the exit of the drop-down list. However, it
does not work. This is what I wrote, where have I messed up?
Sub DescriptionDropDown()
'
' DescriptionDropDown Macro
' Macro created 7/18/2006 by Audrey Lee
'
' IF BookmarkDescription$ = "None" THEN print ""
End Sub
Thanks for your help!
Audrey
of each item. I have written a macro with an IF/THEN statement to print the
answer as blank if "None" is chosed in the drop-down list, and have chosen
the name of this Macro to run at the exit of the drop-down list. However, it
does not work. This is what I wrote, where have I messed up?
Sub DescriptionDropDown()
'
' DescriptionDropDown Macro
' Macro created 7/18/2006 by Audrey Lee
'
' IF BookmarkDescription$ = "None" THEN print ""
End Sub
Thanks for your help!
Audrey