Hi,
Why do I seem unable to load an XLS file in an OLE unbound object frame?
I have an object frame (linked) called xls
I am using this code...
But it just errors with
Why can't I view a an XLS file?
1DMF
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music
Why do I seem unable to load an XLS file in an OLE unbound object frame?
I have an object frame (linked) called xls
I am using this code...
Code:
With Me.xls
.Enabled = True
.Locked = False
.Class = "Excel.Sheet"
.SourceDoc = sDoc
.OLETypeAllowed = acOLELinked
.Action = acOLECreateLink
.SizeMode = acOLESizeZoom
.Visible = True
End With
But it just errors with
Can't perform the operation specified in the Action property
Why can't I view a an XLS file?
1DMF
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music