finding the path in VBA
finding the path in VBA
(OP)
Is there any function in VBA autocad that will return the full path of either the My Documents or Desktop folders?
object.GetSpecialFolder only returns windows,temp or system folders.
object.GetSpecialFolder only returns windows,temp or system folders.





RE: finding the path in VBA
http://www.thescarms.com/vbasic/specialfolders.asp
"Everybody is ignorant, only on different subjects." — Will Rogers
RE: finding the path in VBA