View Single Post
 
Old 10-26-2018, 01:35 AM
rabauck rabauck is offline Windows 10 Office 2016
Novice
 
Join Date: Jul 2018
Posts: 5
rabauck is on a distinguished road
Default

I receive the following error message:
Run-time error '429': ActiveX component can't create object

When Debugged, it points to this line:
Code:
Set oFolder = CreateObject("Shell.Application").BrowseForFolder(0, "Choose a folder", 0)
Any thoughts?
Reply With Quote