In-Geol Choi

From CSBLwiki

Revision as of 02:04, 30 July 2009 by Igchoi (Talk | contribs)
Jump to: navigation, search

Contents

Introduction

Human Disease Network

CoPubMed

UMLS

GAD

Metabolome

Tips - think unthinkable!

Sub 파일통합()
Dim OpenSheet As Workbook
Dim file As Variant
Dim WorkFiles As Variant
Dim copyTo As Range
WorkFiles = Application.GetOpenFilename(filefilter:="Excel,*.xls", Title:="파일선택", MultiSelect:=True)
For Each file In WorkFiles
Set OpenSheet = Workbooks.Open(file)
'선택한 파일을 하나씩 열고 OpenSheet변수에 담습니다.
Set copyTo = Sheet2.Cells(65536, 1).End(xlUp).Offset(1, 0)
'sheet2의 마지막 데이터 끝부분에 붙여 넣기위해 입니다.
OpenSheet.Worksheets(1).UsedRange.Copy copyTo
'파일의 내용을 복사해서 붙여넣기 합니다.
'단, 통합하고자 하는 파일들의 sheet1에 데이터가 입력되어 있어야 합니다.
Application.CutCopyMode = False
OpenSheet.Close savechanges:=False
Next file
End Sub 

Mac OS X

  1. FireFox 완전 종료
  2. Finder -> Applications -> FireFox 마우스 오른쪽 버튼 클릭 -> Show Package Contents 클릭
  3. Resources 폴더안 en.lproj 폴더의 폴더명 Korean.lproj로 변경 (주의) 대문자 K 사용
  4. FireFox 실행 후 확인
On a .jnlp file you're trying to use Java Web Start on, change the "Open with:" to /System/CoreServices/Java Web Start. That's what appears to be opening the .jnlp files I download on my Mac.

Misc.

Paul W. K. Rothemund manipulated molecules of DNA to create smiley faces that are one one-thousandth the width of a human hair.
DNA origami
Huge dust storms can be easily seen from space like this dust from China blowing across Korea and Japan in April 2002.
Dust in the Wind
Personal tools
Namespaces
Variants
Actions
Site
Choi lab
Resources
Toolbox