Forum Discussion

RBStewart's avatar
RBStewart
Copper Contributor
Feb 11, 2022
Solved

Problem with Shell32 object class in MS Access

shell32.ShelfolderItem is no longer recognizing variables.   I have several MS Access databases that interrogate the file system on Windows 10.PCs. They look for dated material that needs to be pur...
  • arnel_gp's avatar
    arnel_gp
    Feb 13, 2022
    this will work:

    Dim Shel As Shell32.Shell, ShelFolder As Shell32.Folder, ShelObject As Shell32.FolderItem, iInt As Integer, iStr As String

Resources