<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Excel XLSM import with VBA: calling function fails with bogus "Object variable not set""
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=102078#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Excel XLSM import with VBA: calling function fails with bogus "Object variable not set""
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=102078">bug 102078</a>
              from <span class="vcard"><a class="email" href="mailto:himajin100000@gmail.com" title="himajin100000@gmail.com">himajin100000@gmail.com</a>
</span></b>
        <pre>I commented-out the lines

colPre = col.Chars(1)
colNo = col.Chars(0)

,thinking String type in StarBasic does not have Chars property.

and I started Run() function, which later calls the other function
getColNum(col,offset), and I was able to end the macro without errors, if I
don't mind the result.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>