티스토리 뷰
Function Find_Sch(values As String, ranges As range)
Dim FindString As String
Dim Rng As range
FindString = values
If Trim(FindString) <> "" Then
With ranges
Set Rng = .Find(What:=FindString, _
After:=.Cells(.Cells.Count), _
LookIn:=xlValues, _
LookAt:=xlWhole, _
SearchOrder:=xlByRows, _
SearchDirection:=xlNext, _
MatchCase:=False)
If Not Rng Is Nothing Then
' Application.Goto Rng, True
' ' Sheet1.Cells(8, 1).Select
' ActiveCell.Offset(0, 8).Value = values
Find_Sch = ActiveCell.Offset(0, 7).Value
Else
' MsgBox "Nothing found"
' Find_Sheet1 = Null
End If
End With
End If
End Function
'VBA' 카테고리의 다른 글
VBA 셀 선택 이벤트(선택한 열 색 추가, 이전 열 색 삭제) (2) | 2019.06.17 |
---|---|
On Error Resume Next (0) | 2019.03.11 |
- Total
- Today
- Yesterday
- c# Encrypt / Decrypt
- Xamarin.Ios Firebase Phone Auth
- GetCellContent CheckBox Value
- 연산자 뒤에 피연산자가 없습니다.
- Linux SSH Multi Computer Join
- Entry '' has empty native path
- Xamarin Firebase Phone User Add
- Windows IIS FTP 디렉토리 목록 오류
- WPF Datagrid Cell Value Change
- WPF Textbox
- C# LINQ Left join
- Label Text LineBreak in Xaml
- ClickOnce 인증서 인증기간 변경
- WPF Scrollviewer in ScrollViwer
- Xamarin reCAPTCHA
- Xamarin.Ios Firebase Phone SMS OTP Send
- Xamarin.Ios Firebase Phone User Add
- WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
- Embeded 한글Font적용
- ssl_client_socket_impl.cc
- Microcharts
- Xamarin.Forms
- FileStream Add Byte
- Xamarin SMS OTP Send
- 암호 마스터키
- Xamarin Firebase Phone Auth
- SkiaSharp
- 서버 수준의 URN 필터
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |