Well, after 3 weeks of messing with it

and reading every post I could find from Rockwell to Mach and Cypress Enable, here's the code that finally works

:
Dim MyData As Object
Dim data As Integer
Dim xlworksheet As Object
Set MyData = GetObject("c:\mach3\n751.xls")
Set xlworksheet = mydata.Worksheets("sheet1")
Set data = (xlWorkSheet.Cells(1, 1).value)
message data
The file n751.xls has the ole object in cell A,1 from RSlinx. Excel does not need to be open on the computer, but it does have to be loaded and available.
The number in Data can now be used to open a specific file number in the mach3\files directory. I'm still working the bugs out of that one, but will post my results here if anyone is interested.
Cam McCrackin
Roboticist