+ Reply to Thread
Results 1 to 55 of 55

VBA Developers Handbook, 2nd Edition. questions on procedures and functions

Hybrid View

  1. #1
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    22,056

    Re: VBA Developers Handbook, 2nd Edition. questions on procedures and functions

    The two API calls are at the top of the DateTime.bas file:

    Private Declare Function GetLocaleInfo _
     Lib "kernel32" Alias "GetLocaleInfoA" _
     (ByVal Locale As Long, ByVal LCType As Long, _
     ByVal lpLCData As String, ByVal cchData As Long) As Long
    
    Private Declare Function GetSystemDefaultLCID _
     Lib "kernel32" () As Long
    I have attached the two files you mentioned.
    Attached Files Attached Files
    Everyone who confuses correlation and causation ends up dead.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Which test is best for abnormal returns?
    By WASIM_PAK in forum Excel General
    Replies: 0
    Last Post: 08-27-2015, 11:39 AM
  2. Replies: 1
    Last Post: 08-10-2015, 10:30 AM
  3. Replies: 4
    Last Post: 08-07-2013, 11:29 AM
  4. return a value for a greater than less than logic test
    By azruss in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-03-2013, 12:50 PM
  5. Replies: 5
    Last Post: 12-09-2012, 11:04 PM
  6. WorksheetFunction.Sum returns 0 for array of elements whose sum is greater than 0
    By RowanB in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-12-2012, 06:15 AM
  7. Change Test Color If Value is Greater Than Another
    By BluTalon in forum Excel General
    Replies: 8
    Last Post: 11-07-2008, 10:24 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1