필터 지우기
필터 지우기

Excel ActiveX writing without range

조회 수: 1 (최근 30일)
katerina
katerina 2014년 9월 24일
답변: Image Analyst 2014년 9월 24일
I've looked around on a few of the posts here, and it looks like with a workbook (I need 3 sheets), everyone writes to a designated Range. Is this mandatory (using get/set with a range)? I looked at the documentation on the microsoft page, but it's so long I'm not sure where to even start to find my answer. I did see a Range property called 'FillRight' which looks useful, but I'm not of the correct implementation in Matlab. Any suggestions for this? I'd like to be able to write to the sheet and for it to fill in automatically. Does it not do this?
  댓글 수: 1
Guillaume
Guillaume 2014년 9월 24일
You need to explain better what you want to do, for example what data you want to write to the excel file and where.
I'm not sure what you mean by writing without range as you obviously have to give a destination for the data.
Note that FillRight is a method of a Range object, so you obviously need a range to use it.

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2014년 9월 24일
I agree with Guillaume - I don't know what you really want to do until you explain it better. In the meantime, I've attached an ActiveX demo. Maybe you can get what you need from that.

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by