oskarjennische1
Level 3
since ‎06-07-22
‎18-03-24

User Statistics

  • 6 Posts
  • 0 Answers
  • 0 Likes given
  • 0 Likes received

User Activity

hi, i get this error "ERROR: Internal: Could not execute code stage because exception thrown by code stage; Open workbook took more than 30 secs. should i create a exception handling for this stage with a timer that retries opening it? the thing is, ...
hi. i have a string that looks like "AB00000001" that i want to add a +1 to. by using Trim("AB" & ToNumber(Right[number];8))+1) i get AB2, but i miss all the zeros in between. how do i solve this? i have been trying to solve this for a very long time...