i created a user form in my master workbook. created a new macro button to
run it. i then exported the user form and imported it into the client's
workbook. when i click the macro button, it opens my workbook and runs the
form.

so, i have 2 questions:

1. how do i edit the custom button to assign which macro it runs? ended up
deleting it and creating a new one.

2. how do i specify in the code to run show the userform from the current
workbook?

i tired thisworkbook.userform1.show and activeworkbook.userform1.show.



--


Gary