ASDASD

--====================== 不常用SQL語法======================--

M 發表在 痞客邦 留言(0) 人氣()

<script src="https://gist.github.com/michaelctwk/11d75bf00b5c2bd08b78.js"></script>


M 發表在 痞客邦 留言(0) 人氣()

1、查找重複內容公式:

     =IF(COUNTIF(A:A,A2)>1,"重複","")。

M 發表在 痞客邦 留言(0) 人氣()

<script src="https://gist.github.com/michaelctwk/7fb4620e5acd5e803ad0.js"></script>


M 發表在 痞客邦 留言(0) 人氣()

Imports System.Data

Imports System.Net.Mail

M 發表在 痞客邦 留言(0) 人氣()

16

10

M 發表在 痞客邦 留言(0) 人氣()

'連線錯誤訊息

[Login Failed.  Check for valid user ID, server name and password  Native Error code: 4002]

M 發表在 痞客邦 留言(0) 人氣()

SQL-Server

Access

M 發表在 痞客邦 留言(0) 人氣()

------------------------------[VBA程式碼]---------------------------------

Private Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal lpDefault As String, ByVal lpReturnedString As String, ByVal nSize As Long, ByVal lpFileName As String) As Long

M 發表在 痞客邦 留言(0) 人氣()

'找尋目前檔案路徑

Dim FullPath As Object

M 發表在 痞客邦 留言(0) 人氣()

1 234