Tag: VB6
-
VBA File Functions: Get Folder Type and Date Modified in VB6
Looking for simple VBA file functions to work with folders and files? These two VBA file functions will help you determine whether a path is a file or folder and retrieve the date it was last modified. These utility functions are perfect for VBA developers working with file system operations in Excel, Access, or standalone…
-
VB6/VBA Base64 Conversion: Complete Guide for Binary String Encoding
-
VB6 String Performance: Fastest Methods to Find Characters in Strings