ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

¬Û¦PªÑ²¼¦Û°Ê¿é¤J

¥»©«³Ì«á¥Ñ Andy2483 ©ó 2023-3-30 12:56 ½s¿è

¦^´_ 1# coafort


    ÁÂÁ«e½úµoªí¦¹¥DÃD»P±¡¹Ò
½Ð°Ý«e½ú¦³ ´Þ§Q²v©ú²Ó¹ï·Óªí¶Ü?

¥þ³¡¤@¦¸±a¤J¤ñ¸û°®¯Ü,¤@­Ó­Ó¿é¤J¯Ó®É
¥Î¦æ°Ê¸Ë¸mÂsÄý½×¾Â¾Ç²ß«Ü¤è«K,ÁÂÁ½׾¸gÀç¹Î¶¤
½Ð¤j®a¤@°_¤W½×¾Â¨Ó¥æ¬y

TOP

¦^´_ 3# coafort


    ÁÂÁ«e½ú¦^´_
WEB ¤°»ò¦ì§}?
¥Î¦æ°Ê¸Ë¸mÂsÄý½×¾Â¾Ç²ß«Ü¤è«K,ÁÂÁ½׾¸gÀç¹Î¶¤
½Ð¤j®a¤@°_¤W½×¾Â¨Ó¥æ¬y

TOP

¥Î¦æ°Ê¸Ë¸mÂsÄý½×¾Â¾Ç²ß«Ü¤è«K,ÁÂÁ½׾¸gÀç¹Î¶¤
½Ð¤j®a¤@°_¤W½×¾Â¨Ó¥æ¬y

TOP

¦^´_ 8# coafort


    ÁÂÁ«e½ú´£¨Ñ½d¨Ò
½d¨Ò¸Ì¨S¦³ ´Þ§Q²vÄæ¦ì
¥Î¦æ°Ê¸Ë¸mÂsÄý½×¾Â¾Ç²ß«Ü¤è«K,ÁÂÁ½׾¸gÀç¹Î¶¤
½Ð¤j®a¤@°_¤W½×¾Â¨Ó¥æ¬y

TOP

¥»©«³Ì«á¥Ñ Andy2483 ©ó 2023-3-31 11:20 ½s¿è

¦^´_ 8# coafort

ÁÂÁ«e½ú¦^´_
«á¾ÇÂǦ¹©«½m²ßIJµo»P¦r¨å,¾Ç²ß¤è®×¦p¤U,½Ð«e½ú°Ñ¦Ò

°õ¦æ«e:


¿é¤J8ªº°õ¦æµ²ªG:


'¤u§@ªí¼Ò²Õ:
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
With Target
     On Error Resume Next
     Names("_AAA").Delete
     On Error GoTo 0
     If .Row < 3 Or .Value = "" Then Exit Sub
     If .Column Mod 7 <> 1 Then Exit Sub
     Cancel = True
     Names.Add "_AAA", Target.Value
End With
End Sub
Private Sub Worksheet_Change(ByVal Target As Range)
With Target
   If .Row < 3 Or .Count > 1 Then Exit Sub
   If .Column Mod 7 = 4 Then
      Call ¶ñ¤J°t®§_¦h­Ó¦PªÑ¦W
   
      If Val(Y(.Offset(0, -3) & "|")) > 1 Then
         Application.EnableEvents = False
         Y(.Offset(0, -3) & "/").Value = .Value
         Application.EnableEvents = True
         Application.Goto Y(.Offset(0, -3) & "/")
         Set Y = Nothing
      End If
   End If
   If .Column Mod 7 = 6 Then
      Call ¶ñ¤J°tªÑ_¦h­Ó¦PªÑ¦W
   
      If Val(Y(.Offset(0, -5) & "|")) > 1 Then
         Application.EnableEvents = False
         Y(.Offset(0, -5) & "/").Value = .Value
         Application.EnableEvents = True
         Application.Goto Y(.Offset(0, -5) & "/")
         Set Y = Nothing
      End If
   End If
End With
End Sub

'Module1:
Option Explicit
Public Y
Sub ¶ñ¤J°t®§_¦h­Ó¦PªÑ¦W()
Dim Brr, C&, i&, R&
Set Y = CreateObject("Scripting.Dictionary")
Brr = ActiveSheet.UsedRange
For C = 1 To UBound(Brr, 2) Step 7
   For R = 3 To UBound(Brr)
      Y(Brr(R, C) & "|") = Y(Brr(R, C) & "|") + 1
      If Y(Brr(R, C) & "/") = "" Then
         Set Y(Brr(R, C) & "/") = Cells(R, C + 3)
         Else
            Set Y(Brr(R, C) & "/") = Union(Y(Brr(R, C) & "/"), Cells(R, C + 3))
      End If
   Next
Next
End Sub

Sub ¶ñ¤J°tªÑ_¦h­Ó¦PªÑ¦W()
Dim Brr, C&, i&, R&
Set Y = CreateObject("Scripting.Dictionary")
Brr = ActiveSheet.UsedRange
For C = 1 To UBound(Brr, 2) Step 7
   For R = 3 To UBound(Brr)
      Y(Brr(R, C) & "|") = Y(Brr(R, C) & "|") + 1
      If Y(Brr(R, C) & "/") = "" Then
         Set Y(Brr(R, C) & "/") = Cells(R, C + 5)
         Else
            Set Y(Brr(R, C) & "/") = Union(Y(Brr(R, C) & "/"), Cells(R, C + 5))
      End If
   Next
Next
End Sub
¥Î¦æ°Ê¸Ë¸mÂsÄý½×¾Â¾Ç²ß«Ü¤è«K,ÁÂÁ½׾¸gÀç¹Î¶¤
½Ð¤j®a¤@°_¤W½×¾Â¨Ó¥æ¬y

TOP

¦^´_ 12# coafort


    ÁÂÁ«e½ú¦^´_
´ú¸ÕÀɦp¤U,½Ð«e½ú°Ñ¦Ò

ETF¦¨¤ÀªÑ_20230331_1.zip (40.32 KB)
¥Î¦æ°Ê¸Ë¸mÂsÄý½×¾Â¾Ç²ß«Ü¤è«K,ÁÂÁ½׾¸gÀç¹Î¶¤
½Ð¤j®a¤@°_¤W½×¾Â¨Ó¥æ¬y

TOP

¦^´_ 15# coafort


    ¥@¨ÆÃø®Æ,¤dª÷Ãø¶R¦­ª¾¹D,±¡¹ÒÃø´ú,½Ð«e½ú¼·ªÅ¬ã¨s¤@¤U,¦Û¤v¸Õ§ï¬Ý¬Ý
¤£¶¶¹E¦p·N®É¦³½×¾Â²³«e½ú¥i¥H½Ð±Ð,¤@°_¾Ç²ß
¥Î¦æ°Ê¸Ë¸mÂsÄý½×¾Â¾Ç²ß«Ü¤è«K,ÁÂÁ½׾¸gÀç¹Î¶¤
½Ð¤j®a¤@°_¤W½×¾Â¨Ó¥æ¬y

TOP

¥»©«³Ì«á¥Ñ Andy2483 ©ó 2023-4-6 09:05 ½s¿è

¦^´_ 19# coafort


    ÁÂÁ«e½ú
«á¾Ç¾ÇÃÀ¤£ºë¤S°½Ãiªºµ²ªG
1.½Ð±N¨â³Bªºµ{¦¡½X   If Y(Brr(R, C) & "/") = "" Then §ï¬°
If Not Y.Exists(Brr(R, C) & "/") Then

Sorry
¥Î¦æ°Ê¸Ë¸mÂsÄý½×¾Â¾Ç²ß«Ü¤è«K,ÁÂÁ½׾¸gÀç¹Î¶¤
½Ð¤j®a¤@°_¤W½×¾Â¨Ó¥æ¬y

TOP

¦^´_ 21# coafort


    ÁÂÁ«e½ú¤£¶û±ó³­«á¾Ç¤@°_¾Ç²ß,°²¤é¤£¤è«K´ú¸Õ¦^´_,Åý«e½ú¤[µ¥¤F
ÁÂÁ«e½ú
¥Î¦æ°Ê¸Ë¸mÂsÄý½×¾Â¾Ç²ß«Ü¤è«K,ÁÂÁ½׾¸gÀç¹Î¶¤
½Ð¤j®a¤@°_¤W½×¾Â¨Ó¥æ¬y

TOP

        ÀR«ä¦Û¦b : ¥Í®ð¡A´N¬O®³§O¤Hªº¹L¿ù¨ÓÃg»@¦Û¤v¡C
ªð¦^¦Cªí ¤W¤@¥DÃD