extract file name to message box

extract file name to message box

Anonymous
Not applicable
442 Views
1 Reply
Message 1 of 2

extract file name to message box

Anonymous
Not applicable

Can someone tell me how to have a message box pop up showing the current drawing name?

0 Likes
443 Views
1 Reply
Reply (1)
Message 2 of 2

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

be careful if the drawing is already saved or not, the syntax you can use is:

 

   Call MsgBox("Name: " & ThisDrawing.Name & vbCrLf & "FullName: " & ThisDrawing.FullName)

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes