Trying to set the Source Document for an Excel Object on a form, does not load the document.
ie
Dim Filename AS String
Filename = "c:\myfolder\te st.xls"
CostSheet.Sourc eDoc = Filename
also how can I stop an error if the SourceDoc file or path is not valid
ps. what is Me! or Me.
often seen it in examples but cant find it in the help file or recources anywhere
ie
Dim Filename AS String
Filename = "c:\myfolder\te st.xls"
CostSheet.Sourc eDoc = Filename
also how can I stop an error if the SourceDoc file or path is not valid
ps. what is Me! or Me.
often seen it in examples but cant find it in the help file or recources anywhere
Comment