Newbies KarlLaw Posted March 14, 2013 Newbies Posted March 14, 2013 Is it possible to use Scribe to write to Excel when referencing the cell by its coordinates in (row, column) format? For example, cell C5 would be (3, 5).
Will Slaughter Posted April 9, 2013 Posted April 9, 2013 KarlLaw, Scribe itself will not write or read excel cells by coordinates; however, it seems likely that you could create a small script that would read your coordinates, and translate them into the format scribe will accept (C5, A8, etc). Since you understand the naming convention, and it consistently reflects the location of the cell in excel, I think it would be pretty straight forward to turn (3, 5) into "C5" I hope I've been helpful Cheers
Recommended Posts
This topic is 4498 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now