01-06-22 12:19 PM
Morning all.
When trying to run pages from within the latest Excel object (link - MS Excel VBO), I'm presented with the following error:
'Could not run the object because one of the code stages has a compile error, use Check for Errors for a list of problems'
Upon investigating the Code stage, no such errors seem to exist. I've searched previous posts for this and it was suggested that a missing DLL could be the cause, but from the documentation, it doesn't appear as if this VBO requires any additional files. These are the listed dll's established:
However, when checking for errors within the Object itself, there is an error related to the compiling:
I don't know enough about the code for this particular action, and although c isn't declared, I'm assuming this particular 'c' isn't referring to a filepath, rather a data item that hasn't been declared.
Am I missing something here? Do I need to amend the code for the 'Set Value of Cells in Range' object? Or just remove it entirely? Our team isn't using it, but I'm loathe to remove potential future functionality.
Answered! Go to Answer.
01-06-22 01:46 PM
Dim ws, range, c As Object
Try it and let me know if it works 😉
01-06-22 01:46 PM
Dim ws, range, c As Object
Try it and let me know if it works 😉
01-06-22 02:40 PM
01-06-22 02:45 PM
01-06-22 09:09 PM
02-06-22 01:15 AM
02-06-22 01:41 AM
02-06-22 08:30 AM
06-06-22 11:07 AM