传递一个范围内的variables

我正在使用Excel 2013.我有两个variables有两个不同的单元格引用。 我需要在我的代码的另一部分范围内使用这个。

Public i As Integer Public a, b As Ranges ' i is a public integer that comes from another code - last row number ' in a column, its value for now is 432 a = "Q12" b = "Q" & j Sheets("O&O GS&B Expense Flip").range("**Q12:Q432**").cells '.....rest of code 

而不是Q432,我希望B能够进入dynamic的范围。