LISP to add PASTESPEC as bitmap

LISP to add PASTESPEC as bitmap

Anonymous
Not applicable
745 Views
1 Reply
Message 1 of 2

LISP to add PASTESPEC as bitmap

Anonymous
Not applicable

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) )
0 Likes
746 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable

@Anonymous wrote:

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) )

@Anonymous The "_.Pastespec" command don't have a command line version. With this you cannot use

(Command "Pastespec")

 

Note: Use the Forum's search tools, I believe there should be something ready that meets your needs.

 

 

0 Likes