sandeep satpute

I am facing the above problem in filing of revise E-TDS Return for Qr2 of F.Y.2022-23. Is anybody facing the same validation problem / Can anybody suggest for the solution?

Answer now

Bernard
12 September 2022 at 17:26

DIR 3 - KYC

Dear Sir,

Please explain steps to update the DIR - 3 KYC.

which User i need to register, Business User or Registered User??

Answer now

Bhanu Pratap Singh
09 August 2022 at 13:26

Spellnumber

If we enter a number it will convert into individual strings and display in same order.

Ex: If I enter 564 then the output should be FIVE SIX FOUR.

So can anyone modify this code to get this result.



Function SpellNumber(amt As Variant) As Variant

Dim FIGURE As Variant
Dim LENFIG As Integer
Dim i As Integer
Dim WORDs(19) As String
Dim tens(9) As String
WORDs(1) = "ONE"
WORDs(2) = "TWO"
WORDs(3) = "THREE"
WORDs(4) = "FOUR"
WORDs(5) = "FIVE"
WORDs(6) = "SIX"
WORDs(7) = "SEVEN"
WORDs(8) = "EIGHT"
WORDs(9) = "NINE"
WORDs(10) = "TEN"
WORDs(11) = "ELEVEN"
WORDs(12) = "TWELVE"
WORDs(13) = "THIRTEEN"
WORDs(14) = "FOURTEEN"
WORDs(15) = "FIFTEEN"
WORDs(16) = "SIXTEEN"
WORDs(17) = "SEVENTEEN"
WORDs(18) = "EIGHTEEN"
WORDs(19) = "NINETEEN"
tens(2) = "TWENTY "
tens(3) = "THIRTY "
tens(4) = "FOURTY "
tens(5) = "FIFTY "
tens(6) = "SIXTY "
tens(7) = "SEVENTY "
tens(8) = "EIGHTY "
tens(9) = "NINETY "
FIGURE = amt
FIGURE = Format(FIGURE, "FIXED")
FIGLEN = Len(FIGURE)
If FIGLEN 1 Then
ElseIf Val(Left(FIGURE, 9)) = 1 Then
End If
For i = 1 To 3
If Val(Left(FIGURE, 2)) 0 Then
SpellNumber = SpellNumber & WORDs(Val(Left(FIGURE, 2)))
ElseIf Val(Left(FIGURE, 2)) > 19 Then
SpellNumber = SpellNumber & tens(Val(Left(FIGURE, 1)))
SpellNumber = SpellNumber & WORDs(Val(Right(Left(FIGURE, 2), 1)))
End If
If i = 1 And Val(Left(FIGURE, 2)) > 0 Then
SpellNumber = SpellNumber & " CRORE "
ElseIf i = 2 And Val(Left(FIGURE, 2)) > 0 Then
SpellNumber = SpellNumber & " LAKH "
ElseIf i = 3 And Val(Left(FIGURE, 2)) > 0 Then
SpellNumber = SpellNumber & " THOUSAND "
End If
FIGURE = Mid(FIGURE, 3)
Next i
If Val(Left(FIGURE, 1)) > 0 Then
SpellNumber = SpellNumber & WORDs(Val(Left(FIGURE, 1))) + " HUNDRED "
End If
FIGURE = Mid(FIGURE, 2)
If Val(Left(FIGURE, 2)) 0 Then
SpellNumber = SpellNumber & WORDs(Val(Left(FIGURE, 2)))
ElseIf Val(Left(FIGURE, 2)) > 19 Then
SpellNumber = SpellNumber & tens(Val(Left(FIGURE, 1)))
SpellNumber = SpellNumber & WORDs(Val(Right(Left(FIGURE, 2), 1)))
End If
FIGURE = Mid(FIGURE, 4)
If Val(FIGURE) > 0 Then
SpellNumber = SpellNumber & " PAISE "
If Val(Left(FIGURE, 2)) 0 Then
SpellNumber = SpellNumber & WORDs(Val(Left(FIGURE, 2)))
ElseIf Val(Left(FIGURE, 2)) > 19 Then
SpellNumber = SpellNumber & tens(Val(Left(FIGURE, 1)))
SpellNumber = SpellNumber & WORDs(Val(Right(Left(FIGURE, 2), 1)))
End If
End If
FIGURE = amt
FIGURE = Format(FIGURE, "FIXED")
If Val(FIGURE) > 0 Then
SpellNumber = SpellNumber & " ONLY "
End If
End Function

Answer now

md shakil

I have got a case of NGO audit and submission of return for 5 years (WB).

I am unable to understand that how should I submit all audited documents at a time at e-district portal of west Bengal.

Pl advice

Answer now

Harshada

Supplementary Agreement format for increase in capital contribution of LLP, drafts of resolution etc., Thanks

Answer now

annalisa noronha

What is the TDS rate for participation fees in a food event amount is above 2 lakhs

Answer now

Panduranga
30 April 2022 at 14:29

Forgotten UAM No of UDYAM

Dear Sir/Madam,
I have already registered in UDYAM, Now I have lost the certificate. I Need UAM no to reprint, How I will get. I Need your guidance.
Thanks

Answer now

S SHAH
19 March 2022 at 09:22

TDS on purchase of goods 194Q

u/s 194Q if we are paying supplier after deducting discount for timely payment then TDS is to be deducted on gross amount or net amount i.e after discount?

Answer now

ARCHANA
14 March 2022 at 14:11

Export Invoice Date

Sir/Mam,

In Export, we Purchased Goods from different places, and same send to CFS directly or Ware House, We prepared Invoice on 07-03-2021 and also shipping bill check list also prepared, but some commodities came today date to CFS, invoice date previous only ie 07-03-2021.

Plz clarify my doubt Invoice date previous is ok in Export or we have to change today date.

What are the important points in export invoice mandatory.

Thanking you,

Answer now

amit mehta

MCA Website not working properly for DSC Registration or DSC Updation for many daya. Complaint section also not working. 15th March 2022 is the last date of filing of eform AOC 4 without late fee.

Already emailed to these email id's of MCA Customer Care and other official.

appl.helpdesk@mca.gov.in
crc.escalation@mca.gov.in
ddegov@mca.gov.in
iepf@mca.gov.in
dgcoa@mca.gov.in

Please suggest what to do next??

Answer now