Skip to content

Commit 76c8503

Browse files
committed
Reddit comment link added to all blogs
1 parent 9c8d880 commit 76c8503

5 files changed

+23
-4
lines changed

_posts/vba-autocad/2025-01-01-autocad-vba-getting-started-1.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,8 @@ Sub DrawEllipse()
180180
Set ellipseObj = ThisDrawing.ModelSpace.AddEllipse(centerPoint, majorAxisEndPoint, radiusRatio)
181181
182182
End Sub
183-
```
183+
```
184+
185+
186+
> If you have any questions or want to discuss something : [Join our comment section](https://www.reddit.com/r/NodesAutomations/comments/1iel1gk/getting_started_with_autocad_vba_1_line_polyline/)
187+
{: .prompt-info }

_posts/vba-autocad/2025-01-02-autocad-vba-getting-started-2.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,7 @@ Sub DrawMeader()
197197
198198
End Sub
199199
200-
```
200+
```
201+
202+
> If you have any questions or want to discuss something : [Join our comment section](https://www.reddit.com/r/NodesAutomations/comments/1iel3bb/getting_started_with_autocad_vba_2_annotations/)
203+
{: .prompt-info }

_posts/vba-autocad/2025-01-03-autocad-vba-getting-started-3.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,7 @@ Sub GetAngleFromUser()
146146
ThisDrawing.Utility.Prompt "You've selected: " & result & vbCrLf
147147
End Sub
148148
```
149+
150+
151+
> If you have any questions or want to discuss something : [Join our comment section](https://www.reddit.com/r/NodesAutomations/comments/1iel3sw/getting_started_with_autocad_vba_3_get_inputs/)
152+
{: .prompt-info }

_posts/vba-excel/2024-12-29-create-image-dropdown-excel-vba.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,8 @@ _Screenshot 5 : Using name range for B2 Cell_
132132
- it's compatible with older version
133133
- you don't need same size images, this will even work with different images sizes
134134
- you don't need to place all images at same location, you can use different location for each image
135-
- It will work with images, excel shapes, charts so you have lot of options
135+
- It will work with images, excel shapes, charts so you have lot of options
136+
137+
138+
> If you have any questions or want to discuss something : [Join our comment section](https://www.reddit.com/r/NodesAutomations/comments/1iel041/how_to_create_image_dropdown_using_excel_vba/)
139+
{: .prompt-info }

_posts/vba-excel/2025-01-19-create-image-toggle.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,8 @@ _Screenshot 2 : Assign Macro to your image_
7171
### Conclusion
7272
- Image toggles are simple way to save space and add some good visuals to excel sheets
7373
- You can also use this code to toggle excel shapes and charts
74-
- one downside of this method is that you'll lose your undo history, so you won't be able to undo your changes after running this macro
74+
- one downside of this method is that you'll lose your undo history, so you won't be able to undo your changes after running this macro
75+
76+
77+
> If you have any questions or want to discuss something : [Join our comment section](https://www.reddit.com/r/NodesAutomations/comments/1iel4y3/how_to_zoomin_and_zoomout_of_image_on_excel_using/)
78+
{: .prompt-info }

0 commit comments

Comments
 (0)