Write range 에러

워크북, excel application scope모두 write range 중 아래 에러가 발생합니다.

  • Could not write the data table DataTable starting with cell A1.

datatable 공백은 아니며, 해당 오류 원인 아시면 공유 부탁드립니다.

Hello.

What is the error that appears?

Hug

Hello @Suhyeonyoo

Please make sure your datatable is having some values. You can either execute in debug mode and check in immediate tab or you can convert datatable to string using output datatable and print in a message box to cross check.

write range 범위 안에 숨김처리 된 열/행 등이 있을 때 자주 보입니다.
숨김처리 된 행이나 열이 있는지 찾아보시고, 있다면 숨김 해제 후 다시 해보시면 좋을 것 같습니다.

안녕하세요

혹시 A1이 병합되어있는것은 아닌가요

image