Hi!
How I can find the borders of the selected range?
In particular: the first row/column and the last row/column
to realoze export form Excel?
It is my code...
The user select range for export...Private Sub AxWebBrowser1_NavigateComplete2(ByVal sender As System.Object, ByVal e As AxSHDocVw.DWebBrowserEvents2_NavigateComplete2Event) Handles AxWebBrowser1.NavigateComplete2
On Error Resume Next
oDocument = e.pDisp.Document
oDocument.Application.CommandBars("Standard").Position = Microsoft.Office.Core.MsoBarPosition.msoBarTop
CheckBoxShowBar.Enabled = True
End Sub
...
oDocument.Worksheets(1). - ??????![]()
...
Bookmarks