update,
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
Attribute VB_Name = "WriteFundFlow"
|
||||
Option Explicit
|
||||
|
||||
Function run(row As Integer, content As String)
|
||||
On Error GoTo eh
|
||||
Worksheets(TARGET_SHEET).Range(COL_FUND_FLOW & CStr(row)).Value = content
|
||||
|
||||
Done:
|
||||
Exit Function
|
||||
|
||||
eh:
|
||||
Debug.Print "WriteFundFlow"
|
||||
Debug.Print row
|
||||
Debug.Print content
|
||||
|
||||
End Function
|
||||
|
Reference in New Issue
Block a user