LactoseO.D.'d
Board Regular
- Joined
- Feb 22, 2010
- Messages
- 52
Hello gents,
I have a macro set up right now. The user clicks a cell, and selects it from the right click drop down menu. When that happens, the macro will create a spreadsheet based on the value appearing 3 columns over from the selected cell. The macro also names the selected cell "data"+Name of cell 3 columns over to uniquely identify it.
What I want to do, is use that unique name to tie a macro to the cell that will open the created worksheet when the user double clicks on the cell (or maybe add a button next to the cell that does the same thing). I want to do this for any cell the user may run the drop-down macro on.
The challenge seems to be the dynamic reference. I could use some help/ideas.
I have a macro set up right now. The user clicks a cell, and selects it from the right click drop down menu. When that happens, the macro will create a spreadsheet based on the value appearing 3 columns over from the selected cell. The macro also names the selected cell "data"+Name of cell 3 columns over to uniquely identify it.
What I want to do, is use that unique name to tie a macro to the cell that will open the created worksheet when the user double clicks on the cell (or maybe add a button next to the cell that does the same thing). I want to do this for any cell the user may run the drop-down macro on.
The challenge seems to be the dynamic reference. I could use some help/ideas.