could you help me the below one
what i am trying to do if the account- id <> 20.xxxx, yyyy
it will write into excel
what happens here the below code it shows including 20, xxxx,yyyy and journla id kkkkkk, demo
Select case Account_id
case "20", "xxxxx", "yyyyy"
case Journalid
case "kkkkkkkk", "DEMO"
case else
xl_sheet.Cells(j, "A").Value = Account_id
xl_sheet.Cells(j, "B").Value = Journalid
End Select
what i am trying to do if the account- id <> 20.xxxx, yyyy
it will write into excel
what happens here the below code it shows including 20, xxxx,yyyy and journla id kkkkkk, demo
Select case Account_id
case "20", "xxxxx", "yyyyy"
case Journalid
case "kkkkkkkk", "DEMO"
case else
xl_sheet.Cells(j, "A").Value = Account_id
xl_sheet.Cells(j, "B").Value = Journalid
End Select