-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbas_lib_etl_0001.bas
25 lines (25 loc) · 1.03 KB
/
bas_lib_etl_0001.bas
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
' -----------------------------------------------------------------------
' vbaMyLib Version: 0.1.2 Release Date: 20170123
' © Copyright 2001-2023 Manu Herrán
' Free download source code:
' http://manuherran.com/
' -----------------------------------------------------------------------
Option Explicit
' -----------------------------------------------------------------------
' Tested with Access
' - Access 2003: Yes / No
' - Access 2007: Yes / No
' - Access 2010: Yes / No
' Tested with Excel
' - Excel 2003: Yes / No
' - Excel 2007: Yes / No
' - Excel 2010: Yes / No
' -----------------------------------------------------------------------
' Funciones
' -----------------------------------------------------------------------
' etl_0001_fAccessTable2ExcelSheet
'
'
' -----------------------------------------------------------------------
Function etl_0001_fAccessTable2ExcelSheet(p_dbFilename1 As String, p_dbTableName1 As String, p_excelWorkbookFilename1 As String, p_excelSheetName1 As String) As Boolean
End Function