Message 1 of 2
LISP to add PASTESPEC as bitmap

Not applicable
07-20-2018
06:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have to copy and paste a lot of stuff from excel and I need to paste it as bitmap. I don't know the command to do this. Can someone help?
(defun C:PSTBM() (command "PASTESPEC")
(princ) )