I want to select a range of 2 cells when closing form and returning to excel sheet
if you know the range you use
but I don't know what row its going to be so need to use variable b, how do I rewrite this code?![]()
Range("J6:K6").Select
Tried
![]()
Range("J" & b:"K" & b).Select
Bookmarks