Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 303 Bytes

File metadata and controls

10 lines (6 loc) · 303 Bytes

Can't tell you how ofen I need to remember how to do this

I got this from Stackoverflow but can't find the link

tempR = Cells.Find("*", SearchOrder:=xlByRows, SearchDirection:=xlPrevious).Row
tempC = Cells.Find("*", SearchOrder:=xlByColumns, SearchDirection:=xlPrevious).Column