D
Dominique Feteau
I have a macro with references that will change month to month. I want to
setup an input box that will ask the user which reference (defined name) to
use and will insert it into the macro and have it continue from there.
What the macro does is copies a number of columns and pastes them into
another workbook including a column for the amount for the month. so the
line for february look like this:
Application.Goto Reference:="Submitted,Feb"
In the end, what I want to happen is for a message box to appear asking
"What month?" or what defined name (which are already set up for all months)
and the user would type in "Mar" and the line would change to:
Application.Goto Reference:="Submitted,Mar"
or however else it would do it.
Any suggestions?
Niq
setup an input box that will ask the user which reference (defined name) to
use and will insert it into the macro and have it continue from there.
What the macro does is copies a number of columns and pastes them into
another workbook including a column for the amount for the month. so the
line for february look like this:
Application.Goto Reference:="Submitted,Feb"
In the end, what I want to happen is for a message box to appear asking
"What month?" or what defined name (which are already set up for all months)
and the user would type in "Mar" and the line would change to:
Application.Goto Reference:="Submitted,Mar"
or however else it would do it.
Any suggestions?
Niq