https://bugs.documentfoundation.org/show_bug.cgi?id=134493

--- Comment #9 from johnks <[email protected]> ---
same errors as comment 5, i did some more removal of bad code and got to this
"BASIC runtime error.
'448'
Named argument not found"

for this line
"    Worksheets("eWayBill").Protect Password:="ef$v1a2t3",
DrawingObjects:=True, Contents:=True, Scenarios:=True _"
and
"BASIC syntax error.
Unexpected symbol: =." error for 
"
         AllowFormattingRows:=True"
line.


and this error
"BASIC runtime error.
'420'
Invalid object reference."

for line
"Dim regEx1 As New VBScript_RegExp_55.RegExp
   Dim regEx2 As New VBScript_RegExp_55.RegExp
    Dim regEx3 As New VBScript_RegExp_55.RegExp

    Dim regEx4 As New VBScript_RegExp_55.RegExp
    Dim regEx5 As New VBScript_RegExp_55.RegExp
    Dim regEx6 As New VBScript_RegExp_55.RegExp
    Dim regEx7 As New VBScript_RegExp_55.RegExp
    Dim regEx8 As New VBScript_RegExp_55.RegExp
    Dim regEx41 As New VBScript_RegExp_55.RegExp
    Dim regEx42 As New VBScript_RegExp_55.RegExp
    Dim regEx43 As New VBScript_RegExp_55.RegExp
    Dim regEx44 As New VBScript_RegExp_55.RegExp
    Dim regEx45 As New VBScript_RegExp_55.RegExp
    Dim regEx46 As New VBScript_RegExp_55.RegExp
    Dim regEx47 As New VBScript_RegExp_55.RegExp
    Dim regExDt As New VBScript_RegExp_55.RegExp"


then since regex1 was removed, got 
"BASIC runtime error.
'12'
Variable not defined.
Additional information: regEx1"

against this line
"regEx1.Pattern = "^[0-9]{2}[a-zA-Z]{5}[0-9]{4}[a-zA-Z]{1}[0-9A-Za-z]{3}" 
'gstin"



at this point, validate button does nothing

Version: 25.8.4.2 (X86_64)
Build ID: 290daaa01b999472f0c7a3890eb6a550fd74c6df
CPU threads: 4; OS: Windows 11 X86_64 (build 26100); UI render: Skia/Raster;
VCL: win
Locale: en-IN (en_IN); UI: en-US
Calc: CL threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to