Fixed Assets - Step 1
Fixed Assets - Step 1 Benford's Law Fraud detectionDownloads First digits lawSite Map
Home Page | Population | Sampling | Fraud | Other | Tutorial | Macros
Fixed Assets - Step 1
Sub FAStep1()
'
' extract the fixed asset info from the MDB
' load the data onto sheet $Data
'
Dim oEZ As New cEZ

oEZ.ODBC _
Conn:="c:\test\xlac\data\fa.mdb", _
SQL:="Select * from fixasset", _
Extract:=BASEDIR & "fa.txt"

LoadSheet _
ToSheet:="$Data", _
Infile:=BASEDIR & "fa.txt"

Set oEZ = Nothing
Application.StatusBar = "FA - Step1 "
End Sub

 

 

 

 

Main Page

Complete Auditor resources
Links | Privacy Policy | FAQ | Downloads | Trademarks
Web Page last updated on 04-20-2008
© EZ-R Stats, LLC 2005-2007