Hello, When Ever I run my code I get the runtime '91': object variable or with block variable not set.
Any help?
Dim oXL As Excel.Application
Set oXL = CreateObject("Excel.Application")
oXL.Visible = True
oXL.VBE.ActiveVBProject.vbComponents.Import ("\\LG-NAS\Parallax")
Any help?
Dim oXL As Excel.Application
Set oXL = CreateObject("Excel.Application")
oXL.Visible = True
oXL.VBE.ActiveVBProject.vbComponents.Import ("\\LG-NAS\Parallax")