It's late and I should know this but.....
Hiw do I reference the selected cells in a worksheet from code within an Excel addin.
Thanks
Printable View
It's late and I should know this but.....
Hiw do I reference the selected cells in a worksheet from code within an Excel addin.
Thanks
VB Code:
Application.Workbooks(x).Worksheets(Y).Range(Z)