I am trying to get a column, but limiting it to used range...
public static Excel.Application App = new Excel.Application(); public static Excel.Workbook WB;
Sounds like you want the Application.Intersect of the UsedRange and Column("F:F")