Weensyweensy.hashnode.devยทNov 18, 2019How to R/W .ini in VBACode Option Explicit Public Declare Function WriteString& Lib "kernel32" Alias "WritePrivateProfileStringA" (ByVal AN$, ByVal KN$, ByVal iVal$, ByVal fPath$) Public Declare Function GetString& Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal A...Tips & ToolsVBAAdd a thoughtful commentNo comments yetBe the first to start the conversation.