ok so in my spreadsheet I and looking for part numbers in one of two colomns so I used the find function
cells.find(what.after,lookin,lookat,searchorder,se archdirectoin,matchcase).active
only now that I have found my cell say 'B55' I need to start changing all kinds of things in the entire row. 'A55 - M55' using my nifty userforms I made.
Only I donno how to go from found the cell to let it know what row I am in. Is there a way to say like
row= Active Cell row ???
cuz then I could go F,row change to blue
Thanks