Click here to Skip to main content
15,900,589 members

Comments by .net developer123456789 (Top 37 by date)

.net developer123456789 8-Apr-19 5:29am View    
Thanks Nirav

Please give me link for above your comments so I will implement.

Thanks
.net developer123456789 8-Apr-19 5:00am View    
Thanks OriginalGriff,

I tired following code but can't work on Visual Basic.

Dim DownloadedFileFilename As String ' you save here your downloaded file name
Dim EA As Excel.Application
Dim DownloadedFile As Workbook

Set EA = New Excel.Application
With EA
.Visible = True ' Just to make sure
.ScreenUpdating = True ' Just to make sure
Set DownloadedFile = .Workbooks.Open(Filename:=DownloadedFileFilename), ReadOnly:=True)
' [DO STUFF]
End With

any idea ?
how to download .xlsx file in internet explorer dialog box using visual basic
.net developer123456789 4-Oct-17 3:15am View    
Thanks,It's working fine
.net developer123456789 30-Aug-17 5:52am View    
Thanks,HttpStatusCode.OK =200/201
.net developer123456789 30-Aug-17 5:34am View    
Deleted
Response Code = Ok (200/201)