Ãö©ó¥ÎgetopenfilenameŪ¨úxls¤å¥óªº°ÝÃD
- ©«¤l
- 1572
- ¥DÃD
- 16
- ºëµØ
- 2
- ¿n¤À
- 1521
- ÂI¦W
- 0
- §@·~¨t²Î
- xp
- ³nÅ骩¥»
- office 2003
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2010-5-1
- ³Ì«áµn¿ý
- 2016-1-13

|
- Dim fs As String
- fs = Application.GetOpenFilename
- With Workbooks.Open(fs)
- .Sheets("test1").Copy after:=ThisWorkbook.Sheets(Sheets.Count)
- .Close
- End With
½Æ»s¥N½X |
|
|
|
|
|
|