By Dan Mozel on Wednesday, 23 October 2019
Posted in VBA Development
Likes 0
Views 860
Votes 0
I am trying to open an existing Excel spreadsheet from eBase, and write values into it from my database.
However the 'Worksheet' object is different in eBase than it is in the Excel library. How can I specify the correct object type to be Excel not eBase?

for example
Dim wrksht as Worksheet
View Full Post