Hello Arnel,
While I was analyzing the code, I saw DataObject, while looking at the definition, I did not see DataObject defined anywhere. Could you help me in what object it should be ?
set rs = currentdb.openrecordset(strTable)
With New DataObject
.GetFromClipboard...
Hello,
Need some ideas on how to load the data from a URL in a table directly. At this time I am using excel and its Power Query which is tedious and has issues with performance which i would like to avoid and make this app independent of MS Office. Hope some one has some code snippet or...