[소스] vb6 엑셀 연동
the function makexls makes a excel file.
just put string array into it with specific path and filename.xls
for example
if makexls(arr(), "C:\a.xls") then
msgbox "success"
else
msgbox "failed"
end if
that's all. it's simple but very useful!
'Visual Basic 6' 카테고리의 다른 글
배열 초기화와 초기화 여부 판단하기 (0) | 2015.02.10 |
---|---|
[소스] IP 바꾸기 (0) | 2014.12.16 |
[소스] vb6 UTF8 인코드/디코드 (0) | 2014.08.25 |
winhttp 자동 redirect 비활성화 (0) | 2014.08.22 |
[소스] WebBrowser hwnd 얻기 및 화면 캡처 (0) | 2014.06.24 |