I have a set of Excel spreadsheets which all have similar properties and I'm trying to automate a set of processes on them.
I'm a compelte VB beginner, but it's going ok - I've just hit a stumbling block which the internet isn't being very helpful with.
Once I have found a certain cell, is it...
You're hardcoding values which should be read as indices of arrays.
book = [
[
["Hi Mary.","Today's Tuesday","We came back from fishing"],
["This is chapter 1, paragraph 2"]
],
....
[
["We took a nap","That was on Thursday"],
["new paragraph","second sentence"]...
I have a set of Excel spreadsheets which all have similar properties and I'm trying to automate a set of processes on them.
I'm a compelte VB beginner, but it's going ok - I've just hit a stumbling block which the internet isn't being very helpful with.
Once I have found a certain cell, is it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.