"ActiveX component can't create object"
I get that error when I run this code:
Dim hyperPackList As New Hyperlink
hyperPackList.Address = strNewFileName
It seems to crash on the second line there. If I comment out that second line, it crashes on the next line:
hyperPackList.TextToDisplay = strSampletext
I looked here:
Cause 1: didn't help
Cause 2: didn't notice that anything said missing
Cause 3: no utility stuff was checked
Cause 4: i'm an administrator
Cause 5: i am not using a wizard and hesitate to reinstall access (i have read on this forum about people having nightmares after reinstalling access)
Cause 6: i don't know what they are talking about so i assume it doesn't apply to me.
Thanks in advance for the help!
Rob
I get that error when I run this code:
Dim hyperPackList As New Hyperlink
hyperPackList.Address = strNewFileName
It seems to crash on the second line there. If I comment out that second line, it crashes on the next line:
hyperPackList.TextToDisplay = strSampletext
I looked here:
Cause 1: didn't help
Cause 2: didn't notice that anything said missing
Cause 3: no utility stuff was checked
Cause 4: i'm an administrator
Cause 5: i am not using a wizard and hesitate to reinstall access (i have read on this forum about people having nightmares after reinstalling access)
Cause 6: i don't know what they are talking about so i assume it doesn't apply to me.
Thanks in advance for the help!
Rob