Skip to content

Commit 0227e30

Browse files
authored
fix MD bugs
1 parent 7501934 commit 0227e30

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/general-development/step-3-accessing-the-web-service.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,15 @@ Dim rangeCoordinates As New RangeCoordinates()
9292
> [!NOTE]
9393
> Make sure the workbook you want to open has a worksheet called "Sheet1" that contains values. Alternatively, you can change "Sheet1" in the code to the name of your worksheet.
9494

95-
4. `Add the following code to point to the workbook you want to open`:
96-
97-
```cs
98-
string targetWorkbookPath = "http://myserver02/example/Shared%20Documents/Book1.xlsx";
99-
```
95+
4. Add the following code to point to the workbook you want to open:
10096

97+
```cs
98+
string targetWorkbookPath = "http://myserver02/example/Shared%20Documents/Book1.xlsx";
99+
```
101100

102-
```VB.net
103-
Dim targetWorkbookPath As String = "http://myserver02/example/Shared%20Documents/Book1.xlsx"
104-
```
101+
```VB.net
102+
Dim targetWorkbookPath As String = "http://myserver02/example/Shared%20Documents/Book1.xlsx"
103+
```
105104

106105

107106
> [!IMPORTANT]

0 commit comments

Comments
 (0)