- ©«¤l
- 5
- ¥DÃD
- 4
- ºëµØ
- 0
- ¿n¤À
- 12
- ÂI¦W
- 0
- §@·~¨t²Î
- win7
- ³nÅ骩¥»
- Office2010
- ¾\ŪÅv
- 10
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2015-11-25
- ³Ì«áµn¿ý
- 2017-3-31
|
[µo°Ý] ½Ð±Ð¦p¦ó³]©wÀx¦s®æªº¹w³]È?
³Ìªñ¤p§Ì¤S¸I¨ì¤F¤@Ó°ÝÃD
·Q°»´ú¦bA1:A200ªºÄæ¦ì¤¤¿é¤J¸ê®Æ«á¡AY¹j¾ÀÄæ¦ìB1¬°ªÅÈ«h¦Û°Ê½Æ»sA1
¤Ï¤§B1<>""´N¤£½Æ»sA1ªºÈ
·Q½Ð±Ð¬O§_¥i¸Ñ?
¥Ø«e¦³»s§@¥X¦b½d³ò¤ºÂùÀ»¥i¶ñ¤J¸ÓÄæ¦ìÈ ¦p¤U- Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, _
- Cancel As Boolean)
- Dim icbc As Object
- For Each icbc In Application.CommandBars("cell").Controls
- If icbc.Tag = "brccm" Then icbc.Delete
- Next icbc
- If Not Application.Intersect(Target, Range("M1:N200")) _
- Is Nothing Then
- With Application.CommandBars("cell").Controls _
- .Add(Type:=msoControlButton, before:=6, _
- temporary:=True)
- If ActiveCell = "" Then
- ActiveCell.FormulaR1C1 = "Y"
- Else
- ActiveCell.ClearContents
- End If
- End With
- End If
- End Sub
½Æ»s¥N½X |
|