½Ð°Ý¤@¤U¡A¦p¦ó¦b2010excel¤¤¡A¤£±NsheetÁôÂáA¦ý¬On¬Ý®É»Ýn¿é¤J±K½X
¡@¼ÊºÙ: ÀH·ÄÆ¿ºªº¦Ð¤ò ¡@ÀY»Î: [±s¥Î]¼ç¤ô¸¥
°ª¤¤¥Í 
- ©«¤l
- 852
- ¥DÃD
- 79
- ºëµØ
- 0
- ¿n¤À
- 918
- ÂI¦W
- 0
- §@·~¨t²Î
- Windows 7 , XP
- ³nÅ骩¥»
- Office 2007, Office 2003,Office 2010,YoZo Office
- ¾\ŪÅv
- 50
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¦t©z
- µù¥U®É¶¡
- 2011-4-8
- ³Ì«áµn¿ý
- 2024-2-21
|
¥»©«³Ì«á¥Ñ mark15jill ©ó 2012-9-28 14:17 ½s¿è
¦^´_ 1# bibi
1010928.rar (14.96 KB)
- Private Sub Workbook_Open()
- If Sheets("¤u§@ªí2").Visible = True Then
- Sheets("¤u§@ªí2").Select
- ActiveWindow.SelectedSheets.Visible = False
- End If
- If Sheets("¤u§@ªí3").Visible = True Then
- Sheets("¤u§@ªí3").Select
- ActiveWindow.SelectedSheets.Visible = False
- End If
- Cells.Select
- Selection.EntireColumn.Hidden = True
- Selection.EntireRow.Hidden = True
- UserForm1.Show
- End Sub
½Æ»s¥N½X- Private Sub TextBox2_Change()
- If TextBox1.Text <> "" And TextBox2.Text <> "" Then
- ss1 = TextBox1.Text
- ss2 = TextBox2.Text
- If ss1 = "test" And ss2 = "test" Then
- Cells.Select
- Selection.EntireColumn.Hidden = False
- Selection.EntireRow.Hidden = False
- End If
- End If
- End Sub
½Æ»s¥N½X |
|
¦h°µ¦h·Q¦h¾Ç²ß¡A¤Ö¬Ý¤Ö¿ù¤Ö°g³~
¦h°µ=¦h¦h½m²ß¡A¦h¦h½s¼g¡C
¦h·Q=·Q·Q¬°¤°»ò¤H®aµ{¦¡n¨º¼Ë¼g¡A¦pªG´«¦¨¦Û¤v¡A¤S·|«ç¼g¡C
¦h¾Ç²ß=¾Ç²ß¤H®aªºµo°Ý¨Ã¸Ñµª¡A¾Ç²ß¤H®aªº¼gªk
¤Ö¬Ý=¥u¬Ý¤£°µ¤]ªPµM
|
|
|
|
|