Drawing Copy / Paste
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
In my drawing sheet, I am trying to get a copy / paste method of some selected text. Currently, I am selecting the text and running this
Dim controlDefs As ControlDefinitions
Set controlDefs = ThisApplication.CommandManager.ControlDefinitions
Dim copyCommand As ControlDefinition
Set copyCommand = controlDefs.Item("AppCopyCmd")
Dim pasteCommand As ControlDefinition
Set pasteCommand = controlDefs.Item("AppPasteCmd")
but nothing happens...
is there any way that I can copy / paste selected text and / or other objects in the drawing sheet like view / symbol etc?
Cheers
Nacho
Nacho
Automation & Design Engineer
Inventor automation Programmer (C#, VB.Net / iLogic)
Furniture, Sheet Metal, Structural, Metal fab, Tradeshow, Fabrication, CNC
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.