Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 4259 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I am struggling w/this. It seems like it should work, but doesn't.

 

I can pull data from Excel with an literal call:

ScribeDocReadValue( "B5" )

That kind of thing is working just fine.

 

But I am trying to use variables that designate the target cel in Excel...and increment in a loop, thus scraping data with some precision.

 

For example I have a variable: $$PO_Number_Cel  that returns this literal text, "C4"

I then use that resulting variable in this fashion

ScribeDocReadValue(( """ & $$PO_Number_Cel & """ ))

 

But all I get is an error in the set field that utilizes this technique, despite my tweaks and tests.

 

Can anyone savy with this that can provide a little guidance?

Posted

If $$PO_Number_Cel returns a text literal such as "C4" then you shouldn't need to surround it in quotes when using ScribeDocReadValue. 

 

The correct call with your setup should just be: 

ScribeDocReadValue( $$PO_Number_Cel )

 

Let me know if this helps!

This topic is 4259 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.