From 76c8503d0fd99e73fa842a8f11099ae0f8d6defd Mon Sep 17 00:00:00 2001 From: Vivek Date: Fri, 31 Jan 2025 23:40:25 +0530 Subject: [PATCH] Reddit comment link added to all blogs --- .../vba-autocad/2025-01-01-autocad-vba-getting-started-1.md | 6 +++++- .../vba-autocad/2025-01-02-autocad-vba-getting-started-2.md | 5 ++++- .../vba-autocad/2025-01-03-autocad-vba-getting-started-3.md | 4 ++++ .../vba-excel/2024-12-29-create-image-dropdown-excel-vba.md | 6 +++++- _posts/vba-excel/2025-01-19-create-image-toggle.md | 6 +++++- 5 files changed, 23 insertions(+), 4 deletions(-) diff --git a/_posts/vba-autocad/2025-01-01-autocad-vba-getting-started-1.md b/_posts/vba-autocad/2025-01-01-autocad-vba-getting-started-1.md index de590fd..dc3be0e 100644 --- a/_posts/vba-autocad/2025-01-01-autocad-vba-getting-started-1.md +++ b/_posts/vba-autocad/2025-01-01-autocad-vba-getting-started-1.md @@ -180,4 +180,8 @@ Sub DrawEllipse() Set ellipseObj = ThisDrawing.ModelSpace.AddEllipse(centerPoint, majorAxisEndPoint, radiusRatio) End Sub -``` \ No newline at end of file +``` + + +> 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/) +{: .prompt-info } \ No newline at end of file diff --git a/_posts/vba-autocad/2025-01-02-autocad-vba-getting-started-2.md b/_posts/vba-autocad/2025-01-02-autocad-vba-getting-started-2.md index 2f555b6..d9806f1 100644 --- a/_posts/vba-autocad/2025-01-02-autocad-vba-getting-started-2.md +++ b/_posts/vba-autocad/2025-01-02-autocad-vba-getting-started-2.md @@ -197,4 +197,7 @@ Sub DrawMeader() End Sub -``` \ No newline at end of file +``` + +> 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/) +{: .prompt-info } \ No newline at end of file diff --git a/_posts/vba-autocad/2025-01-03-autocad-vba-getting-started-3.md b/_posts/vba-autocad/2025-01-03-autocad-vba-getting-started-3.md index 696d5a8..9506adf 100644 --- a/_posts/vba-autocad/2025-01-03-autocad-vba-getting-started-3.md +++ b/_posts/vba-autocad/2025-01-03-autocad-vba-getting-started-3.md @@ -146,3 +146,7 @@ Sub GetAngleFromUser() ThisDrawing.Utility.Prompt "You've selected: " & result & vbCrLf End Sub ``` + + +> 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/) +{: .prompt-info } \ No newline at end of file diff --git a/_posts/vba-excel/2024-12-29-create-image-dropdown-excel-vba.md b/_posts/vba-excel/2024-12-29-create-image-dropdown-excel-vba.md index 8c44c1f..2216eb0 100644 --- a/_posts/vba-excel/2024-12-29-create-image-dropdown-excel-vba.md +++ b/_posts/vba-excel/2024-12-29-create-image-dropdown-excel-vba.md @@ -132,4 +132,8 @@ _Screenshot 5 : Using name range for B2 Cell_ - it's compatible with older version - you don't need same size images, this will even work with different images sizes - you don't need to place all images at same location, you can use different location for each image - - It will work with images, excel shapes, charts so you have lot of options \ No newline at end of file + - It will work with images, excel shapes, charts so you have lot of options + + +> 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/) +{: .prompt-info } \ No newline at end of file diff --git a/_posts/vba-excel/2025-01-19-create-image-toggle.md b/_posts/vba-excel/2025-01-19-create-image-toggle.md index 2777d49..9e3a6cd 100644 --- a/_posts/vba-excel/2025-01-19-create-image-toggle.md +++ b/_posts/vba-excel/2025-01-19-create-image-toggle.md @@ -71,4 +71,8 @@ _Screenshot 2 : Assign Macro to your image_ ### Conclusion - Image toggles are simple way to save space and add some good visuals to excel sheets - You can also use this code to toggle excel shapes and charts -- 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 \ No newline at end of file +- 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 + + +> 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/) +{: .prompt-info } \ No newline at end of file