Skip to content
컴퓨터잡담
2011.10.14 18:29

Excel VBA) 엑셀 데이터 범위 찾아내기

조회 수 15266 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

Excel VBA) 엑셀 데이터 범위 찾아내기

마지막 행과 마지막 열 찾아내기

Sub test()
   MsgBox LastRow
   MsgBox ActiveSheet.UsedRange.Columns.Count
End Sub
Function LastRow() As Long
   s = StrReverse(ActiveSheet.UsedRange.Address)
   n = InStr(s, "$") - 1
   s = Left(s, n)
   s = StrReverse(s)
   LastRow = Val(s)
End Function




Sub getUsedRange()

  MsgBox ActiveSheet.UsedRange.Address() & _
  Chr(13) & Chr(13) & _
  ActiveSheet.UsedRange.Address(ReferenceStyle:=xlR1C1)

End Sub



Sub getUsedRange()

  MsgBox ActiveSheet.UsedRange.Address() & Chr(13) & Chr(13) &

  
MsgBox ActiveSheet.UsedRange.Address(ReferenceStyle:=xlR1C1)


End Sub



로그인 후 댓글쓰기가 가능합니다.

?

  1. 17
    Oct 2011
    19:07

    Excel VBA) 자주쓰는 함수모음

    Category컴퓨터잡담 Views21710
    Read More
  2. 28
    Sep 2011
    18:48

    Excel VBA) 자료모으기

    Category컴퓨터잡담 Views11905
    Read More
  3. 14
    Oct 2011
    13:54

    Excel VBA) 원하는 범위 지정한 뒤 복사하여 붙여넣기

    Category컴퓨터잡담 Views29403
    Read More
  4. 14
    Oct 2011
    18:29

    Excel VBA) 엑셀 데이터 범위 찾아내기

    Category컴퓨터잡담 Views15266
    Read More
  5. 05
    Jan 2012
    07:00

    Excel Vba) 셀의 행, 열(column, row) 주소 알아내기 또는 삽입하기 더불어 제어하기

    CategoryExcel Views43024
    Read More
  6. 25
    Oct 2011
    19:49

    Excel VBA) 선택값에 따라 결과값 전달하기 CASE문

    Category컴퓨터잡담 Views14772
    Read More
  7. 23
    Oct 2011
    08:20

    Excel VBA) Delete Column Excel VBA - 칼럼 지우기

    Category컴퓨터잡담 Views16350
    Read More
  8. 23
    Oct 2011
    12:59

    Excel VBA) DAO를 이용하여 엑셀문서 열지않고 데이타 가져오기

    Category컴퓨터잡담 Views18276
    Read More
  9. 24
    Oct 2011
    19:01

    Excel VBA (1): 셀 선택 및 변수 및 비활성시트 컨트롤하기

    Category컴퓨터잡담 Views25007
    Read More
  10. 12
    Feb 2010
    09:14

    excel 2007에서 공동 작업하기

    Category컴퓨터잡담 Views24182
    Read More
  11. 14
    Mar 2012
    19:09

    ET프로젝트

    CategoryAutoHotKey Views5945
    Read More
  12. 22
    Jan 2016
    09:21

    ES 파일 탐색기로 FTP 동영상 재생하기

    Category컴퓨터잡담 Views2363
    Read More
  13. 10
    Nov 2010
    23:14

    emule 서버리스트

    Category컴퓨터잡담 Views43049
    Read More
  14. 23
    Dec 2012
    16:31

    EDITPLUS 파일비교 방법

    Category컴퓨터잡담 Views5758
    Read More
  15. 12
    Apr 2016
    12:23

    ECS P43T-AD3, Asus C381GM, Driver(두번째 사용했던 서버 드라이버)

    CategoryServer Views2830
    Read More
  16. 14
    Feb 2011
    23:19

    Each enumerated result will be assigned to the ByRef parameter Result. And, introduced a Global variable _hResult_ which will store the hResult of the Invoke.

    CategoryAutoHotKey Views5413
    Read More
  17. 13
    Apr 2012
    09:19

    drwtsn32.exe 사용하지 않기

    Category컴퓨터잡담 Views4351
    Read More
  18. 18
    Dec 2011
    15:16

    DOS) 도스모드의 명령어 및 환경변수 확인하기

    Category컴퓨터잡담 Views7087
    Read More
  19. 12
    Nov 2015
    02:53

    DOS Batch - FTP Scripts 배치파일

    CategoryWindowsTip Views5751
    Read More
  20. 22
    Dec 2010
    05:48

    DllCall()

    Category컴퓨터잡담 Views15314
    Read More
Board Pagination Prev 1 ... 38 39 40 41 42 ... 46 Next
/ 46

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소