Hello, thank you for your help.
I am attempting to call a Function from a cell and pass it a range and an Integer. The Integer works fine, but I cannot get the Range to pass into the function correctly.
If I remove the ".Range(rng)" the code works but for the entire Row and not just the portion of the row inside my Range.![]()
Please Login or Register to view this content.
If I replace ".Range(rng)" with ".Range("A1:G26")" it works correctly.
Part 2:
When it is working through the button_click, it still does not work when called directly from a cell why is that?
Herre is the code referenced in the cell:
![]()
Please Login or Register to view this content.
Can anyone help? thx
Bookmarks