Error Offset de Objeto "range"
Disculpen mi ignorancia con respecto a esto
Tengo un userform para ir completando unas tablas en 2 hojas, ya me estaba funcionando muy bien con la formulación:
Sheets("BASE DATOS").Range("d100000").End(xlUp).Offset(1, 0) = TextBox1.Value
Sheets("BASE DATOS").Range("a100000").End(xlUp).Offset(1, 0) = TextBox3.Value
Sheets("BASE DATOS").Range("b100000").End(xlUp).Offset(1, 0) = TextBox2.Value
Sheets("BASE DATOS").Range("e100000").End(xlUp).Offset(1, 0) = TextBox5.Value
Sheets("BASE DATOS").Range("f100000").End(xlUp).Offset(1, 0) = TextBox4.Value
Sheets("BASE DATOS").Range("g100000").End(xlUp).Offset(1, 0) = TextBox6.Value
Sheets("BASE DATOS").Range("c100000").End(xlUp).Offset(1, 0) = TextBox7.Value
Ahora llevo bastante información en mi hoja y varias tablas, y me da este error:
Error -2147417848 (80010108) en tiempo de ejecución:
Error en el método Offset de Objeto Range
Y no tengo idea cono solucionarlo. Me podrían ayudar que no se que hacer y estoy superestresado con esto.