Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error Message - Input Range must be a contiguous Reference Help!!! | Excel Discussion (Misc queries) | |||
Invalid external reference message | Excel Discussion (Misc queries) | |||
How to stop the circular reference message from reappearing | Excel Discussion (Misc queries) | |||
Invalid Reference Message? | Excel Discussion (Misc queries) | |||
Getting rid of a circular reference error message | Excel Discussion (Misc queries) |