Chrissirhc
Programmer
Hi,
Could someone explain the VBA code below (Its using a windows API)
If RegOpenKeyA(MyKey, Path, hKey) <> 0 Then
y = regCreateKeyA(MyKey, Path, hKey)
End If
Thanks,
Chris
Could someone explain the VBA code below (Its using a windows API)
If RegOpenKeyA(MyKey, Path, hKey) <> 0 Then
y = regCreateKeyA(MyKey, Path, hKey)
End If
Thanks,
Chris