P
Pablo Chemes
Hi, I have an spreadsheet with some VBA code with functions and
routines...
I'd like to call those subroutines or functions clicking a cell, or
some text of the cell. (like a hiperlink).
I don't want to use buttons, or the click event of cells...
I guess I could write a kind of function like =HYPERLINK ... that I
could call like this:
=MakeLink(sub-to-run,text-to-display-in-cell)
I'll appreciate your ideas..
regards,
JPC
routines...
I'd like to call those subroutines or functions clicking a cell, or
some text of the cell. (like a hiperlink).
I don't want to use buttons, or the click event of cells...
I guess I could write a kind of function like =HYPERLINK ... that I
could call like this:
=MakeLink(sub-to-run,text-to-display-in-cell)
I'll appreciate your ideas..
regards,
JPC