https://bugs.documentfoundation.org/show_bug.cgi?id=161314
--- Comment #3 from johnks <[email protected]> --- Created attachment 194425 --> https://bugs.documentfoundation.org/attachment.cgi?id=194425&action=edit zip containing the file remove the following in order (search for hyperlink) ActiveWorkbook.FollowHyperlink Address:="https://eportal.incometax.gov.in/iec/foservices/#/TaxCalc/calculator" Private Sub ButtonHyperlink() On Error Resume Next fmsgbox "After e-payment of Tax, the details of amount paid, Challan No., BSR Code, etc. should be filled in Schedule IT of Income Tax Return before submission of the return to claim the challan" ActiveWorkbook.FollowHyperlink _ Address:="https://onlineservices.tin.egov-nsdl.com/etaxnew/tdsnontds.jsp" End Sub (this is already a listed bug) Then on prefiljson sheet goto line 87 and remove As Byte() and goto line 2318 and type end function then remove Application.CommandBars("Ply").Enabled = True (by finding ply) this is already a listed bug then if you click on "prefil json button", you will get to filters 423 which is already a bug so remove .Filters.add "Json File", "*.json", 1 as well Set sourceSheet = ThisWorkbook.Sheets("Taxes Paid and Verification") and Set a = ThisWorkbook.Sheets("TCS") this one also shows 423 not found -- You are receiving this mail because: You are the assignee for the bug.
