Browse by Tags

All Tags » VBA » API (RSS)

64 bit VBA

Grover Park George has a very useful posting on 32 bit Access 2010, 64 bit OS and API calls.   A work in Progress and 64 Bit VBA     I did not realize that this was a problem in 32 bit VBA.  So there will be some work when...
Posted by Tony | 2 comment(s)
Filed under: , , ,

Multi select files in the standard Windows File Open/Save dialog box

I hadn’t realized that this API code had been enhanced to support selecting multiple files until Tom Wickerath mentioned that he and Arvin Meyer had worked with Ken Getz to get this working. API: Call the standard Windows File Open/Save dialog box
Posted by Tony | with no comments
Filed under: , , ,

File Compression using the OS and NTFS file system

Thanks to a question in the newsgroups I did some research and updated the Microsoft Access Compatible Compression Solutions page with the below File Compression using the OS and NTFS file system section (And I renamed the web site page from Microsoft...
Posted by Tony | 2 comment(s)
Filed under: , , ,

Returning multiple files from the File Open Dialog API?

The above question was asked in the newsgroups - File Dialog Using API . Tom Wickerath, fellow MVP, found the answer in another newsgroup posting Get External Data . Note that Doug Steele, fellow MVP, commented "When using multiselect, what's...
Posted by Tony | with no comments
Filed under: , ,