Skip to content

Commit

Permalink
Reddit comment link added to all blogs
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekkpatel committed Jan 31, 2025
1 parent 9c8d880 commit 76c8503
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,8 @@ Sub DrawEllipse()
Set ellipseObj = ThisDrawing.ModelSpace.AddEllipse(centerPoint, majorAxisEndPoint, radiusRatio)
End Sub
```
```


> 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 }
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,7 @@ Sub DrawMeader()
End Sub
```
```

> 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 }
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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 }
6 changes: 5 additions & 1 deletion _posts/vba-excel/2025-01-19-create-image-toggle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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 }

0 comments on commit 76c8503

Please sign in to comment.